Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dcollect.c71 char linebuf[LINESIZE], tempname[PATHSIZE], *cp, getsub; in collect() local
114 getsub = 0; in collect()
117 t &= ~GNL, getsub++; in collect()
131 if (getsub) in collect()
/freebsd/contrib/tcsh/
H A Dsh.lex.c62 static struct wordent *getsub (struct wordent *);
753 hp = getsub(hp); in getexcl()
767 getsub(struct wordent *en) in getsub() function