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

/ast/src/lib/libtksh/tcl/
H A DtclParse.c1190 int commentOK = 1;
1196 commentOK = 1;
1200 if ((*p == '#') && commentOK) {
1219 p = TclWordEnd(p, nested, &commentOK);
1180 int commentOK = 1; local

Completed in 18 milliseconds