HomeSort by: relevance | last modified time | path
    Searched refs:cond_stack (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/mail/
glob.h 92 EXTERN struct cond_stack_s *cond_stack; /* stack for if/else/endif condition */ variable in typeref:struct:cond_stack_s *
support.c 351 sstack[ssp].s_cond_stack = cond_stack;
375 if (cond != CNONE || cond_stack != NULL)
381 cond_stack = sstack[ssp].s_cond_stack;
cmd3.c 968 csp->c_next = cond_stack;
969 cond_stack = csp;
978 if ((csp = cond_stack) == NULL)
982 cond_stack = csp->c_next;
1070 if (cond_stack == NULL || (cond & (CIF | CELSE)) != CIF) {
1089 if (cond_stack == NULL || (cond & CIF) != CIF) {

Completed in 265 milliseconds