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

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c5932 int rc, nonposArgsDefc, npac; local
5935 rc = Tcl_ListObjGetElements(interp, npArgs, &nonposArgsDefc, &nonposArgsDefv);
5940 if (nonposArgsDefc > 0) {
5947 for (i=0; i < nonposArgsDefc; i++) {
12256 int nonposArgsDefc, Tcl_Obj **nonposArgsDefv,
12262 for (i=0; i < nonposArgsDefc; i++) {
12327 int npac, checkc, checkArgc, argsc, nonposArgsDefc, local
12363 &nonposArgsDefc, &nonposArgsDefv);
12377 for (i=0; i < nonposArgsDefc; i++) {
12410 if (isNonposArg(interp, argStr, nonposArgsDefc, nonposArgsDef
12255 isNonposArg(Tcl_Interp *interp, char * argStr, int nonposArgsDefc, Tcl_Obj **nonposArgsDefv, Tcl_Obj **var, char **type) argument
[all...]

Completed in 91 milliseconds