Searched defs:cond (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libjcl/
H A Dparse.c933 cond(register Jcl_t* jcl, char* b, char** p) function
947 if (!(x = cond(jcl, s + 1, &e)))
2034 if (*val && !(step->cond = cond(jcl, val, NiL)))
2095 if (*val && !(jcl->cond = cond(jcl, val, NiL)))
2247 jcleval(Jcl_t* jcl, register Jclcond_t* cond, int code) argument
2249 if (!cond)
2251 while (cond)
2253 switch (cond
[all...]
H A Djcl.h207 Jclcond_t* cond; member in struct:Jclstep_s
225 Jclcond_t* cond; member in struct:Jcl_s
/ast/src/cmd/builtin/
H A Dpty.c721 Cond_t* cond; local
727 !(cond = vmnewof(vm, 0, Cond_t, 1, 0)) ||
757 if (cond->flags & SKIP)
783 if (!cond->next && !(cond->next = vmnewof(vm, 0, Cond_t, 1, 0)))
788 cond = cond->next;
789 cond->flags = IF;
790 if ((cond->prev->flags & SKIP) && !(cond
[all...]
/ast/src/lib/libast/regex/
H A Dregcomp.c2894 alt(Cenv_t* env, int number, int cond) argument
2904 if (!cond)
2920 if (!cond && (g = trie(env, e, f)))
/ast/src/cmd/html/
H A Dtroff2html.h262 } cond; member in struct:State_s
H A Dtroff2html.c596 cond(register char* s, char** e) function
713 if (state.cond.level > 1 && state.verbose)
714 error(1, "%d missing .el request%s", state.cond.level - 1, state.cond.level == 2 ? "" : "s");
715 state.cond.level = 0;
2810 if (!state.cond.level || !(state.cond.flags[state.cond.level] & COND_IE))
2814 if (!state.cond.level)
2815 state.cond
[all...]
/ast/src/cmd/sortlib/sync/
H A Dss.c1333 cond(Ss_t* ss) function
1597 if (!(ss->expr = cond(ss)))
1682 if (!(fp->expr = cond(ss)))
/ast/src/cmd/INIT/
H A Dmamake.c735 cond(register char* s) function
821 q = cond(t - 1);
829 t = cond(q);
842 q = cond(t);
/ast/src/cmd/mailx/
H A Dmailx.h625 int cond; /* Current state of conditional exc. */ member in struct:__anon136
728 int cond; /* Saved state.cond */ member in struct:__anon136::__anon142::__anon143

Completed in 113 milliseconds