HomeSort by relevance Sort by last modified time
    Searched refs:DEC (Results 1 - 16 of 16) sorted by null

  /onnv/onnv-gate/usr/src/cmd/truss/
systable.c 221 {"_exit", 1, DEC, NOV, DEC}, /* 1 */
222 {"forkall", 0, DEC, NOV}, /* 2 */
223 {"read", 3, DEC, NOV, DEC, IOB, UNS}, /* 3 */
224 {"write", 3, DEC, NOV, DEC, IOB, UNS}, /* 4 */
225 {"open", 3, DEC, NOV, STG, OPN, OCT}, /* 5 */
226 {"close", 1, DEC, NOV, DEC}, /* 6 *
    [all...]
print.h 41 #define DEC 1 /* print value in decimal */
  /onnv/onnv-gate/usr/src/cmd/bnu/
uudecode.c 86 /* DEC is the basic 1 character decoding function (historical algorithm) */
87 #define DEC(c) decode_table[c]
311 n = DEC(inbuf[0]);
430 unsigned char b0 = DEC(*(in++));
431 unsigned char b1 = DEC(*(in++));
432 unsigned char b2 = DEC(*(in++));
433 unsigned char b3 = DEC(*in);
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
private.h 217 #define DEC() --__m_screen->_unget._count
220 #define POP() __m_screen->_unget._stack[DEC()]
  /onnv/onnv-gate/usr/src/cmd/awk_xpg4/
awk.y 67 %token <node> ADD SUB MUL DIV REM INC DEC PRE_INC PRE_DEC
136 %right INC DEC URE
308 | lvalue DEC = {
309 $$ = node(DEC, $1, NNULL);
381 | DEC lvalue = {
awk1.c 451 c = DEC;
689 case DEC:
    [all...]
awk3.c 1146 case DEC:
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
Termcap.pm 157 regard as ANSI X3.64 and ISO 6429, the escape codes also used by DEC VT100
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
vfprintf.c 193 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */
491 base = DEC;
638 base = DEC;
691 case DEC:
  /onnv/onnv-gate/usr/src/common/openssl/crypto/des/
des-lib.com 34 $! DECC For DEC C.
557 $! Check To See If We Need A DEC C Option File.
562 $! Check To See If We Already Have A DEC C Linker Option File.
572 $! We Need A DEC C Linker Option File For VAX.
578 ! The Sharable DEC C Runtime Library.
599 $! End The VAX/AXP DEC C Option File Check.
607 $! End The DEC C Check.
989 $ WRITE SYS$OUTPUT " DECC : To Compile With DEC C."
  /onnv/onnv-gate/usr/src/cmd/terminfo/
dec.ti 34 # dec: DEC (DIGITAL EQUIPMENT CORPORATION)
36 # Manufacturer: DEC (DIGITAL EQUIPTMENT CORP.)
62 vt100|vt100-am|dec vt100 (w/advanced video),
97 vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video),
99 vt100-w-nam|vt100-nam-w|dec vt100 132 cols (w/advanced video),
107 vt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option),
126 vt102|vt-102|dec vt102,
151 vt132|DEC vt132,
155 # Older DEC CRT'
    [all...]
termcap     [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
Cap.pm 11 # Version undef: Thu Dec 14 20:02:42 CST 1995 by sanders@bsdi.com
24 # Version 1.05: Mon Dec 3 15:33:49 GMT 2001
26 # Version 1.06: Thu Dec 6 18:43:22 GMT 2001
637 vt220|vt200|DEC VT220 in vt100 emulation mode:
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
conf.c 35 #ifdef DEC
41 #endif /* DEC */
    [all...]
  /onnv/onnv-gate/usr/src/cmd/hwdata/
pci.ids     [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
Name.pl     [all...]

Completed in 960 milliseconds