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

/ast/src/lib/libtksh/tcl/
H A DtclParse.c148 static char * QuoteEnd _ANSI_ARGS_((char *string, int term));
972 p = QuoteEnd(p+1, '"');
1061 * QuoteEnd --
1082 QuoteEnd(string, term)
1155 return QuoteEnd(p+1, ')');
1074 QuoteEnd(string, term) function

Completed in 8 milliseconds