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

  /src/usr.sbin/services_mkdb/
uniq.c 123 int hasalnum, iscomment; local in function:comp
138 iscomment = 0;
147 if (!iscomment && *p == '#') {
150 iscomment = 1;
uniq.c 123 int hasalnum, iscomment; local in function:comp
138 iscomment = 0;
147 if (!iscomment && *p == '#') {
150 iscomment = 1;

Completed in 27 milliseconds