Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dinit.c117 int numberstack[REGDEP]; /* Stack of regretted numbers */
127 int regretstack[REGDEP]; /* Stack of regretted tokens */
147 char *stringstack[REGDEP]; /* Stack of regretted strings */
H A Dlist.c626 if (++regretp >= REGDEP) in regret()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h334 #define REGDEP 2 /* Maximum regret depth. */ macro