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

/ast/src/lib/libtksh/tcl/
H A Dregexp.c227 * place to put the code. So we cheat: we compile it twice, once with code
667 register char *place; local
680 place = opnd; /* Op node, where operand used to be. */
681 *place++ = (char)op;
682 *place++ = '\0';
683 *place = '\0';

Completed in 17 milliseconds