Searched refs:explorer (Results 1 – 3 of 3) sorted by relevance
63 static ExplorerContext explorer[1]; variable173 CommandCD(explorer, ""); in NitroMain()180 if (++cursor >= explorer->entry_count) in NitroMain()182 cursor -= explorer->entry_count; in NitroMain()190 cursor += explorer->entry_count; in NitroMain()197 if (cursor < explorer->entry_count) in NitroMain()199 if ((explorer->entry[cursor].attributes & FS_ATTRIBUTE_IS_DIRECTORY) != 0) in NitroMain()201 CommandCD(explorer, explorer->entry[cursor].longname); in NitroMain()210 … (void)STD_TSPrintf(path, "%s/%s", explorer->current, explorer->entry[cursor].longname); in NitroMain()224 (explorer->entry[cursor].filesize > 0x7FFFFFFFUL) ? in NitroMain()[all …]
31 explorer \
22 BASEDIR = $(ROOT)/build/demos/fs/explorer