Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dutil.c251 #define SSTACK_SIZE 64 /* XXX was NOFILE. */ macro
252 static struct sstack sstack[SSTACK_SIZE];
272 if (ssp >= SSTACK_SIZE - 1) { in source()