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

/ast/src/lib/libast/regex/
H A Dreglib.h322 } Cond_t; typedef in typeref:struct:Cond_s
512 Cond_t cond_catch; /* cond catcher */
/ast/src/cmd/builtin/
H A Dpty.c700 typedef struct Cond_s Cond_t; typedef in typeref:struct:Cond_s
704 Cond_t* next;
705 Cond_t* prev;
721 Cond_t* cond;
727 !(cond = vmnewof(vm, 0, Cond_t, 1, 0)) ||
783 if (!cond->next && !(cond->next = vmnewof(vm, 0, Cond_t, 1, 0)))

Completed in 11 milliseconds