Home
last modified time | relevance | path

Searched refs:upb (Results 1 – 2 of 2) sorted by relevance

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