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

/ast/src/lib/libtksh/tcl/
H A DtclParse.c269 * TclParseQuotes --
297 TclParseQuotes(interp, string, termChar, flags, termPtr, pvPtr)
769 result = TclParseQuotes(interp, src+1, '"', flags,
1333 if (TclParseQuotes(interp, string+1, ')', 0, &end, &pv)
295 TclParseQuotes(interp, string, termChar, flags, termPtr, pvPtr) function

Completed in 12 milliseconds