Searched refs:T_SEP (Results 1 – 1 of 1) sorted by relevance
82 #define T_SEP "," /* "Terminate-element" list separators */ macro940 if (strchr(T_SEP, *argp) == NULL) { in add_list()943 strchr(W_SEP T_SEP, *argp) == NULL) in add_list()959 while (*argp != '\0' && strchr(W_SEP T_SEP, in add_list()973 if (*argp != '\0' && strchr(T_SEP, *argp) != NULL) { in add_list()