Lines Matching full:objc
302 SWIG_Tcl_MethodCommand(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST _objv[]) {
318 if (objc < 2) {
375 rcode = (method_wrapper)(clientData,interp,objc,objv);
382 if (objc < 3) {
414 if (objc < 4) {
419 while (i < objc) {
440 if (numconf >= objc) {
507 SWIG_Tcl_ObjectConstructor(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) {
523 if (objc > 1) {
530 } else if (objc == 2) {
533 } else if (objc >= 3) {
547 result = (*cons)(0, interp, objc-firstarg, &objv[firstarg]);
554 if (thisarg < objc) {
587 SWIG_Tcl_GetArgs(Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], const char *fmt, ...) {
603 if (argno >= (objc-1)) {
663 if ((*c != ';') && ((objc-1) > argno)) {