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

/freebsd-11-stable/contrib/ipfilter/tools/
H A Dlexer.c52 wordtab_t *yysavewords[30]; variable
678 if (yysavedepth == sizeof(yysavewords)/sizeof(yysavewords[0])) {
684 yysavewords[yysavedepth++] = yysettab(newdict);
697 if (yysavedepth == sizeof(yysavewords)/sizeof(yysavewords[0])) {
703 yysavewords[yysavedepth++] = yysettab(newdict);
713 yysettab(yysavewords[--yysavedepth]);

Completed in 48 milliseconds