HomeSort by: relevance | last modified time | path
    Searched refs:RULE (Results 1 - 2 of 2) sorted by relevancy

  /src/games/atc/
input.c 112 } RULE;
116 RULE *rule; member in struct:__anon3fb696910208
122 int rule; member in struct:__anon3fb696910308
127 #define T_RULE stack[level].rule
138 RULE state0[] = { { ALPHATOKEN, 1, "%c:", setplane},
255 st[T_STATE].rule[ruleno].str, tval);
258 newstate = st[T_STATE].rule[ruleno].to_state;
292 if (st[T_STATE].rule[i].token == c ||
293 st[T_STATE].rule[i].token == tval)
    [all...]
  /src/dist/pf/sbin/pfctl/
parse.y 423 %token STICKYADDRESS MAXSRCSTATES MAXSRCNODES SOURCETRACK GLOBAL RULE
494 * apply to previouslys specified rule: must be careful to note
2012 yyerror("rule qname too long (max "
2021 yyerror("rule pqname too long (max "
3091 | SOURCETRACK RULE { $$ = PF_SRCTRACK_RULE; }
3544 yyerror("translation rule with 'no' "
3550 yyerror("translation rule requires '-> "
3734 "table <%s> as the source address of a binat rule"))
3738 "rule"))
3742 "redirect address of a binat rule"))
    [all...]

Completed in 13 milliseconds