Searched refs:DEPTH (Results 1 – 12 of 12) sorted by relevance
| /titanic_53/usr/src/common/ficl/test/ |
| H A D | tester.fr | 19 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 D | core.fr | 210 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 }
|
| /titanic_53/usr/src/cmd/vi/port/ |
| H A D | ex_vput.c | 580 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 D | ex_vadj.c | 527 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 D | ex_vis.h | 107 #define DEPTH(c) (vlinfo[c].vdepth) macro
|
| H A D | ex_vops.c | 475 DEPTH(vcline) = 0; in vdelete() 753 c = vcline < 0 ? WTOP - cnt : LINE(vcline) + DEPTH(vcline); in voOpen()
|
| H A D | ex_vops2.c | 537 DEPTH(vcline) = 0; in vappend()
|
| /titanic_53/usr/src/ucbcmd/sed/ |
| H A D | sed.h | 58 #define DEPTH 20 macro
|
| H A D | sed0.c | 56 union reptr **cmpend[DEPTH];
|
| /titanic_53/usr/src/lib/efcode/engine/ |
| H A D | fcode.c | 483 depth = DEPTH-2; in byte_load() 553 if (DEPTH != depth) { in byte_load() 555 DEPTH-depth); in byte_load()
|
| /titanic_53/usr/src/lib/efcode/include/fcode/ |
| H A D | engine.h | 242 #define DEPTH (DS-env->ds0) macro
|
| /titanic_53/usr/src/cmd/find/ |
| H A D | find.c | 86 ACL, AMIN, AND, ATIME, CMIN, CPIO, CSIZE, CTIME, DEPTH, EXEC, F_GROUP, enumerator 121 "-depth", DEPTH, Unary, 531 case DEPTH: 1004 case DEPTH:
|