Lines Matching refs:yytext
59 extern char yytext[];
750 { if (insert_id(yytext,0)) return -1; }
772 { if (insert_id(yytext,0)) return -1; }
828 { if (insert_id(yytext, 1)) return -1; }
840 { if (insert_id(yytext,0)) return -1; }
843 { if (insert_id(yytext,0)) return -1; }
845 { if (insert_id(yytext,0)) return -1; }
848 { if (insert_id(yytext,0)) return -1; }
850 { yytext[strlen(yytext) - 1] = '\0'; if (insert_id(yytext + 1,0)) return -1; }
853 { yytext[strlen(yytext) - 1] = '\0'; if (insert_id(yytext + 1,0)) return -1; }
856 { $$ = strtoul(yytext,NULL,0); }
859 { $$ = strtoull(yytext,NULL,0); }
862 { if (insert_id(yytext,0)) return -1; }
881 { if (insert_id(yytext,0)) return -1; }
883 { if (insert_id(yytext,0)) return -1; }