Home
last modified time | relevance | path

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

12

/freebsd/usr.bin/tip/tip/
H A Dtip.h58 #ifndef EXTERN
59 #define EXTERN extern macro
65 EXTERN char *DV; /* UNIX device(s) to open */
66 EXTERN char *EL; /* chars marking an EOL */
67 EXTERN char *CM; /* initial connection message */
68 EXTERN char *IE; /* EOT to expect on input */
69 EXTERN char *OE; /* EOT to send to complete FT */
70 EXTERN char *CU; /* call unit if making a phone call */
71 EXTERN char *AT; /* acu type */
72 EXTERN char *PN; /* phone number(s) */
[all …]
H A Dtip.c41 #define EXTERN macro
/freebsd/contrib/tcsh/
H A Ded.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 …]
H A Dsh.h56 #ifndef EXTERN
57 # define EXTERN extern macro
548 EXTERN int chkstop IZERO; /* Warned of stopped jobs... allow exit */
553 EXTERN int didcch IZERO; /* Have closed unused fd's for child */
556 EXTERN int didfds IZERO; /* Have setup i/o fd's for child */
557 EXTERN int doneinp IZERO; /* EOF indicator after reset from readc */
558 EXTERN int exiterr IZERO; /* Exit if error or non-zero exit status */
559 EXTERN int child IZERO; /* Child shell ... errors cause exit */
560 EXTERN int haderr IZERO; /* Reset was because of an error */
561 EXTERN int intty IZERO; /* Input is a tty */
[all …]
H A Dsh.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 */
H A Dsh.dir.h43 EXTERN struct directory *dcwd IZERO_STRUCT; /* the one we are in now */
44 EXTERN int symlinks;
H A Dsh.c32 #define EXTERN /* Intern */ macro
/freebsd/usr.bin/gprof/
H A Dgprof.h62 #ifndef EXTERN
63 #define EXTERN extern macro
69 EXTERN long hz;
71 EXTERN size_t histcounter_size;
72 EXTERN int histcounter_type;
74 EXTERN char *a_outname;
77 EXTERN char *gmonname;
137 EXTERN nltype *nl; /* the whole namelist */
138 EXTERN nltype *npe; /* the virtual end of the namelist */
139 EXTERN int nname; /* the number of function names */
[all …]
H A Dgprof.c37 #define EXTERN macro
/freebsd/contrib/sendmail/src/
H A Dsendmail.h25 # define EXTERN macro
27 # define EXTERN extern macro
688 EXTERN MAILER *FileMailer; /* ptr to *file* mailer */
689 EXTERN MAILER *InclMailer; /* ptr to *include* mailer */
690 EXTERN MAILER *LocalMailer; /* ptr to local mailer */
691 EXTERN MAILER *ProgMailer; /* ptr to program mailer */
693 EXTERN MAILER *Mailer[MAXMAILERS * 2 + 1];
695 EXTERN MAILER *Mailer[MAXMAILERS + 1];
839 EXTERN char *AuthMechanisms; /* AUTH mechanisms */
840 EXTERN char *AuthRealm; /* AUTH realm */
[all …]
H A Dtls.h40 # define EXTERN macro
42 # define EXTERN extern macro
244 EXTERN char *CACertPath; /* path to CA certificates (dir. with hashes) */
245 EXTERN char *CACertFile; /* file with CA certificate */
247 EXTERN char *CltCACertPath; /* path to CA certificates (dir. with hashes) */
248 EXTERN char *CltCACertFile; /* file with CA certificate */
250 EXTERN char *CltCertFile; /* file with client certificate */
251 EXTERN char *CltKeyFile; /* file with client private key */
252 EXTERN char *CipherList; /* list of ciphers */
254 EXTERN char *CipherSuites; /* cipher suites */
[all …]
H A Ddaemon.h16 # define EXTERN macro
18 # define EXTERN extern macro
54 EXTERN DAEMON_T Daemons[MAXDAEMONS];
61 #undef EXTERN
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64_32.cpp47 {"UNSIGNED", B(UNSIGNED) | B(ABSOLUTE) | B(EXTERN) | B(LOCAL) | B(BYTE4)},
48 {"SUBTRACTOR", B(SUBTRAHEND) | B(EXTERN) | B(BYTE4)},
49 {"BRANCH26", B(PCREL) | B(EXTERN) | B(BRANCH) | B(BYTE4)},
50 {"PAGE21", B(PCREL) | B(EXTERN) | B(BYTE4)},
51 {"PAGEOFF12", B(ABSOLUTE) | B(EXTERN) | B(BYTE4)},
52 {"GOT_LOAD_PAGE21", B(PCREL) | B(EXTERN) | B(GOT) | B(BYTE4)},
54 B(ABSOLUTE) | B(EXTERN) | B(GOT) | B(LOAD) | B(BYTE4)},
55 {"POINTER_TO_GOT", B(PCREL) | B(EXTERN) | B(GOT) | B(POINTER) | B(BYTE4)},
56 {"TLVP_LOAD_PAGE21", B(PCREL) | B(EXTERN) | B(TLV) | B(BYTE4)},
58 B(ABSOLUTE) | B(EXTERN) | B(TLV) | B(LOAD) | B(BYTE4)},
H A DX86_64.cpp55 B(UNSIGNED) | B(ABSOLUTE) | B(EXTERN) | B(LOCAL) | B(BYTE4) | B(BYTE8)},
56 {"SIGNED", B(PCREL) | B(EXTERN) | B(LOCAL) | B(BYTE4)},
57 {"BRANCH", B(PCREL) | B(EXTERN) | B(BRANCH) | B(BYTE4)},
58 {"GOT_LOAD", B(PCREL) | B(EXTERN) | B(GOT) | B(LOAD) | B(BYTE4)},
59 {"GOT", B(PCREL) | B(EXTERN) | B(GOT) | B(POINTER) | B(BYTE4)},
60 {"SUBTRACTOR", B(SUBTRAHEND) | B(EXTERN) | B(BYTE4) | B(BYTE8)},
61 {"SIGNED_1", B(PCREL) | B(EXTERN) | B(LOCAL) | B(BYTE4)},
62 {"SIGNED_2", B(PCREL) | B(EXTERN) | B(LOCAL) | B(BYTE4)},
63 {"SIGNED_4", B(PCREL) | B(EXTERN) | B(LOCAL) | B(BYTE4)},
64 {"TLV", B(PCREL) | B(EXTERN) | B(TLV) | B(LOAD) | B(BYTE4)},
H A DARM64.cpp57 B(UNSIGNED) | B(ABSOLUTE) | B(EXTERN) | B(LOCAL) | B(BYTE4) | B(BYTE8)},
58 {"SUBTRACTOR", B(SUBTRAHEND) | B(EXTERN) | B(BYTE4) | B(BYTE8)},
59 {"BRANCH26", B(PCREL) | B(EXTERN) | B(BRANCH) | B(BYTE4)},
60 {"PAGE21", B(PCREL) | B(EXTERN) | B(BYTE4)},
61 {"PAGEOFF12", B(ABSOLUTE) | B(EXTERN) | B(BYTE4)},
62 {"GOT_LOAD_PAGE21", B(PCREL) | B(EXTERN) | B(GOT) | B(BYTE4)},
64 B(ABSOLUTE) | B(EXTERN) | B(GOT) | B(LOAD) | B(BYTE4)},
65 {"POINTER_TO_GOT", B(PCREL) | B(EXTERN) | B(GOT) | B(POINTER) | B(BYTE4)},
66 {"TLVP_LOAD_PAGE21", B(PCREL) | B(EXTERN) | B(TLV) | B(BYTE4)},
68 B(ABSOLUTE) | B(EXTERN) | B(TLV) | B(LOAD) | B(BYTE4)},
/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.output33 19 | EXTERN
127 EXTERN reduce 8
141 EXTERN shift 5
158 decl_spec : EXTERN . (19)
214 EXTERN reduce 8
308 EXTERN shift 5
332 EXTERN reduce 4
471 EXTERN shift 5
581 EXTERN reduce 8
786 EXTERN reduce 8
[all …]
H A Dbtyacc_demo.tab.h8 #define EXTERN 261 macro
H A Dbtyacc_demo.tab.c224 #define EXTERN 261 macro
/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h201 # define EXTERN extern "C" macro
203 # define EXTERN extern
/freebsd/contrib/sendmail/libmilter/
H A Dlibmilter.h20 # define EXTERN macro
24 # define EXTERN extern
/freebsd/contrib/byacc/test/
H A Dbtyacc_demo.y54 %token EXTERN REGISTER STATIC CONST VOLATILE IF THEN ELSE CLCL
132 | EXTERN [ $$ = bare_extern(); ]
/freebsd/contrib/llvm-project/lld/MachO/
H A DRelocations.h32 EXTERN = 1 << 4, // Can have an external symbol enumerator
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3944 EXTERN int Sqlite3_Init(Tcl_Interp *interp){ in Sqlite3_Init()
3958 EXTERN int Tclsqlite3_Init(Tcl_Interp *interp){ return Sqlite3_Init(interp); } in Tclsqlite3_Init()
3959 EXTERN int Sqlite3_Unload(Tcl_Interp *interp, int flags){ return TCL_OK; } in Sqlite3_Unload()
3960 EXTERN int Tclsqlite3_Unload(Tcl_Interp *interp, int flags){ return TCL_OK; } in Tclsqlite3_Unload()
3966 EXTERN int Sqlite3_SafeInit(Tcl_Interp *interp){ return TCL_ERROR; } in Sqlite3_SafeInit()
3967 EXTERN int Sqlite3_SafeUnload(Tcl_Interp *interp, int flags){return TCL_ERROR;} in Sqlite3_SafeUnload()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1t.h.in63 * The EXTERN type uses a new style d2i/i2d.
/freebsd/contrib/diff/
H A DChangeLog1777 * diff.h (XTERN): Renamed from EXTERN.
3297 * diff.h (files): Add EXTERN.

12