Home
last modified time | relevance | path

Searched refs:yysavedepth (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/ipfilter/tools/
HDlexer.c51 int yysavedepth = 0; variable
559 if (yysavedepth > 0 && !yydictfixed) in yylex()
569 yystr, isbuilding, yyexpectaddr, yysavedepth, in yylex()
570 string_start, string_end, pos, rval, yysavedepth); in yylex()
678 if (yysavedepth == sizeof(yysavewords)/sizeof(yysavewords[0])) {
684 yysavewords[yysavedepth++] = yysettab(newdict);
686 printf("yysavedepth++ => %d\n", yysavedepth);
697 if (yysavedepth == sizeof(yysavewords)/sizeof(yysavewords[0])) {
703 yysavewords[yysavedepth++] = yysettab(newdict);
705 printf("yysavedepth++ => %d\n", yysavedepth);
[all …]