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

/illumos-gate/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.h51 * extern char *function ANSI((char *cp, int flags, NODE *np));
55 #define ANSI(x) x macro
61 #define ANSI(x) () macro
170 /* set up alert and verticalTab characters - This assumes an ANSI-C compiler */
181 /* if SETVBUF not previously defined, then use default ANSI-C definition */
/illumos-gate/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 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 */
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c2499 ANSI(0x019, 0, "i", loop_i);
2500 ANSI(0x01a, 0, "j", loop_j);
2501 ANSI(0x01d, 0, "execute", execute);
2502 ANSI(0x01e, 0, "+", add);
2503 ANSI(0x01f, 0, "-", subtract);
2504 ANSI(0x020, 0, "*", multiply);
2505 ANSI(0x021, 0, "/", divide);
2506 ANSI(0x022, 0, "mod", mod);
2508 ANSI(0x023, 0, "and", and);
2509 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.c839 ANSI(0x088, 0, "span", span);
840 ANSI(0x08a, 0, "expect", expect);
842 ANSI(0x08d, 0, "key?", keyquestion);
843 ANSI(0x08e, 0, "key", key);
844 ANSI(0x08f, 0, "emit", emit);
845 ANSI(0x090, 0, "type", type);
846 ANSI(0x091, 0, "(cr", paren_cr);
847 ANSI(0x092, 0, "cr", fc_crlf);
848 ANSI(0x093, 0, "#out", fc_num_out);
849 ANSI(
[all...]
/illumos-gate/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).
/illumos-gate/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));
/illumos-gate/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));
/illumos-gate/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...]
/illumos-gate/usr/src/man/man5/
H A DMakefile133 MANLINKS= ANSI.5 \
184 ANSI.5 := LINKSRC = standards.5
/illumos-gate/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
H A Dawk.y48 static NODE * fliplist ANSI((NODE *np));
/illumos-gate/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
/illumos-gate/usr/src/cmd/csh/
H A Dsh.h39 Error: I need both ANSI macros!
50 #ifndef MBCHAR /* Let's replace the ANSI functions with our own macro
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c335 int (*putout) ANSI((int));
/illumos-gate/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.

Completed in 122 milliseconds