Searched refs:DEC (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/bin/rc/
H A Dlexer.l73 DEC [0-9]
77 EXP [eE][+-]?{DEC}+
103 {DEC}+ { yylval.i = strtoull(yytext, NULL, 10);
111 {DEC}+{EXP} yylval.f = strtod(yytext, NULL); return FLOAT;
112 {DEC}*\.{DEC}+{EXP}? yylval.f = strtod(yytext, NULL); return FLOAT;
113 {DEC}+\.{DEC}*{EXP}? yylval.f = strtod(yytext, NULL); return FLOAT;
115 #{DEC}+ { yylval.t = strtoul(yytext + 1, NULL, 10);
/haiku-fatelf/src/bin/sharutils/src/
H A Duudecode.c82 #define DEC(Char) (((Char) - ' ') & 077) macro
106 n = DEC (*p);
115 ch = DEC (p[0]) << 2 | DEC (p[1]) >> 4;
117 ch = DEC (p[1]) << 4 | DEC (p[2]) >> 2;
119 ch = DEC (p[2]) << 6 | DEC (p[3]);
126 ch = DEC (p[0]) << 2 | DEC (
[all...]
/haiku-fatelf/src/kits/mail/
H A Dmail_encoding.cpp15 #define DEC(c) (((c) - ' ') & 077) macro
319 n = DEC(inBuffer[0]);
323 *outBuffer++ = DEC(inBuffer[0]) << 2 | DEC (inBuffer[1]) >> 4;
324 *outBuffer++ = DEC(inBuffer[1]) << 4 | DEC (inBuffer[2]) >> 2;
325 *outBuffer++ = DEC(inBuffer[2]) << 6 | DEC (inBuffer[3]);
328 *outBuffer++ = DEC(inBuffer[0]) << 2
329 | DEC (inBuffe
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dm2-exp.y177 %token INC DEC INCL EXCL
307 exp : DEC '(' exp ')'
311 exp : DEC '(' exp ',' exp ')'
796 {"DEC", DEC },
H A Dm2-exp.c83 DEC = 285, enumerator in enum:yytokentype
131 #define DEC 285 macro
522 "MAX_FUNC", "FLOAT_FUNC", "VAL", "CHR", "ODD", "TRUNC", "INC", "DEC",
2311 {"DEC", DEC },
/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dvfprintf.c189 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ enumerator in enum:__anon5562
457 base = DEC;
583 base = DEC;
629 case DEC:
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dm88k.h401 DEC = 11 enumerator in enum:operand_type
H A Dh8300.h77 DEC = PREDEC, enumerator in enum:h8_flags
198 RDDEC = DST | DEC,
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dm88k-dis.c384 {0x8400fc00,"illop", {0,2,DEC}, NO_OPERAND, NO_OPERAND, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0} },
705 case DEC:
/haiku-fatelf/src/bin/gdb/bfd/
H A Dieee.c667 #define DEC sp--;
674 #define POP(x,y,z) DEC;x=TOS.symbol;y=TOS.section;z=TOS.value;
665 #define DEC macro
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src96 # (notably DEC and Wyse).
1406 pcvtXX|pcvt vt200 emulator (DEC VT220),
1557 wsvt25|NetBSD wscons in 25 line DEC VT220 mode,
1566 wsvt25m|NetBSD wscons in 25 line DEC VT220 mode with Meta,
1786 #### DEC VT52
1787 # (<acsc>/<rmacs>/<smacs> capabilities aren't in DEC's official entry -- esr)
1813 #### DEC VT100 and compatibles
1815 # DEC terminals from the vt100 forward are collected here. Older DEC terminals
1820 # Except where noted, these entries are DEC'
[all...]
H A Dterminfo.tmp96 # (notably DEC and Wyse).
1406 pcvtXX|pcvt vt200 emulator (DEC VT220),
1557 wsvt25|NetBSD wscons in 25 line DEC VT220 mode,
1566 wsvt25m|NetBSD wscons in 25 line DEC VT220 mode with Meta,
1786 #### DEC VT52
1787 # (<acsc>/<rmacs>/<smacs> capabilities aren't in DEC's official entry -- esr)
1813 #### DEC VT100 and compatibles
1815 # DEC terminals from the vt100 forward are collected here. Older DEC terminals
1820 # Except where noted, these entries are DEC'
[all...]
/haiku-fatelf/src/libs/termcap/
H A Dtermcap.src84 # (notably DEC and Wyse).
937 pcvtXX|pcvt vt200 emulator (DEC VT220):\
1306 wsvt25|NetBSD wscons in 25 line DEC VT220 mode:\
1328 wsvt25m|NetBSD wscons in 25 line DEC VT220 mode with Meta:\
1897 #### DEC VT100 and compatibles
1899 # DEC terminals from the vt100 forward are collected here. Older DEC terminals
1904 # Except where noted, these entries are DEC's official terminfos.
1907 # are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
1909 # In October 1995 DEC sol
[all...]
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure6113 # Compaq (ex-DEC) C has the option -ieee.
8519 # function. BeOS and DEC UNIX 4.0 fall in this category, but the
8522 # This test should segfault on the DEC system.
22421 # DEC Alpha running OSF/1
22422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 3-argument statfs function (DEC OSF/1)" >&5
22423 $as_echo_n "checking for 3-argument statfs function (DEC OSF/1)... " >&6; }
27548 /* The Compaq (ex-DEC) C 6.4 compiler chokes on the expression 0.0 / 0.0. */
31273 # DEC Alpha running OSF/1, and Apple Darwin 1.3.
31354 # 4.4BSD and DEC OSF/1.
[all...]

Completed in 273 milliseconds