Searched refs:Tcl_RegExp (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libtksh/src/ |
H A D | list.c | 268 Tcl_RegExp Tcl_RegExpCompile(Tcl_Interp *interp, char *pattern) 288 return (Tcl_RegExp ) NULL ; 297 return (Tcl_RegExp) exp; 301 Tcl_RegExpExec(Tcl_Interp *interp, Tcl_RegExp regexp, char *string, char *start) 322 void Tcl_RegExpRange(Tcl_RegExp re, int index, char **startPtr, char **endPtr)
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclUtil.c | 1387 Tcl_RegExp 1421 return (Tcl_RegExp) iPtr->regexps[0]; 1451 return (Tcl_RegExp) result; 1479 Tcl_RegExp re; /* Compiled regular expression; must have 1523 Tcl_RegExp re; /* Compiled regular expression that has 1571 Tcl_RegExp re;
|
H A D | tclCmdMZ.c | 116 Tcl_RegExp regExpr; 269 Tcl_RegExp regExpr;
|
/ast/src/lib/libtksh/include/ |
H A D | tcl.h | 233 typedef struct Tcl_RegExp_ *Tcl_RegExp; typedef in typeref:struct:Tcl_RegExp_ 1035 EXTERN Tcl_RegExp Tcl_RegExpCompile _ANSI_ARGS_((Tcl_Interp *interp, 1038 Tcl_RegExp regexp, char *string, char *start)); 1041 EXTERN void Tcl_RegExpRange _ANSI_ARGS_((Tcl_RegExp regexp,
|
/ast/src/lib/libtk/generic/ |
H A D | tkText.c | 1519 Tcl_RegExp regexp = NULL; /* Initialization needed only to
|
Completed in 22 milliseconds