Lines Matching refs:optindx
290 int optindx; local
305 optindx = indx; \
315 optindx = O_TERM;
320 optindx = O_LINES;
325 optindx = O_COLUMNS;
330 optindx = O_SECURE;
406 for (op = optlist, optindx = 0; op->name != NULL; ++op, ++optindx)
411 O_SET(sp, optindx);
412 O_D_SET(sp, optindx);
415 o_set(sp, optindx, OS_DEF, NULL, O_VAL(sp, optindx));
418 if (O_STR(sp, optindx) != NULL && o_set(sp, optindx,
419 OS_DEF | OS_NOFREE | OS_STRDUP, O_STR(sp, optindx), 0))
438 "031|Unable to set default %s option", optlist[optindx].name);