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

/ast/src/cmd/nmake/
H A Dexpand.c3398 char* ctx_end; local
4173 for (cnt = 1, ctx_end = 0;; cnt++, ctx_end = 0)
4211 if (ctx && iscontextp(s, &ctx_end))
4214 *(ctx_end - 1) = 0;
4345 if (ctx_end)
4347 *ctx_end = MARK_CONTEXT;
4388 if (ctx_end)
4390 *ctx_end = MARK_CONTEXT;

Completed in 753 milliseconds