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

  /src/usr.sbin/services_mkdb/
uniq.c 123 int hasalnum, iscomment; local in function:comp
137 hasalnum = 0;
148 if (hasalnum)
152 hasalnum |= isalnum(*p);
164 if (!hasalnum) {
171 return hasalnum;

Completed in 10 milliseconds