HomeSort by: relevance | last modified time | path
    Searched defs:GLOBAL (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/make/unit-tests/
var-scope-global.mk 1 # $NetBSD: var-scope-global.mk,v 1.1 2022/01/23 16:25:54 rillig Exp $
3 # Tests for global variables, which are the most common variables.
5 # Global variables can be assigned and appended to.
6 GLOBAL= value
7 GLOBAL+= addition
8 .if ${GLOBAL} != "value addition"
12 # Global variables can be removed from their scope.
13 .undef GLOBAL
14 .if defined(GLOBAL)
varmod-loop.mk 122 # undefined. The modifier ':@' uses an ordinary global variable for this,
127 # possibility to undefine a global variable during evaluation.
128 GLOBAL= before-global
129 RESULT:= ${:U${GLOBAL} ${:U:@GLOBAL@@} ${GLOBAL:Uundefined}}
130 .if ${RESULT} != "before-global undefined"
150 # demonstrate this, it is now possible to override its value using a global
152 CMDLINE= global
    [all...]
  /src/sys/arch/arm/arm/
bus_space_notimpl.S 49 #define GLOBAL(func) .global __L(NAME(func))
57 GLOBAL(func) ; \
  /src/usr.bin/ftp/
progressbar.h 36 #ifndef GLOBAL
37 #define GLOBAL extern
46 GLOBAL FILE *ttyout; /* stdout, or stderr if retrieving to stdout */
48 GLOBAL int progress; /* display transfer progress bar */
49 GLOBAL int ttywidth; /* width of tty */
51 GLOBAL off_t bytes; /* current # of bytes read */
52 GLOBAL off_t filesize; /* size of file being transferred */
53 GLOBAL off_t restart_point; /* offset to restart transfer */
54 GLOBAL char *prefix; /* Text written left of progress bar */
58 GLOBAL int fromatty; /* input is from a terminal *
    [all...]
main.c 124 #define GLOBAL /* force GLOBAL decls in ftp_var.h to be declared */
ftp_var.h 93 * FTP global variables.
179 * Global defines
204 #ifndef GLOBAL
205 #define GLOBAL extern
211 GLOBAL int trace; /* trace packets exchanged */
212 GLOBAL int hash; /* print # for each buffer transferred */
213 GLOBAL int mark; /* number of bytes between hashes */
214 GLOBAL int sendport; /* use PORT/LPRT cmd for each data connection */
215 GLOBAL int connected; /* 1 = connected to server, -1 = logged in */
216 GLOBAL int interactive; /* interactively prompt on m* cmds *
    [all...]
  /src/usr.bin/progress/
progress.c 53 #define GLOBAL /* force GLOBAL decls in progressbar.h to be
197 /* Initialize progressbar.c's global state */
  /src/sys/arch/m68k/include/
asm.h 156 * Global variables of whatever sort.
158 #define GLOBAL(x) \
  /src/usr.bin/utoppya/
utoppya.c 50 #define GLOBAL
  /src/libexec/ftpd/
extern.h 301 #ifndef GLOBAL
302 #define GLOBAL extern
306 GLOBAL struct sockinet ctrl_addr;
307 GLOBAL struct sockinet data_dest;
308 GLOBAL struct sockinet data_source;
309 GLOBAL struct sockinet his_addr;
310 GLOBAL struct sockinet pasv_addr;
311 GLOBAL int connections;
312 GLOBAL struct ftpclass curclass;
313 GLOBAL int ftpd_debug
    [all...]
ftpd.c 170 #define GLOBAL
857 * Sets global passwd pointer pw if named account exists and is acceptable;
  /src/sys/arch/powerpc/include/
asm.h 153 #define GLOBAL(y) _GLOBAL(_C_LABEL(y))

Completed in 18 milliseconds