Home
last modified time | relevance | path

Searched refs:DEPTH (Results 1 – 15 of 15) sorted by relevance

/onnv-gate/usr/src/cmd/vi/port/
H A Dex_vput.c580 for (i = 0; i < DEPTH(vcline); i++) { in vprepins()
632 if (DEPTH(vcline) * WCOLS + !value(vi_REDRAW) > in vinschar()
645 int i2 = LINE(vcline) + DEPTH(vcline); in vinschar()
650 DEPTH(vcline)++; in vinschar()
671 i = WCOLS * DEPTH(vcline); in vinschar()
829 int d = DEPTH(vcline); in vneedpos()
840 int d = DEPTH(vcline); in vnpins()
843 e = LINE(vcline) + DEPTH(vcline); in vnpins()
849 DEPTH(vcline)++; in vnpins()
923 for (j = DEPTH(vcline) - 1; j > (tabend + shft) / WCOLS; j--) { in vishft()
[all …]
H A Dex_vadj.c527 if (LINE(j) > WBOT || LINE(j) + DEPTH(j) - 1 > WBOT) { in vscrap()
534 LASTLINE = LINE(vcnt-1) + DEPTH(vcnt-1); in vscrap()
707 DEPTH(l) = vdepth(); in vredraw()
708 if (l != vcline && p + DEPTH(l) - 1 > WBOT) { in vredraw()
714 p = LINE(l) + DEPTH(l); in vredraw()
716 p += DEPTH(l); in vredraw()
733 p += DEPTH(vcline); in vredraw()
1065 DEPTH(to) = 0; in vreplace()
H A Dex_vis.h107 #define DEPTH(c) (vlinfo[c].vdepth) macro
H A Dex_vops.c475 DEPTH(vcline) = 0; in vdelete()
753 c = vcline < 0 ? WTOP - cnt : LINE(vcline) + DEPTH(vcline); in voOpen()
H A Dex_vops2.c537 DEPTH(vcline) = 0; in vappend()
/onnv-gate/usr/src/ucbcmd/sed/
H A Dsed.h58 #define DEPTH 20 macro
H A Dsed0.c56 union reptr **cmpend[DEPTH];
/onnv-gate/usr/src/lib/efcode/engine/
H A Dfcode.c483 depth = DEPTH-2; in byte_load()
553 if (DEPTH != depth) { in byte_load()
555 DEPTH-depth); in byte_load()
/onnv-gate/usr/src/cmd/find/
H A Dfind.c81 PRINT, DEPTH, LOCAL, MOUNT, ATIME, MTIME, CTIME, NEWER, enumerator
113 "-depth", DEPTH, Unary,
495 case DEPTH:
920 case DEPTH:
/onnv-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h242 #define DEPTH (DS-env->ds0) macro
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDebug.pm197 …printf <<'EOT', $$stash, $$start, $$root, $$gv, $file, $sv->DEPTH, $padlist, ${$sv->OUTSIDE}, $sv-…
H A DBytecode.pm342 asm "xcv_depth", $cv->DEPTH;
H A DC.pm1017 $cv->NVX, $startfield, ${$cv->ROOT}, $cv->DEPTH,
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlintern.pod101 Get the value from slot C<po> in the base (DEPTH=1) pad of a padlist
H A Dperltoc.pod10156 STASH, START, ROOT, GV, FILE, DEPTH, PADLIST, OUTSIDE, OUTSIDE_SEQ, XSUB,