Searched refs:FUNC_CALL (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y132 %token <sval> FUNC_CALL NAME REGEXP
155 %left FUNC_CALL LEX_BUILTIN LEX_LENGTH
263 | FUNC_CALL
889 | FUNC_CALL '(' opt_expression_list r_paren
2150 return lasttok = FUNC_CALL;
H A Dawkgram.c56 FUNC_CALL = 258, enumerator in enum:yytokentype
102 #define FUNC_CALL 258 macro
532 "$end", "error", "$undefined", "FUNC_CALL", "NAME", "REGEXP", "ERROR",
3989 return lasttok = FUNC_CALL;

Completed in 56 milliseconds