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

/ast/src/lib/libexpr/
H A Dexeval.c72 * assoc will point to the associative array bucket
76 getdyn(Expr_t* ex, register Exnode_t* expr, void* env, Exassoc_t** assoc) argument
98 *assoc = b;
108 *assoc = 0;
550 Exassoc_t* assoc; local
574 r = getdyn(ex, x, env, &assoc);
602 if (e = assoc ? assoc->value.string : x->data.variable.symbol->value->data.constant.value.string)
605 if (assoc)
606 assoc
[all...]
/ast/src/cmd/re/
H A DMakefile54 repetition.dat re-assoc.mm re-definitions.mm re-nullsubexpr.mm \

Completed in 8 milliseconds