Lines Matching refs:lex
83 static BOOL lex; /* lex file */
92 static BOOL rules; /* lex/yacc rules */
113 %\{ { /* lex/yacc C declarations/definitions */
123 ^%% { /* lex/yacc rules delimiter */
131 if (lex == YES) {
772 lex = NO; /* lex file */
778 rules = NO; /* lex/yacc rules */
797 if (strcmp(s, "l") == 0) { /* lex */
798 lex = YES;
873 /* if not a lex program, continue */
874 if (lex == NO) {