Home
last modified time | relevance | path

Searched refs:GLOBAL (Results 1 – 20 of 20) sorted by relevance

/dragonfly/contrib/tnftp/src/
H A Dftp_var.h200 #ifndef GLOBAL
201 #define GLOBAL extern macro
214 GLOBAL int ftp_debug; /* debugging level */
220 GLOBAL int gatemode; /* use gate-ftp */
245 GLOBAL int mode; /* file transfer mode */
308 GLOBAL struct macel macros[16];
309 GLOBAL char macbuf[4096];
322 GLOBAL volatile sig_atomic_t sigint_raised;
324 GLOBAL FILE *cin;
325 GLOBAL FILE *cout;
[all …]
H A Dprogressbar.h37 #ifndef GLOBAL
38 #define GLOBAL extern macro
49 GLOBAL int progress; /* display transfer progress bar */
50 GLOBAL int ttywidth; /* width of tty */
52 GLOBAL off_t bytes; /* current # of bytes read */
53 GLOBAL off_t filesize; /* size of file being transferred */
54 GLOBAL off_t restart_point; /* offset to restart transfer */
55 GLOBAL char *prefix; /* Text written left of progress bar */
59 GLOBAL int fromatty; /* input is from a terminal */
60 GLOBAL int verbose; /* print messages coming back from server */
[all …]
H A Dmain.c131 #define GLOBAL /* force GLOBAL decls in ftp_var.h to be declared */ macro
/dragonfly/contrib/nvi2/ex/
H A Dex_global.c27 enum which {GLOBAL, V}; enumerator
41 cmdp, FL_ISSET(cmdp->iflags, E_C_FORCE) ? V : GLOBAL)); in ex_global()
176 FL_SET(ecp->agv_flags, cmd == GLOBAL ? AGV_GLOBAL : AGV_V); in ex_g_setup()
217 if (cmd == GLOBAL) in ex_g_setup()
/dragonfly/contrib/binutils-2.34/gold/
H A Dyyscript.h93 GLOBAL = 303, enumerator
200 #define GLOBAL 303 macro
H A Dyyscript.c158 GLOBAL = 303, enumerator
265 #define GLOBAL 303 macro
H A Dscript.cc1836 { "global", GLOBAL },
1854 { "global", GLOBAL },
/dragonfly/gnu/usr.bin/binutils227/block2/libgold/
H A Dyyscript.h94 GLOBAL = 303, enumerator
200 #define GLOBAL 303 macro
H A Dyyscript.c161 GLOBAL = 303, enumerator
267 #define GLOBAL 303 macro
/dragonfly/contrib/binutils-2.27/ld/
H A Dldgram.y154 %token GLOBAL LOCAL VERSIONK INPUT_VERSION_SCRIPT
1389 | GLOBAL ':' vers_defns ';'
1397 | GLOBAL ':' vers_defns ';' LOCAL ':' vers_defns ';'
1443 | GLOBAL
1447 | vers_defns ';' GLOBAL
H A Dldlex.l430 <VERS_NODE>global { RTOKEN(GLOBAL); }
/dragonfly/contrib/binutils-2.34/ld/
H A Dldgram.y155 %token GLOBAL LOCAL VERSIONK INPUT_VERSION_SCRIPT
1386 | GLOBAL ':' vers_defns ';'
1394 | GLOBAL ':' vers_defns ';' LOCAL ':' vers_defns ';'
1440 | GLOBAL
1444 | vers_defns ';' GLOBAL
H A Dldlex.l436 <VERS_NODE>global { RTOKEN(GLOBAL); }
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h1952 #define ASM_PREFERRED_EH_DATA_FORMAT(CODE, GLOBAL) \ argument
1953 asm_preferred_eh_data_format ((CODE), (GLOBAL))
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddefaults.h882 #define ASM_PREFERRED_EH_DATA_FORMAT(CODE,GLOBAL) DW_EH_PE_absptr argument
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddefaults.h879 #define ASM_PREFERRED_EH_DATA_FORMAT(CODE,GLOBAL) DW_EH_PE_absptr argument
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h2149 #define ASM_PREFERRED_EH_DATA_FORMAT(CODE, GLOBAL) \ argument
2150 asm_preferred_eh_data_format ((CODE), (GLOBAL))
/dragonfly/contrib/binutils-2.27/gold/
H A Dscript.cc1805 { "global", GLOBAL },
1823 { "global", GLOBAL },
/dragonfly/usr.sbin/pfctl/
H A Dparse.y453 %token STICKYADDRESS MAXSRCSTATES MAXSRCNODES SOURCETRACK GLOBAL RULE
3456 | SOURCETRACK GLOBAL { $$ = PF_SRCTRACK_GLOBAL; }
3488 | FLUSH GLOBAL {
5327 { "global", GLOBAL}, in lookup()
/dragonfly/contrib/bmake/
H A DChangeLog2498 o when overriding a GLOBAL variable on the command line,
2499 delete it from GLOBAL context so -V doesn't show the wrong