Lines Matching refs:yytext
60 extern char yytext[];
788 { if (insert_id(yytext,0)) return -1; }
810 { if (insert_id(yytext,0)) return -1; }
866 { if (insert_id(yytext, 1)) return -1; }
878 { if (insert_id(yytext,0)) return -1; }
881 { if (insert_id(yytext,0)) return -1; }
883 { if (insert_id(yytext,0)) return -1; }
886 { if (insert_id(yytext,0)) return -1; }
888 { yytext[strlen(yytext) - 1] = '\0'; if (insert_id(yytext + 1,0)) return -1; }
891 { yytext[strlen(yytext) - 1] = '\0'; if (insert_id(yytext + 1,0)) return -1; }
894 { $$ = strtoul(yytext,NULL,0); }
897 { $$ = strtoull(yytext,NULL,0); }
900 { if (insert_id(yytext,0)) return -1; }
919 { if (insert_id(yytext,0)) return -1; }
921 { if (insert_id(yytext,0)) return -1; }