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
520 if (rval == YY_STR && yysavedepth > 0)
527 string_end, pos, rval, yysavedepth);
639 if (yysavedepth == sizeof(yysavewords)/sizeof(yysavewords[0])) {
645 yysavewords[yysavedepth++] = yysettab(newdict);
647 printf("yysavedepth++ => %d\n", yysavedepth);
653 printf("yyresetdict(%d)\n", yysavedepth);
654 if (yysavedepth > 0) {
655 yysettab(yysavewords[--yysavedepth]);
[all...]

Completed in 56 milliseconds