Home
last modified time | relevance | path

Searched refs:W_SEP (Results 1 – 1 of 1) sorted by relevance

/freebsd/bin/ps/
H A Dps.c68 #define W_SEP " \t" /* "Whitespace" list separators */ macro
990 while (*argp != '\0' && strchr(W_SEP, *argp) != NULL) in add_list()
998 strchr(W_SEP T_SEP, *argp) == NULL) in add_list()
1014 while (*argp != '\0' && strchr(W_SEP T_SEP, in add_list()
1026 while (*argp != '\0' && strchr(W_SEP, *argp) != NULL) in add_list()