HomeSort by relevance Sort by last modified time
    Searched defs:TOKEN_AVAILABLE (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/QW/gas2masm/
gas2masm.c 32 typedef enum {NOT_WHITESPACE, WHITESPACE, TOKEN_AVAILABLE, LINE_DONE, FILE_DONE, PARSED_OKAY} tokenstat;
829 return TOKEN_AVAILABLE;
841 return TOKEN_AVAILABLE;
847 return TOKEN_AVAILABLE;
975 case TOKEN_AVAILABLE:
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.c 32 typedef enum {NOT_WHITESPACE, WHITESPACE, TOKEN_AVAILABLE, LINE_DONE, FILE_DONE, PARSED_OKAY} tokenstat;
829 return TOKEN_AVAILABLE;
841 return TOKEN_AVAILABLE;
847 return TOKEN_AVAILABLE;
975 case TOKEN_AVAILABLE:

Completed in 48 milliseconds