Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c52 int yysavedepth = 0; variable
514 if (rval == YY_STR && yysavedepth > 0) in yylex()
521 string_end, pos, rval, yysavedepth); in yylex()
631 if (yysavedepth == sizeof (yysavewords) / sizeof (yysavewords[0])) { in yysetdict()
637 yysavewords[yysavedepth++] = yysettab(newdict); in yysetdict()
639 printf("yysavedepth++ => %d\n", yysavedepth); in yysetdict()
646 printf("yyresetdict(%d)\n", yysavedepth); in yyresetdict()
647 if (yysavedepth > 0) { in yyresetdict()
648 yysettab(yysavewords[--yysavedepth]); in yyresetdict()
650 printf("yysavedepth-- => %d\n", yysavedepth); in yyresetdict()