OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:if_item_not
(Results
1 - 1
of
1
) sorted by relevancy
/src/dist/pf/sbin/pfctl/
parse.y
428
%type <v.interface> interface if_list
if_item_not
if_item
2301
| ON
if_item_not
{ $$ = $2; }
2305
if_list :
if_item_not
{ $$ = $1; }
2306
| if_list comma
if_item_not
{
2313
if_item_not
: not if_item { $$ = $2; $$->not = $1; }
label
Completed in 14 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025