Lines Matching refs:objc
1083 int objc, in testvfs_obj_cmd() argument
1109 if( objc<2 ){ in testvfs_obj_cmd()
1126 if( objc!=3 && objc!=4 ){ in testvfs_obj_cmd()
1149 if( objc==4 ){ in testvfs_obj_cmd()
1205 if( objc!=3 ){ in testvfs_obj_cmd()
1238 if( objc==3 ){ in testvfs_obj_cmd()
1249 }else if( objc!=2 ){ in testvfs_obj_cmd()
1282 if( objc==4 ){ in testvfs_obj_cmd()
1291 }else if( objc!=2 ){ in testvfs_obj_cmd()
1329 if( objc>3 ){ in testvfs_obj_cmd()
1333 if( objc==3 ){ in testvfs_obj_cmd()
1374 if( objc>3 ){ in testvfs_obj_cmd()
1378 if( objc==3 ){ in testvfs_obj_cmd()
1441 int objc, in testvfs_cmd() argument
1489 if( objc<2 || 0!=(objc%2) ) goto bad_args; in testvfs_cmd()
1490 for(i=2; i<objc; i += 2){ in testvfs_cmd()
1589 int objc, in test_vfs_shmlock() argument
1603 if( objc!=7 ){ in test_vfs_shmlock()
1635 int objc, in test_vfs_set_readmark() argument
1648 if( objc!=4 && objc!=5 ){ in test_vfs_set_readmark()
1656 || (objc==5 && Tcl_GetIntFromObj(interp, objv[4], &iVal)) in test_vfs_set_readmark()
1677 if( objc==5 ){ in test_vfs_set_readmark()