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

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c5004 int doSubst = 0; local
5006 if (*v == '[' && doSubst == 0)
5007 doSubst = 1;
5008 else if ((doSubst == 1 && *v == ']') || *v == '$') {
5009 doSubst = 2;
5013 if (doSubst == 2) { /* we have to subst */

Completed in 169 milliseconds