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

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c5931 int *haveNonposArgs) {
6000 *haveNonposArgs = 1;
6003 if (*haveNonposArgs) {
6034 int result, incr, haveNonposArgs = 0; local
6049 nonposArgsTable, &haveNonposArgs)) != TCL_OK)
6052 if (haveNonposArgs) {
6082 haveNonposArgs = 1;
6088 if (haveNonposArgs) {
6095 nonposArgsTable, &haveNonposArgs);
6102 if (haveNonposArgs) {
5928 parseNonposArgs(Tcl_Interp *interp, char *procName, Tcl_Obj *npArgs, Tcl_Obj *ordinaryArgs, Tcl_HashTable **nonposArgsTable, int *haveNonposArgs) argument
[all...]

Completed in 131 milliseconds