Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/test/
H A Dtester.fr19 DEPTH ?DUP IF DUP 0< IF NEGATE 0 DO 0 LOOP ELSE 0 DO DROP LOOP THEN THEN ;
28 VARIABLE ACTUAL-DEPTH \ STACK RECORD
35 : -> \ ( ... -- ) RECORD DEPTH AND CONTENT OF STACK.
36 DEPTH DUP ACTUAL-DEPTH ! \ RECORD DEPTH
43 DEPTH ACTUAL-DEPTH @ = IF \ IF DEPTHS MATCH
44 DEPTH ?DUP IF \ IF THERE IS SOMETHING ON THE STACK
50 ELSE \ DEPTH MISMATCH
H A Dcore.fr210 TESTING STACK OPS: 2DROP 2DUP 2OVER 2SWAP ?DUP DEPTH DROP DUP OVER ROT SWAP
219 { DEPTH -> 0 }
220 { 0 DEPTH -> 0 1 }
221 { 0 1 DEPTH -> 0 1 2 }
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vput.c578 for (i = 0; i < DEPTH(vcline); i++) { in vprepins()
643 int i2 = LINE(vcline) + DEPTH(vcline); in vinschar()
648 DEPTH(vcline)++; in vinschar()
669 i = WCOLS * DEPTH(vcline); in vinschar()
827 int d = DEPTH(vcline); in vneedpos()
838 int d = DEPTH(vcline); in vnpins()
841 e = LINE(vcline) + DEPTH(vcline); in vnpins()
847 DEPTH(vcline)++; in vnpins()
1410 vputp(insert_padding, DEPTH(vcline));
1542 if (DEPTH(i) != 1)
[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.h105 #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()
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed.h55 #define DEPTH 20 macro
H A Dsed0.c57 union reptr **cmpend[DEPTH];
/illumos-gate/usr/src/cmd/find/
H A Dfind.c88 ACL, AMIN, AND, ATIME, CMIN, CPIO, CSIZE, CTIME, DEPTH, EXEC, F_GROUP, enumerator
123 "-depth", DEPTH, Unary,
533 case DEPTH: in compile()
1045 case DEPTH: in execute()