Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y63 %type <opt> matchopt nattag type doopt doing save syslog nothing
91 matchopt { $$ = $1; }
92 | matchopt ',' matching { $1->o_next = $3; $$ = $1; }
95 matchopt: