/freebsd/usr.bin/tip/tip/ |
H A D | tip.h | 58 #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 D | tip.c | 41 #define EXTERN macro
|
/freebsd/contrib/tcsh/ |
H A D | ed.h | 35 #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 D | sh.h | 56 #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 D | sh.proc.h | 118 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 D | sh.dir.h | 43 EXTERN struct directory *dcwd IZERO_STRUCT; /* the one we are in now */ 44 EXTERN int symlinks;
|
H A D | sh.c | 32 #define EXTERN /* Intern */ macro
|
/freebsd/usr.bin/gprof/ |
H A D | gprof.h | 62 #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 D | gprof.c | 37 #define EXTERN macro
|
/freebsd/contrib/sendmail/src/ |
H A D | sendmail.h | 25 # 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 D | tls.h | 40 # 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 D | daemon.h | 16 # 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 D | ARM64_32.cpp | 47 {"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 D | X86_64.cpp | 55 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 D | ARM64.cpp | 57 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 D | btyacc_demo.output | 33 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 D | btyacc_demo.tab.h | 8 #define EXTERN 261 macro
|
H A D | btyacc_demo.tab.c | 224 #define EXTERN 261 macro
|
/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | compat.h | 201 # define EXTERN extern "C" macro 203 # define EXTERN extern
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | libmilter.h | 20 # define EXTERN macro 24 # define EXTERN extern
|
/freebsd/contrib/byacc/test/ |
H A D | btyacc_demo.y | 54 %token EXTERN REGISTER STATIC CONST VOLATILE IF THEN ELSE CLCL 132 | EXTERN [ $$ = bare_extern(); ]
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Relocations.h | 32 EXTERN = 1 << 4, // Can have an external symbol enumerator
|
/freebsd/contrib/sqlite3/tea/generic/ |
H A D | tclsqlite3.c | 3944 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 D | asn1t.h.in | 63 * The EXTERN type uses a new style d2i/i2d.
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 1777 * diff.h (XTERN): Renamed from EXTERN. 3297 * diff.h (files): Add EXTERN.
|