Home
last modified time | relevance | path

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

/NextBSD/usr.bin/mail/
HDcollect.c77 char linebuf[LINESIZE], tempname[PATHSIZE], *cp, getsub; in collect() local
120 getsub = 0; in collect()
123 t &= ~GNL, getsub++; in collect()
138 if (getsub) in collect()
/NextBSD/contrib/tcsh/
HDsh.lex.c66 static struct wordent *getsub (struct wordent *);
737 hp = getsub(hp); in getexcl()
751 getsub(struct wordent *en) in getsub() function