Searched refs:allowed_in_string (Results 1 – 2 of 2) sorted by relevance
627 #define allowed_in_string(x) \ in yylex() macro640 } while ((c = lgetc(0)) != EOF && (allowed_in_string(c))); in yylex()
6866 #define allowed_in_string(x) \ in symget() 6879 } while ((c = lgetc(0)) != EOF && (allowed_in_string(c))); in mv_rules() 6658 #define allowed_in_string( yylex() macro