Searched refs:EXTERN (Results 1 - 25 of 124) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/gnu/dist/bc/bc/
H A Dglobal.c34 #undef EXTERN macro
35 #define EXTERN macro
H A Dglobal.h33 EXTERN int break_label;
36 EXTERN int if_label;
39 EXTERN int continue_label;
42 EXTERN int next_label;
45 EXTERN char genstr[80];
48 EXTERN int out_count;
52 EXTERN char did_gen;
55 EXTERN char interactive;
58 EXTERN int compile_only;
61 EXTERN in
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/bc/h/
H A Dglobal.h31 EXTERN int break_label;
34 EXTERN int if_label;
37 EXTERN int continue_label;
40 EXTERN int next_label;
43 EXTERN char genstr[80];
46 EXTERN int out_count;
50 EXTERN char did_gen;
53 EXTERN char interactive;
56 EXTERN int compile_only;
59 EXTERN in
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dglob.h43 #ifndef EXTERN
44 #define EXTERN extern macro
47 EXTERN enum mailmode_e mailmode; /* mode mail is running in */
48 EXTERN int sawcom; /* Set after first command */
49 EXTERN char *Tflag; /* -T temp file for netnews */
50 EXTERN int senderr; /* An error while checking */
51 EXTERN int edit; /* Indicates editing a file */
52 EXTERN int readonly; /* Will be unable to rewrite file */
53 EXTERN int noreset; /* String resets suspended */
54 EXTERN in
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dsupmsg.h118 #define EXTERN macro
120 #define EXTERN extern macro
124 EXTERN int isserver; /* true if we are the server */
127 EXTERN char *goawayreason; /* reason for goaway */
130 EXTERN int pgmversion; /* version of this program */
131 EXTERN int protver; /* protocol version of partner */
132 EXTERN int pgmver; /* program version of partner */
133 EXTERN char *scmver; /* scm version of partner */
134 EXTERN int fspid; /* process id of fileserver */
137 EXTERN in
184 #undef EXTERN macro
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/html/
H A Dpre-html.h30 # define EXTERN macro
32 # define EXTERN extern macro
38 #undef EXTERN macro
/netbsd-6-1-5-RELEASE/usr.bin/indent/
H A Dindent_globs.h85 #ifndef EXTERN
86 #define EXTERN extern macro
90 EXTERN FILE *input; /* the fid for the input file */
91 EXTERN FILE *output; /* the output file */
126 EXTERN char *labbuf; /* buffer for label */
127 EXTERN char *s_lab; /* start ... */
128 EXTERN char *e_lab; /* .. and end of stored label */
129 EXTERN char *l_lab; /* limit of label buffer */
131 EXTERN char *codebuf; /* buffer for code section */
132 EXTERN cha
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/include/named/
H A Dglobals.h40 #undef EXTERN macro
43 #define EXTERN macro
46 #define EXTERN extern macro
54 EXTERN isc_mem_t * ns_g_mctx INIT(NULL);
55 EXTERN unsigned int ns_g_cpus INIT(0);
56 EXTERN unsigned int ns_g_udpdisp INIT(0);
57 EXTERN isc_taskmgr_t * ns_g_taskmgr INIT(NULL);
58 EXTERN dns_dispatchmgr_t * ns_g_dispatchmgr INIT(NULL);
59 EXTERN isc_entropy_t * ns_g_entropy INIT(NULL);
60 EXTERN isc_entropy_
160 #undef EXTERN macro
[all...]
H A Dns_smf_globals.h26 #undef EXTERN macro
29 #define EXTERN macro
32 #define EXTERN extern macro
36 EXTERN unsigned int ns_smf_got_instance INIT(0);
37 EXTERN unsigned int ns_smf_chroot INIT(0);
38 EXTERN unsigned int ns_smf_want_disable INIT(0);
43 #undef EXTERN macro
/netbsd-6-1-5-RELEASE/usr.bin/menuc/
H A Ddefs.h50 #define EXTERN macro
53 #define EXTERN extern macro
63 EXTERN char *prog_name;
64 EXTERN char *src_name;
65 EXTERN char *out_name INIT("menu_defs");
66 EXTERN char *sys_name INIT("menu_sys.def");
68 EXTERN int do_dynamic INIT(0);
69 EXTERN int do_msgxlat INIT(0);
70 EXTERN int line_no INIT(1);
71 EXTERN in
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/msgc/
H A Ddefs.h49 #define EXTERN macro
52 #define EXTERN extern macro
62 EXTERN char *prog_name;
63 EXTERN char *src_name;
64 EXTERN char *out_name INIT("msg_defs");
65 EXTERN char *sys_name INIT("msg_sys.def");
67 EXTERN int line_no INIT(1);
68 EXTERN int had_errors INIT(FALSE);
69 EXTERN int max_strlen INIT(1);
71 EXTERN id_re
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/libtos/
H A Dlibtos.h38 #define EXTERN macro
41 #define EXTERN extern macro
73 EXTERN int aout_load PROTO((int, struct osdsc *, char **, int));
74 EXTERN void bsd_startup PROTO((struct kparamb *)) NORETURN;
75 EXTERN int elf_load PROTO((int, struct osdsc *, char **, int));
76 EXTERN int eprintf PROTO((char *, ...));
77 EXTERN void error PROTO((int, char *, ...));
78 EXTERN void fatal PROTO((int, char *, ...)) NORETURN;
79 EXTERN void init_toslib PROTO((char *));
80 EXTERN in
[all...]
H A Dcread.h45 EXTERN int cclose PROTO((int));
46 EXTERN off_t clseek PROTO((int, off_t, int));
47 EXTERN int copen PROTO((const char *, int));
48 EXTERN size_t cread PROTO((int, void *, size_t));
H A Ddiskio.h64 EXTERN disk_t * disk_open PROTO((char *));
65 EXTERN void disk_close PROTO((disk_t *));
66 EXTERN void * disk_read PROTO((disk_t *, u_int, u_int));
67 EXTERN int disk_write PROTO((disk_t *, u_int, u_int, void *));
72 EXTERN int bios_read PROTO((void *, u_int, u_int, u_int));
73 EXTERN int bios_write PROTO((void *, u_int, u_int, u_int));
74 EXTERN void bios_critic PROTO((void));
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Ddiff.h30 #define EXTERN extern
32 #define EXTERN
36 EXTERN const struct diff_callbacks *callbacks;
61 EXTERN enum output_style output_style;
64 EXTERN int no_diff_means_no_output;
68 EXTERN int context;
72 EXTERN int always_text_flag;
75 EXTERN int horizon_lines;
78 EXTERN int ignore_space_change_flag;
81 EXTERN in
29 #define EXTERN macro
31 #define EXTERN macro
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Ddefs.h41 #ifndef EXTERN
42 #define EXTERN extern macro
47 EXTERN struct timeval starttime;
49 EXTERN struct ww *window[NWINDOW]; /* the windows */
50 EXTERN struct ww *selwin; /* the selected window */
51 EXTERN struct ww *lastselwin; /* the last selected window */
52 EXTERN struct ww *cmdwin; /* the command window */
53 EXTERN struct ww *framewin; /* the window for framing */
54 EXTERN struct ww *boxwin; /* the window for the box */
55 EXTERN struc
[all...]
H A Dxx.h37 #ifndef EXTERN
38 #define EXTERN extern macro
52 EXTERN struct xx *xx_head, *xx_tail;
53 EXTERN struct xx *xx_freelist;
55 EXTERN char *xxbuf, *xxbufp, *xxbufe;
56 EXTERN int xxbufsize;
H A Dalias.h37 #ifndef EXTERN
38 #define EXTERN extern macro
54 EXTERN struct var *alias_head;
H A Dww.h51 #ifndef EXTERN
52 #define EXTERN extern macro
221 EXTERN struct ww wwhead;
222 EXTERN struct ww *wwindex[NWW + 1]; /* last location is for wwnobody */
223 EXTERN struct ww wwnobody;
226 EXTERN struct ww_tty wwoldtty; /* the old (saved) terminal settings */
227 EXTERN struct ww_tty wwnewtty; /* the new (current) terminal settings */
228 EXTERN struct ww_tty wwwintty; /* the terminal settings for windows */
229 EXTERN char *wwterm; /* the terminal name */
230 EXTERN cha
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/dfp/
H A Dsignbit-2.c15 EXTERN int signbitf (float);
16 EXTERN int signbit (double);
17 EXTERN int signbitl (long double);
18 EXTERN int signbitd32 (_Decimal32);
19 EXTERN int signbitd64 (_Decimal64);
20 EXTERN int signbitd128 (_Decimal128);
H A Ddfp-dbg.h6 #define EXTERN extern "C" macro
8 #define EXTERN extern macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dbuildsym.h36 name EXTERN to null. It is used to declare variables that are
42 #ifndef EXTERN
43 #define EXTERN extern macro
53 EXTERN char *last_source_file;
59 EXTERN CORE_ADDR last_source_start_addr;
78 EXTERN struct subfile *current_subfile;
83 EXTERN unsigned char processing_gcc_compilation;
91 EXTERN unsigned char processing_acc_compilation;
95 EXTERN unsigned int symnum;
114 EXTERN struc
307 #undef EXTERN macro
[all...]
H A Dstabsread.h27 the name EXTERN to null. It is used to declare variables that
31 #ifndef EXTERN
32 #define EXTERN extern macro
43 EXTERN struct symbol *global_sym_chain[HASHSIZE];
57 EXTERN struct pending_stabs *global_stabs;
62 EXTERN int previous_stab_code;
128 EXTERN int *this_object_header_files;
130 EXTERN int n_this_object_header_files;
132 EXTERN int n_allocated_this_object_header_files;
207 #undef EXTERN
204 #undef EXTERN macro
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/dfp/
H A Ddfp-dbg.h1 #define EXTERN extern macro
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/aptck/
H A Daptck.h81 EXTERN int bios_read PROTO((void *, u_int, u_int, u_int));
82 EXTERN int bios_write PROTO((void *, u_int, u_int, u_int));
83 EXTERN void bios_critic PROTO((void));
88 EXTERN disk_t * disk_open PROTO((char *));
89 EXTERN void disk_close PROTO((disk_t *));
90 EXTERN void * disk_read PROTO((disk_t *, u_int, u_int));
91 EXTERN int disk_write PROTO((disk_t *, u_int, u_int, void *));
96 EXTERN int readdisklabel PROTO((disk_t *));

Completed in 260 milliseconds

12345