Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c53 wordtab_t *yysavewords[30]; variable
631 if (yysavedepth == sizeof (yysavewords) / sizeof (yysavewords[0])) { in yysetdict()
637 yysavewords[yysavedepth++] = yysettab(newdict); in yysetdict()
648 yysettab(yysavewords[--yysavedepth]); in yyresetdict()