Lines Matching defs:ISWORDSEP
66 static int ISWORDSEP[UCHAR_MAX+1];
185 bzero(ISWORDSEP, sizeof (ISWORDSEP));
186 ISWORDSEP[' '] = 1;
187 ISWORDSEP['\t'] = 1;
188 ISWORDSEP['\n'] = 1;
189 ISWORDSEP['\0'] = 1;
267 if (getstr(&p, PATH_MAX, mylocal, ISWORDSEP)) {
290 if (getstr(&p, CLSSIZ, ept->pkg_class, ISWORDSEP)) {
345 ISWORDSEP) ||
347 ISWORDSEP)) {
422 ISWORDSEP);