Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:yytext

59 extern char yytext[];
723 { if (insert_id(yytext,0)) return -1; }
779 { if (insert_id(yytext, 1)) return -1; }
791 { if (insert_id(yytext,0)) return -1; }
794 { if (insert_id(yytext,0)) return -1; }
796 { if (insert_id(yytext,0)) return -1; }
799 { if (insert_id(yytext,0)) return -1; }
802 { yytext[strlen(yytext) - 1] = '\0'; if (insert_id(yytext + 1,0)) return -1; }
805 { $$ = strtoul(yytext,NULL,0); }
808 { if (insert_id(yytext,0)) return -1; }
827 { if (insert_id(yytext,0)) return -1; }
829 { if (insert_id(yytext,0)) return -1; }