Lines Matching refs:opt_length
19289 OPT_LENGTH,
19341 case OPT_LENGTH:
19372 long opt_length = -1;
19393 if (Jim_GetLong(interp, argv[i++], &opt_length) != JIM_OK) {
19403 if (opt_length < 0 && option != OPT_COMPARE && opt_case) {
19412 if (opt_length >= 0) {
19413 if (l1 > opt_length) {
19414 l1 = opt_length;
19416 if (l2 > opt_length) {
19417 l2 = opt_length;