Home
last modified time | relevance | path

Searched refs:EXTERN (Results 1 – 25 of 48) sorted by relevance

12

/dragonfly/usr.bin/mail/
HDglob.h34 #ifndef EXTERN
35 #define EXTERN extern macro
43 EXTERN int msgCount; /* Count of messages read in */
44 EXTERN int rcvmode; /* True if receiving mail */
45 EXTERN int sawcom; /* Set after first command */
46 EXTERN char *Tflag; /* -T temp file for netnews */
47 EXTERN int senderr; /* An error while checking */
48 EXTERN int edit; /* Indicates editing a file */
49 EXTERN int readonly; /* Will be unable to rewrite file */
50 EXTERN int noreset; /* String resets suspended */
[all …]
/dragonfly/usr.bin/tip/
HDtip.h59 #ifndef EXTERN
60 #define EXTERN extern macro
66 EXTERN char *DV; /* UNIX device(s) to open */
67 EXTERN char *EL; /* chars marking an EOL */
68 EXTERN char *CM; /* initial connection message */
69 EXTERN char *IE; /* EOT to expect on input */
70 EXTERN char *OE; /* EOT to send to complete FT */
71 EXTERN char *CU; /* call unit if making a phone call */
72 EXTERN char *AT; /* acu type */
73 EXTERN char *PN; /* phone number(s) */
[all …]
/dragonfly/contrib/tcsh-6/
HDed.h35 #ifndef EXTERN
36 # define EXTERN extern macro
120 EXTERN KEYCMD *CurrentKeyMap; /* current command key map */
121 EXTERN int inputmode; /* insert, replace, replace1 mode */
122 EXTERN Char GettingInput; /* true if getting an input line (mostly) */
123 EXTERN Char NeedsRedraw; /* for editor and twenex error messages */
124 EXTERN Char InputBuf[INBUFSIZE]; /* the real input data *//*FIXBUF*/
125 EXTERN Char *LastChar, *Cursor; /* point to the next open space */
126 EXTERN Char *InputLim; /* limit of size of InputBuf */
127 EXTERN Char MetaNext; /* flags for ^V and ^[ functions */
[all …]
HDsh.h56 #ifndef EXTERN
57 # define EXTERN extern macro
551 EXTERN int chkstop IZERO; /* Warned of stopped jobs... allow exit */
556 EXTERN int didcch IZERO; /* Have closed unused fd's for child */
559 EXTERN int didfds IZERO; /* Have setup i/o fd's for child */
560 EXTERN int doneinp IZERO; /* EOF indicator after reset from readc */
561 EXTERN int exiterr IZERO; /* Exit if error or non-zero exit status */
562 EXTERN int child IZERO; /* Child shell ... errors cause exit */
563 EXTERN int haderr IZERO; /* Reset was because of an error */
564 EXTERN int intty IZERO; /* Input is a tty */
[all …]
HDsh.proc.h118 EXTERN struct process proclist IZERO_STRUCT;/* list head of all processes */
120 EXTERN struct process *pholdjob IZERO; /* one level stack of current jobs */
122 EXTERN struct process *pcurrjob IZERO; /* current job */
123 EXTERN struct process *pcurrent IZERO; /* current job in table */
124 EXTERN struct process *pprevious IZERO; /* previous job in table */
126 EXTERN int pmaxindex IZERO; /* current maximum job index */
HDsh.dir.h43 EXTERN struct directory *dcwd IZERO_STRUCT; /* the one we are in now */
44 EXTERN int symlinks;
/dragonfly/contrib/cvs-1.12/diff/
HDdiff.h29 #define EXTERN extern macro
31 #define EXTERN macro
35 EXTERN const struct diff_callbacks *callbacks;
60 EXTERN enum output_style output_style;
63 EXTERN int no_diff_means_no_output;
67 EXTERN int context;
71 EXTERN int always_text_flag;
74 EXTERN int horizon_lines;
77 EXTERN int ignore_space_change_flag;
80 EXTERN int ignore_all_space_flag;
[all …]
/dragonfly/usr.bin/window/
HDww.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 char wwtermcap[1024]; /* place for the termcap */
[all …]
HDdefs.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 struct ww *fgwin; /* the last foreground window */
[all …]
HDtt.h39 #ifndef EXTERN
40 #define EXTERN extern macro
107 EXTERN struct tt tt;
123 EXTERN struct tt_tab tt_tab[];
129 EXTERN char tt_strings[1024]; /* string buffer */
130 EXTERN char *tt_strp; /* pointer for it */
167 EXTERN char *tt_ob;
168 EXTERN char *tt_obp;
169 EXTERN char *tt_obe;
HDxx.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;
HDwindow_string.h42 #ifndef EXTERN
43 #define EXTERN extern macro
63 EXTERN struct string str_head;
HDalias.h37 #ifndef EXTERN
38 #define EXTERN extern macro
54 EXTERN struct var *alias_head;
HDvar.h37 #ifndef EXTERN
38 #define EXTERN extern macro
63 EXTERN struct var *var_head; /* secret, shhh */
HDcontext.h39 #ifndef EXTERN
40 #define EXTERN extern macro
85 EXTERN struct context cx; /* the current context */
HDcontext.c40 #undef EXTERN
41 #define EXTERN macro
43 #undef EXTERN
HDstring.c39 #define EXTERN macro
41 #undef EXTERN
HDvar.c39 #define EXTERN macro
41 #undef EXTERN
/dragonfly/contrib/gdb-7/gdb/
HDbuildsym.h41 #ifndef EXTERN
42 #define EXTERN extern macro
52 EXTERN CORE_ADDR last_source_start_addr;
71 EXTERN struct subfile *current_subfile;
76 EXTERN unsigned char processing_gcc_compilation;
84 EXTERN unsigned char processing_acc_compilation;
88 EXTERN unsigned int symnum;
107 EXTERN struct pending *file_symbols;
111 EXTERN struct pending *global_symbols;
115 EXTERN struct pending *local_symbols;
[all …]
HDstabsread.h29 #ifndef EXTERN
30 #define EXTERN extern macro
41 EXTERN struct symbol *global_sym_chain[HASHSIZE];
55 EXTERN struct pending_stabs *global_stabs;
60 EXTERN int previous_stab_code;
125 EXTERN int *this_object_header_files;
127 EXTERN int n_this_object_header_files;
129 EXTERN int n_allocated_this_object_header_files;
203 #undef EXTERN
/dragonfly/sys/contrib/dev/acpica/source/tools/acpidump/
HDacpidump.h156 #define EXTERN macro
159 #define EXTERN extern macro
170 EXTERN BOOLEAN INIT_GLOBAL (Gbl_SummaryMode, FALSE);
171 EXTERN BOOLEAN INIT_GLOBAL (Gbl_VerboseMode, FALSE);
172 EXTERN BOOLEAN INIT_GLOBAL (Gbl_BinaryMode, FALSE);
173 EXTERN BOOLEAN INIT_GLOBAL (Gbl_DumpCustomizedTables, TRUE);
174 EXTERN BOOLEAN INIT_GLOBAL (Gbl_DoNotDumpXsdt, FALSE);
175 EXTERN ACPI_FILE INIT_GLOBAL (Gbl_OutputFile, NULL);
176 EXTERN char INIT_GLOBAL (*Gbl_OutputFilename, NULL);
177 EXTERN UINT64 INIT_GLOBAL (Gbl_RsdpBase, 0);
/dragonfly/sys/contrib/dev/acpica/source/tools/acpibin/
HDacpibin.h163 #define EXTERN macro
166 #define EXTERN extern macro
173 EXTERN BOOLEAN INIT_GLOBAL (Gbl_TerseMode, FALSE);
174 EXTERN BOOLEAN INIT_GLOBAL (AbGbl_DisplayAllMiscompares, FALSE);
175 EXTERN UINT32 INIT_GLOBAL (AbGbl_CompareOffset, 0);
/dragonfly/contrib/binutils-2.34/gold/
HDyyscript.h89 EXTERN = 299, enumerator
196 #define EXTERN 299 macro
/dragonfly/gnu/usr.bin/binutils227/block2/libgold/
HDyyscript.h90 EXTERN = 299, enumerator
196 #define EXTERN 299 macro
/dragonfly/contrib/binutils-2.34/ld/
HDldgram.y153 %token INPUT_SCRIPT INPUT_MRI_SCRIPT INPUT_DEFSYM CASE EXTERN START
252 | EXTERN extern_name_list
363 | EXTERN '(' extern_name_list ')'
1417 | vers_defns ';' EXTERN NAME '{'
1430 | EXTERN NAME '{'
1456 | EXTERN
1460 | vers_defns ';' EXTERN

12