Home
last modified time | relevance | path

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

/NextBSD/usr.bin/mail/
HDcmd2.c277 int lastdot; in deltype() local
279 lastdot = dot - &message[0] + 1; in deltype()
282 if (list[0] > lastdot) { in deltype()
/NextBSD/usr.bin/catman/
HDcatman.c221 char *lastdot = NULL; in is_manpage_name() local
233 lastdot = NULL; in is_manpage_name()
236 lastdot = n; in is_manpage_name()
244 return lastdot > name && lastdot + 1 < n; in is_manpage_name()