Searched refs:yysavedepth (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sbin/ipf/common/ |
| H A D | lexer.c | 51 int yysavedepth = 0; variable 561 if (yysavedepth > 0 && !yydictfixed) in yylex() 571 yystr, isbuilding, yyexpectaddr, yysavedepth, in yylex() 572 string_start, string_end, pos, rval, yysavedepth); in yylex() 679 if (yysavedepth == nitems(yysavewords)) { in yysetfixeddict() 685 yysavewords[yysavedepth++] = yysettab(newdict); in yysetfixeddict() 687 printf("yysavedepth++ => %d\n", yysavedepth); in yysetfixeddict() 698 if (yysavedepth == nitems(yysavewords)) { in yysetdict() 704 yysavewords[yysavedepth++] = yysettab(newdict); in yysetdict() 706 printf("yysavedepth++ => %d\n", yysavedepth); in yysetdict() [all …]
|