OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:if_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/dist/pf/sbin/pfctl/
parse.y
428
%type <v.interface> interface
if_list
if_item_not if_item
2302
| ON '{'
if_list
'}' { $$ = $3; }
2305
if_list
: if_item_not { $$ = $1; }
label
2306
|
if_list
comma if_item_not {
parse.y
428
%type <v.interface> interface
if_list
if_item_not if_item
2302
| ON '{'
if_list
'}' { $$ = $3; }
2305
if_list
: if_item_not { $$ = $1; }
label
2306
|
if_list
comma if_item_not {
Completed in 248 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025