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
(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
1140
antispoof_if :
if_item
{ $$ = $1; }
1141
| '('
if_item
')' {
2313
if_item_not : not
if_item
{ $$ = $2; $$->not = $1; }
2316
if_item
: STRING {
label
2321
err(1, "
if_item
: calloc");
parse.y
428
%type <v.interface> interface if_list if_item_not
if_item
1140
antispoof_if :
if_item
{ $$ = $1; }
1141
| '('
if_item
')' {
2313
if_item_not : not
if_item
{ $$ = $2; $$->not = $1; }
2316
if_item
: STRING {
label
2321
err(1, "
if_item
: calloc");
Completed in 26 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025