Lines Matching refs:yytext
59 extern char yytext[];
758 { if (insert_id(yytext,0)) return -1; }
780 { if (insert_id(yytext,0)) return -1; }
836 { if (insert_id(yytext, 1)) return -1; }
848 { if (insert_id(yytext,0)) return -1; }
851 { if (insert_id(yytext,0)) return -1; }
853 { if (insert_id(yytext,0)) return -1; }
856 { if (insert_id(yytext,0)) return -1; }
858 { yytext[strlen(yytext) - 1] = '\0'; if (insert_id(yytext + 1,0)) return -1; }
861 { yytext[strlen(yytext) - 1] = '\0'; if (insert_id(yytext + 1,0)) return -1; }
864 { $$ = strtoul(yytext,NULL,0); }
867 { $$ = strtoull(yytext,NULL,0); }
870 { if (insert_id(yytext,0)) return -1; }
889 { if (insert_id(yytext,0)) return -1; }
891 { if (insert_id(yytext,0)) return -1; }