Searched refs:ANSI (Results 1 - 23 of 23) sorted by relevance

/osnet-11/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.h48 * extern char *function ANSI((char *cp, int flags, NODE *np));
52 #define ANSI(x) x macro
58 #define ANSI(x) () macro
167 /* set up alert and verticalTab characters - This assumes an ANSI-C compiler */
178 /* if SETVBUF not previously defined, then use default ANSI-C definition */
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dtic.h139 extern void compile ANSI((void));
142 extern void panic_mode ANSI((int _Ch));
143 extern void reset ANSI((void));
144 extern void reset_input 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 *));
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 Dticparse.c50 extern int get_token ANSI((void)); /* from ticscan.c */
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c2496 ANSI(0x019, 0, "i", loop_i);
2497 ANSI(0x01a, 0, "j", loop_j);
2498 ANSI(0x01d, 0, "execute", execute);
2499 ANSI(0x01e, 0, "+", add);
2500 ANSI(0x01f, 0, "-", subtract);
2501 ANSI(0x020, 0, "*", multiply);
2502 ANSI(0x021, 0, "/", divide);
2503 ANSI(0x022, 0, "mod", mod);
2505 ANSI(0x023, 0, "and", and);
2506 ANSI(
[all...]
H A Dprint.c246 ANSI(0x095, 0, "hold", pic_hold);
247 ANSI(0x096, 0, "<#", pic_start);
248 ANSI(0x097, 0, "u#>", pic_ustop);
249 ANSI(0x098, 0, "sign", pic_sign);
250 ANSI(0x099, 0, "u#", pic_unsigned);
251 ANSI(0x09a, 0, "u#s", pic_uremainder);
252 ANSI(0x09b, 0, "u.", do_udot);
255 ANSI(0x09e, 0, ".r", do_dot_r);
257 ANSI(0x0c7, 0, "#", pic_dunsigned);
258 ANSI(
[all...]
H A Denv.c835 ANSI(0x088, 0, "span", span);
836 ANSI(0x08a, 0, "expect", expect);
838 ANSI(0x08d, 0, "key?", keyquestion);
839 ANSI(0x08e, 0, "key", key);
840 ANSI(0x08f, 0, "emit", emit);
841 ANSI(0x090, 0, "type", type);
842 ANSI(0x091, 0, "(cr", paren_cr);
843 ANSI(0x092, 0, "cr", fc_crlf);
844 ANSI(0x093, 0, "#out", fc_num_out);
845 ANSI(
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_vsscan.c47 extern int mks_vfscanf ANSI((FILE *, char *, va_list));
58 * when the program terminates (so says ANSI C).
/osnet-11/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));
/osnet-11/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));
/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dmisc.c623 ANSI(0x06e, 0, "l@", fcd_lfetch);
624 ANSI(0x06f, 0, "w@", fcd_wfetch);
625 ANSI(0x071, 0, "c@", fcd_cfetch);
626 ANSI(0x073, 0, "l!", fcd_lstore);
627 ANSI(0x074, 0, "w!", fcd_wstore);
628 ANSI(0x075, 0, "c!", fcd_cstore);
629 ANSI(0x078, 0, "move", fcd_move);
630 ANSI(0x07a, 0, "comp", fcd_comp);
632 ANSI(0x120, 0, "diagnostic-mode?", diagnostic_mode);
634 ANSI(
[all...]
/osnet-11/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
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm113 text using ANSI color escape sequences. Apart from the color, it in all
H A DTermcap.pm62 # Fall back on the ANSI escape sequences if Term::Cap doesn't work.
157 regard as ANSI X3.64 and ISO 6429, the escape codes also used by DEC VT100
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm1 # Term::ANSIColor -- Color screen output using ANSI escape sequences.
92 # systems without any ANSI support, like Windows consoles.
202 Term::ANSIColor - Color screen output using ANSI escape sequences
318 (F) You passed an invalid ANSI escape sequence to uncolor().
358 (F) The ANSI escape sequence passed to uncolor() contains escapes which
374 platforms that don't support ANSI escape sequences.
400 complying with ECMA-48 and ISO 6429 (generally referred to as "ANSI color"
402 underline, and reverse) are part of the earlier ANSI X3.64 standard for
435 specified in ANSI X3.64 and ECMA-048 but are not commonly supported by most
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL122 either termcap sequences or ANSI color escape sequences to format the text.
146 Format the output with ANSI color escape sequences. Using this option
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DFile.pm83 or an ANSI C fopen() mode string ("w", "r+", etc.), it uses the basic
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c331 int (*putout) ANSI((int));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp83 Disable recognition of ANSI-like descriptions of function signature.
982 # ANSI: if ifdef ifndef elif else endif define undef
1106 # Allow one-line ANSI-like declaration
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfigure2721 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2722 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2757 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2761 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5029 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5030 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5085 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5106 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5127 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
/osnet-11/usr/src/grub/grub2/
H A Dconfigure4628 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4632 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4637 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5828 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5832 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5837 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
6393 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6394 $as_echo_n "checking for ANSI C header files... " >&6; }
6446 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6467 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI
[all...]

Completed in 84 milliseconds