HomeSort by relevance Sort by last modified time
    Searched refs:T_NEWLINE (Results 1 - 3 of 3) sorted by null

  /system/core/init/
tokenizer.h 22 #define T_NEWLINE 2
tokenizer.cpp 25 return T_NEWLINE;
35 return T_NEWLINE;
62 state->nexttoken = T_NEWLINE;
parser.cpp 73 case T_NEWLINE:

Completed in 281 milliseconds