Searched refs:YY_STR (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sbin/ipf/ipscan/ |
| H A D | ipscan_y.y | 62 %token <str> YY_STR 89 gline: YY_STR ':' glist '=' action 97 assign: YY_STR assigning YY_STR 119 glist: YY_STR 120 | glist ',' YY_STR 123 tag: YY_STR { $$ = $1; } 154 '(' YY_STR ')' { $$ = makepair($2, NULL); } 158 '(' YY_STR ',' YY_STR ')' { $$ = makepair($2, $4); } 172 | YY_STR { $$ = gethostip($1); 179 | YY_STR { $$ = getportnum($1);
|
| /freebsd-14.2/sbin/ipf/ipnat/ |
| H A D | ipnat_y.y | 100 %token <str> YY_STR 152 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3); 404 IPNY_DNS '/' proto IPNY_CONFIG YY_STR '{' 532 | IPNY_PROXY port YY_STR YY_STR '/' proto 545 | IPNY_PROXY port portspec YY_STR '/' proto IPNY_CONFIG YY_STR 560 | IPNY_PROXY port YY_STR YY_STR '/' proto IPNY_CONFIG YY_STR 716 | YY_STR { if (getport(NULL, $1, 835 YY_STR { setifname(&nat, 1, $1); 1109 IPNY_PROXY YY_STR 1138 | YY_STR { $$ = getproto($1); [all …]
|
| /freebsd-14.2/sbin/ipf/ipmon/ |
| H A D | ipmon_y.y | 62 %token <str> YY_STR 96 | IPM_LOADACTION YY_STR YY_STR { if (install_saver($2, $3)) 101 assign: YY_STR assigning YY_STR { set_variable($1, $3); 141 YY_STR { if (find_doing($1) != IPM_DOING) 144 '(' YY_STR ')' { $$ = build_doing($1, $4); 148 | YY_STR { if (find_doing($1) == IPM_DOING) 168 | IPM_DSTPORT '=' YY_STR { $$ = new_opt(IPM_DSTPORT); 184 | IPM_GROUP '=' YY_STR { $$ = new_opt(IPM_GROUP); 189 IPM_INTERFACE '=' YY_STR { $$ = new_opt(IPM_INTERFACE); 204 | IPM_PROTOCOL '=' YY_STR { $$ = new_opt(IPM_PROTOCOL); [all …]
|
| /freebsd-14.2/sbin/ipf/ippool/ |
| H A D | ippool_y.y | 71 %token <str> YY_STR 143 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3); 223 | IPT_NAME '=' YY_STR { strncpy(poolname, $3, 233 IPT_GROUP '=' YY_STR { char tmp[FR_GROUPLEN+1]; 280 | YY_STR { $$ = add_htablehosts($1); 333 | YY_STR { $$ = add_poolhosts($1); 336 | IPT_WHOIS IPT_FILE YY_STR { $$ = read_whoisfile($3); 358 | YY_STR { $$ = add_htablehosts($1); 516 name: IPT_NAME YY_STR { $$ = $2; } 543 YY_STR ':' ipaddr { int size = sizeof(*$$) + strlen($1) + 1;
|
| /freebsd-14.2/sbin/ipf/common/ |
| H A D | ipf_y.y | 119 %token <str> YY_STR 205 | IPFY_SET YY_STR YY_STR ';' { do_tunestr($2, $3); } 227 assign: YY_STR assigning YY_STR ';' { set_variable($1, $3); 375 func: YY_STR '/' YY_NUMBER 483 YY_STR { $$ = $1; 751 | YY_STR nextstring YY_STR 968 | pool '/' YY_STR { pooled = 1; 1071 | '(' YY_STR ')' '/' 1416 | IPFY_RPC IPFY_IN YY_STR 1694 YY_STR { $$ = $1; } [all …]
|
| H A D | lexer.c | 320 rval = YY_STR; in yylex() 556 rval = YY_STR; in yylex() 559 if (rval == YY_STR) { in yylex() 583 case YY_STR : in yylex() 655 } else if (yytokentype == YY_STR || yytokentype == YY_HEX || in yyerror()
|
| H A D | lexer.h | 18 #define YY_STR 1009 macro
|