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

  /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/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/cmd/truss/
print.h 41 #define DEC 1 /* print value in decimal */

Completed in 2039 milliseconds