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
521 if (rval == YY_STR && yysavedepth > 0) in yylex()
528 string_end, pos, rval, yysavedepth); in yylex()
640 if (yysavedepth == sizeof(yysavewords)/sizeof(yysavewords[0])) {
646 yysavewords[yysavedepth++] = yysettab(newdict);
648 printf("yysavedepth++ => %d\n", yysavedepth);
654 printf("yyresetdict(%d)\n", yysavedepth); in yyresetdict()
655 if (yysavedepth > 0) { in yyresetdict()
656 yysettab(yysavewords[--yysavedepth]); in yyresetdict()
658 printf("yysavedepth-- => %d\n", yysavedepth); in yyresetdict()