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

  /src/bin/csh/
func.c 705 int c, d, found, kwd; local in function:getword
711 kwd = 0;
745 } while ((d || (!(kwd = keyword(owp)) && c != ' '
753 if (!kwd) {
  /src/usr.sbin/npf/npfctl/
npf_show.c 494 const char *kwd = refs[which].keyword; local in function:npfctl_print_filter_seg
503 ctx->fpos += fprintf(ctx->fp, "%s %s%s ", kwd, neg, elements);
510 ctx->fpos += fprintf(ctx->fp, "%s any ", kwd);
540 const char *kwd = refs[which].keyword; local in function:npfctl_print_l2filter_seg
549 ctx->fpos += fprintf(ctx->fp, "%s %s%s ", kwd, neg, elements);

Completed in 13 milliseconds