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

/ast/src/cmd/mailx/
H A Dmailx.h162 #define REGDEP 2 /* Maximum regret depth. */ macro
650 int regretstack[REGDEP]; /* Stack of regretted tokens */
651 char* string_stack[REGDEP]; /* Stack of regretted strings */
652 int numberstack[REGDEP]; /* Stack of regretted numbers */
H A Dlist.c279 if (++state.regretp >= REGDEP)

Completed in 17 milliseconds