Searched defs:upb (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.dol.c341 int subscr = 0, lwb = 1, upb = 0; local
468 upb = blklen(vp->vec);
491 /* if ((i < 0 || i > upb) && !any(*np, "-*")) { */
492 if ((i < 0 || i > upb) && (*np != '-') && (*np != '*')) {
499 upb = lwb, np = S_AST /* "*" */;
506 int i = upb;
513 if (i < 0 || i > upb)
517 upb = lwb - 1;
519 upb = i;
522 if (upb !
[all...]
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c1106 int lowa, upb, lowc, upd; local
1113 upb = min(len[0], context_vec_ptr->b + context);
1119 lowa, upb - lowa + 1,
1123 range(lowa, upb, ",");
1177 fetch(ixold, b+1, upb, 0, uflag ? " " : " ", 1);

Completed in 48 milliseconds