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

/ast/src/lib/libtksh/src/
H A Dtcleval.c124 char termChar; /* Return when this character is found local
177 termChar = ']';
179 termChar = 0;
204 while (*src != termChar) {
/ast/src/lib/libtksh/include/
H A Dtkshlib.h251 char *string, int termChar, int flags,
/ast/src/lib/libtksh/tcl/
H A DtclParse.c297 TclParseQuotes(interp, string, termChar, flags, termPtr, pvPtr)
302 int termChar; /* Character that terminates "quoted" string
329 if (c == termChar) {
378 sprintf(interp->result, "missing %c", termChar);

Completed in 10 milliseconds