Searched refs:entry_count (Results 1 – 1 of 1) sorted by relevance
58 int entry_count; member79 context->entry_count = 0; in CommandLS()92 while ((context->entry_count < entry_max) && in CommandLS()93 FS_ReadDirectory(file, &context->entry[context->entry_count])) in CommandLS()95 ++context->entry_count; in CommandLS()99 if (context->entry_count == 0) in CommandLS()101 FSDirectoryEntryInfo *p = &context->entry[context->entry_count]; in CommandLS()107 ++context->entry_count; in CommandLS()180 if (++cursor >= explorer->entry_count) in NitroMain()182 cursor -= explorer->entry_count; in NitroMain()[all …]