Home
last modified time | relevance | path

Searched refs:ANSI (Results 1 – 25 of 52) sorted by relevance

123

/titanic_41/usr/src/lib/efcode/engine/
H A Dforth.c2499 ANSI(0x019, 0, "i", loop_i); in _init()
2500 ANSI(0x01a, 0, "j", loop_j); in _init()
2501 ANSI(0x01d, 0, "execute", execute); in _init()
2502 ANSI(0x01e, 0, "+", add); in _init()
2503 ANSI(0x01f, 0, "-", subtract); in _init()
2504 ANSI(0x020, 0, "*", multiply); in _init()
2505 ANSI(0x021, 0, "/", divide); in _init()
2506 ANSI(0x022, 0, "mod", mod); in _init()
2508 ANSI(0x023, 0, "and", and); in _init()
2509 ANSI(0x024, 0, "or", or); in _init()
[all …]
H A Dprint.c246 ANSI(0x095, 0, "hold", pic_hold); in _init()
247 ANSI(0x096, 0, "<#", pic_start); in _init()
248 ANSI(0x097, 0, "u#>", pic_ustop); in _init()
249 ANSI(0x098, 0, "sign", pic_sign); in _init()
250 ANSI(0x099, 0, "u#", pic_unsigned); in _init()
251 ANSI(0x09a, 0, "u#s", pic_uremainder); in _init()
252 ANSI(0x09b, 0, "u.", do_udot); in _init()
255 ANSI(0x09e, 0, ".r", do_dot_r); in _init()
257 ANSI(0x0c7, 0, "#", pic_dunsigned); in _init()
258 ANSI(0x0c8, 0, "#s", pic_dremainder); in _init()
[all …]
H A Denv.c839 ANSI(0x088, 0, "span", span); in _init()
840 ANSI(0x08a, 0, "expect", expect); in _init()
842 ANSI(0x08d, 0, "key?", keyquestion); in _init()
843 ANSI(0x08e, 0, "key", key); in _init()
844 ANSI(0x08f, 0, "emit", emit); in _init()
845 ANSI(0x090, 0, "type", type); in _init()
846 ANSI(0x091, 0, "(cr", paren_cr); in _init()
847 ANSI(0x092, 0, "cr", fc_crlf); in _init()
848 ANSI(0x093, 0, "#out", fc_num_out); in _init()
849 ANSI(0x094, 0, "#line", fc_num_line); in _init()
/titanic_41/usr/src/lib/libxcurses/src/tput/
H A Dtput.c127 STATREF void build_argv ANSI((int *ac, char ***av));
128 STATREF int do_tput ANSI((int _argc, char **_argv));
129 STATREF void init ANSI((void));
130 STATREF void reset ANSI((void));
131 STATREF int usage ANSI((void));
132 STATREF void err_msg ANSI((char *fmt, ...)); /* GENTEXT: err_msg */
133 STATREF void cat ANSI((char *_Fn));
/titanic_41/usr/src/lib/libxcurses/src/tic/
H A Dtic.h140 extern void compile ANSI((void));
143 extern void panic_mode ANSI((int _Ch));
144 extern void reset ANSI((void));
145 extern void reset_input ANSI((void));
H A Dticscan.c57 STATIC int next_char ANSI((void));
58 STATIC int trans_string ANSI((char *));
59 STATIC int escape ANSI((int));
60 STATIC void backspace ANSI((void));
H A Duntic.c89 STATIC char *escape ANSI((int));
90 STATIC void error ANSI((char *, ...)); /* GENTEXT: error */
91 STATIC void untic ANSI((TERMINAL *));
/titanic_41/usr/src/lib/libxcurses/src/tabs/
H A Dtabs.c156 STATREF int do_tabs ANSI((void));
157 STATREF void err_msg ANSI((char *fmt, ...)); /* GENTEXT: err_msg */
158 STATREF void mvcol ANSI((int oc, int nc));
159 STATREF void set_every ANSI((int n));
160 STATREF void set_tab_at ANSI((int x));
161 STATREF int usage ANSI((void));
/titanic_41/usr/src/lib/libpp/common/
H A DNOTES5 stages of ANSI standard C. The same library is used to construct
26 ANSI standard C. A compatibility dialect implements Reiser
27 features, allowing for a smooth transition to the ANSI standard.
29 (5) To aid in the transition to ANSI, the preprocessor can do some
40 used in the ANSI dialect. The latter is useful in writing
42 ANSI standard C.
/titanic_41/usr/src/lib/efcode/fcdriver/
H A Dmisc.c623 ANSI(0x06e, 0, "l@", fcd_lfetch); in _init()
624 ANSI(0x06f, 0, "w@", fcd_wfetch); in _init()
625 ANSI(0x071, 0, "c@", fcd_cfetch); in _init()
626 ANSI(0x073, 0, "l!", fcd_lstore); in _init()
627 ANSI(0x074, 0, "w!", fcd_wstore); in _init()
628 ANSI(0x075, 0, "c!", fcd_cstore); in _init()
629 ANSI(0x078, 0, "move", fcd_move); in _init()
630 ANSI(0x07a, 0, "comp", fcd_comp); in _init()
632 ANSI(0x120, 0, "diagnostic-mode?", diagnostic_mode); in _init()
634 ANSI(0x1a4, 0, "mac-address", mac_address); in _init()
/titanic_41/usr/src/lib/libxcurses/h/
H A Dm_ord.h52 LEXTERN int m_ord ANSI((wint_t));
53 LEXTERN wint_t m_chr ANSI((int));
H A Dmks.h55 #define ANSI(x) x macro
61 #define ANSI(x) () macro
/titanic_41/usr/src/man/man5/
H A DMakefile127 MANLINKS= ANSI.5 \
175 ANSI.5 := LINKSRC = standards.5
/titanic_41/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_vsscan.c47 extern int mks_vfscanf ANSI((FILE *, char *, va_list));
/titanic_41/usr/src/cmd/mandoc/
H A Dst.in61 LINE("-ansiC", "ANSI X3.159-1989 (\\(lqANSI\\~C89\\(rq)")
62 LINE("-ansiC-89", "ANSI X3.159-1989 (\\(lqANSI\\~C89\\(rq)")
63 LINE("-ansiC-99", "ANSI/ISO/IEC 9899-1999 (\\(lqANSI\\~C99\\(rq)")
H A Dpredefs.in55 PREDEF("Ai", "ANSI")
/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk0.c192 wchar_t *(*awkrecord) ANSI((wchar_t *, int, FILE*)) = defrecord;
194 wchar_t *(*awkfield) ANSI((wchar_t **)) = whitefield;
H A Dawk.h465 #define ANSI(x) x macro
470 #define ANSI(x) () macro
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dprivate.h81 #define ANSI(tk, t, nm, fnc) FCODE(tk, (ANSI_WORD|P1275_WORD|t), nm, fnc) macro
/titanic_41/usr/src/grub/grub-0.97/
H A Dconfig.h.in102 /* Define to 1 if you have the ANSI C header files. */
/titanic_41/usr/src/lib/libshell/common/
H A DRELEASE88117 inside the single quotes will be converted using the ANSI-C
119 expands to the escape character (default \033) whenever ANSI-C
289 7. The %n format works as described in ANSI-C.
412 g. The code is written in ANSI C with full prototypes.
415 using the ANSI cpp that comes with nmake or running
/titanic_41/usr/src/pkg/manifests/
H A DSUNWcs.man5.inc40 link path=usr/share/man/man5/ANSI.5 target=standards.5
/titanic_41/usr/src/cmd/csh/
H A Dsh.h39 Error: I need both ANSI macros!
/titanic_41/usr/src/cmd/terminfo/
H A Dtermcap.src112 # roughly by type frequency with ANSI/VT100 and other common types up front.
199 # u9 terminal enquire string (equiv. to ANSI/ECMA-48 DA)
201 # u7 cursor position request (equiv. to VT100/ANSI/ECMA-48 DSR 6)
202 # u6 cursor position report (equiv. to ANSI/ECMA-48 CPR)
206 # terminals) or \E[c (on newer VT100/ANSI/ECMA-48-compatible terminals).
223 # \E[%i%d;%dR (on VT100/ANSI/ECMA-48-compatible terminals).
241 # As the ANSI/ECMA-48 standard and variants take firmer hold, and as
244 # the new organization, which puts ANSI types, xterm, Unix consoles,
287 ######## ANSI, UNIX CONSOLE, AND SPECIAL TYPES
329 #### ANSI.SYS/ISO 6429/ECMA-48 Capabilities
[all …]
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c335 int (*putout) ANSI((int));

123