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

/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A Dqebind.h71 MODULE_SCOPE void QE_ExpandString(char *string, Tcl_DString *result);
H A DtkTreeNotify.c186 QE_ExpandString((char *) args->object, args->result);
190 QE_ExpandString(Tk_PathName(data->tree->tkwin), args->result);
H A Dqebind.c1449 /* QE_ExpandString(numStorage, result); */
1458 /* QE_ExpandString(numStorage, result); */
1461 void QE_ExpandString(char *string, Tcl_DString *result) function
1479 QE_ExpandString(string, result);
1488 QE_ExpandString((char *) eiPtr->name, result);
1490 QE_ExpandString("unknown", result);
1500 QE_ExpandString("", result);
1506 QE_ExpandString((char *) dPtr->name, result);
1508 QE_ExpandString("unknown", result);
1882 QE_ExpandString(gfPt
[all...]

Completed in 197 milliseconds