Home
last modified time | relevance | path

Searched refs:iscomment (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/services_mkdb/
H A Duniq.c115 int hasalnum, iscomment; in comp() local
131 iscomment = 0; in comp()
140 if (!iscomment && *p == '#') { in comp()
143 iscomment = 1; in comp()