Searched refs:YY_NULL (Results 1 - 3 of 3) sorted by relevance

/system/core/sh/
H A Darith_lex.l55 result = (*buf = *arith_buf++) ? 1 : YY_NULL;
H A Dinit.c165 #undef YY_NULL macro
166 #define YY_NULL 0 macro
457 #undef YY_NULL macro
458 #define YY_NULL 0 macro
749 #undef YY_NULL macro
750 #define YY_NULL 0 macro
H A Darith_lex.c103 #define YY_NULL 0 macro
523 result = (*buf = *arith_buf++) ? 1 : YY_NULL;
586 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
627 #define yyterminate() return YY_NULL
1000 * YY_NULL, it'll still work - another
1001 * YY_NULL will get returned.

Completed in 43 milliseconds