Searched refs:TclParseQuotes (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libtksh/include/ |
H A D | tkshlib.h | 250 EXTERN int TclParseQuotes(Tcl_Interp *interp,
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclParse.c | 269 * 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
|
H A D | tclExpr.c | 548 result = TclParseQuotes(interp, infoPtr->expr, '"', 0,
|
Completed in 17 milliseconds