Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/mail/
H A Dlist.c80 #define REGDEP 2 /* Maximum regret depth. */ macro
86 static int regretstack[REGDEP]; /* Stack of regretted tokens */
87 static char *string_stack[REGDEP]; /* Stack of regretted strings */
88 static int numberstack[REGDEP]; /* Stack of regretted numbers */
429 if (++regretp >= REGDEP) in regret()