Searched refs:REGDEP (Results 1 – 1 of 1) sorted by relevance
80 #define REGDEP 2 /* Maximum regret depth. */ macro86 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()