Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y71 static struct wordtab ipfwords[96];
72 static struct wordtab addrwords[4];
73 static struct wordtab maskwords[5];
74 static struct wordtab icmpcodewords[17];
75 static struct wordtab icmptypewords[16];
76 static struct wordtab ipv4optwords[25];
77 static struct wordtab ipv4secwords[9];
78 static struct wordtab ipv6optwords[8];
79 static struct wordtab logwords[33];
1552 static struct wordtab ipfwords[96] = {
[all …]
H A Dlexer.h2 typedef struct wordtab { struct
H A Dipmon_y.y246 static struct wordtab yywords[] = {
/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y660 word_t wordtab[] = { variable
740 #define NWORDS (sizeof (wordtab) / sizeof (wordtab[0]))
882 (char *)wordtab, NWORDS, sizeof (word_t), in yylex()