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