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

  /src/dist/pf/sbin/pfctl/
parse.y 371 struct redirection {
374 } *redirection;
451 %type <v.redirection> redirection redirpool
3324 $$ = calloc(1, sizeof(struct redirection));
3326 err(1, "redirection: calloc");
3331 $$ = calloc(1, sizeof(struct redirection));
3333 err(1, "redirection: calloc");
3448 redirection : /* empty */ { $$ = NULL; } label
3450 $$ = calloc(1, sizeof(struct redirection));
    [all...]
parse.y 371 struct redirection {
374 } *redirection;
451 %type <v.redirection> redirection redirpool
3324 $$ = calloc(1, sizeof(struct redirection));
3326 err(1, "redirection: calloc");
3331 $$ = calloc(1, sizeof(struct redirection));
3333 err(1, "redirection: calloc");
3448 redirection : /* empty */ { $$ = NULL; } label
3450 $$ = calloc(1, sizeof(struct redirection));
    [all...]

Completed in 24 milliseconds