Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/common/
H A Dlexer.c674 yysetfixeddict(wordtab_t *newdict) in yysetfixeddict() argument
677 printf("yysetfixeddict(%lx)\n", (u_long)newdict); in yysetfixeddict()
685 yysavewords[yysavedepth++] = yysettab(newdict); in yysetfixeddict()
693 yysetdict(wordtab_t *newdict) in yysetdict() argument
696 printf("yysetdict(%lx)\n", (u_long)newdict); in yysetdict()
704 yysavewords[yysavedepth++] = yysettab(newdict); in yysetdict()