OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLOBAL
(Results
1 - 25
of
237
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
/src/usr.bin/ftp/
ftp_var.h
93
* FTP
global
variables.
169
*
Global
defines
196
#ifndef
GLOBAL
197
#define
GLOBAL
extern
203
GLOBAL
int trace; /* trace packets exchanged */
204
GLOBAL
int hash; /* print # for each buffer transferred */
205
GLOBAL
int mark; /* number of bytes between hashes */
206
GLOBAL
int sendport; /* use PORT/LPRT cmd for each data connection */
207
GLOBAL
int connected; /* 1 = connected to server, -1 = logged in */
208
GLOBAL
int interactive; /* interactively prompt on m* cmds *
[
all
...]
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
...]
/src/sys/arch/mvme68k/stand/bootxx/
block_x.S
8
GLOBAL
(block_size)
11
GLOBAL
(block_count)
14
GLOBAL
(block_table)
/src/external/bsd/byacc/dist/test/btyacc/
inherit0.tab.h
6
#define
GLOBAL
257
btyacc_destroy1.tab.h
6
#define
GLOBAL
257
btyacc_destroy2.tab.h
6
#define
GLOBAL
257
btyacc_destroy3.tab.h
6
#define
GLOBAL
257
err_inherit3.tab.h
6
#define
GLOBAL
257
inherit1.tab.h
6
#define
GLOBAL
257
inherit2.tab.h
6
#define
GLOBAL
257
/src/sys/compat/linux/arch/m68k/
linux_sig_machdep.S
16
GLOBAL
(linux_sigcode)
20
GLOBAL
(linux_esigcode)
/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
)
/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
...]
/src/sys/arch/m68k/m68k/
sigcode.s
61
GLOBAL
(sigcode)
71
GLOBAL
(esigcode)
sunos_sigcode.s
47
GLOBAL
(sunos_sigcode)
56
GLOBAL
(sunos_esigcode)
/src/external/gpl3/gcc/dist/libgcc/config/sh/
lib1funcs.S
50
.
global
GLOBAL
(ashiftrt_r4_0)
51
.
global
GLOBAL
(ashiftrt_r4_1)
52
.
global
GLOBAL
(ashiftrt_r4_2)
53
.
global
GLOBAL
(ashiftrt_r4_3)
54
.
global
GLOBAL
(ashiftrt_r4_4
[
all
...]
crt.h
29
#define
GLOBAL
(X) CONCAT(__USER_LABEL_PREFIX__,X)
crti.S
48
.
global
GLOBAL
(_init)
49
GLOBAL
(_init):
79
.
global
GLOBAL
(_fini)
80
GLOBAL
(_fini):
lib1funcs.h
26
#define HIDDEN_ALIAS(X,Y) ALIAS (X,Y); .hidden
GLOBAL
(X)
39
#define
GLOBAL
(X) GLOBAL0(__USER_LABEL_PREFIX__,X)
41
#define ALIAS(X,Y) .
global
GLOBAL
(X); .set
GLOBAL
(X),
GLOBAL
(Y)
/src/external/gpl3/gcc.old/dist/libgcc/config/sh/
lib1funcs.S
50
.
global
GLOBAL
(ashiftrt_r4_0)
51
.
global
GLOBAL
(ashiftrt_r4_1)
52
.
global
GLOBAL
(ashiftrt_r4_2)
53
.
global
GLOBAL
(ashiftrt_r4_3)
54
.
global
GLOBAL
(ashiftrt_r4_4
[
all
...]
crt.h
29
#define
GLOBAL
(X) CONCAT(__USER_LABEL_PREFIX__,X)
crti.S
48
.
global
GLOBAL
(_init)
49
GLOBAL
(_init):
79
.
global
GLOBAL
(_fini)
80
GLOBAL
(_fini):
lib1funcs.h
26
#define HIDDEN_ALIAS(X,Y) ALIAS (X,Y); .hidden
GLOBAL
(X)
39
#define
GLOBAL
(X) GLOBAL0(__USER_LABEL_PREFIX__,X)
41
#define ALIAS(X,Y) .
global
GLOBAL
(X); .set
GLOBAL
(X),
GLOBAL
(Y)
/src/sys/arch/mac68k/dev/
adbsysasm.s
39
GLOBAL
(adb_kbd_asmcomplete)
54
GLOBAL
(adb_ms_asmcomplete)
68
GLOBAL
(adb_jadbprochello)
73
GLOBAL
(adb_jadbproc)
85
GLOBAL
(extdms_complete)
/src/external/bsd/byacc/dist/test/
inherit0.y
14
%token
GLOBAL
LOCAL
27
class :
GLOBAL
{ $$ = 1; }
Completed in 27 milliseconds
1
2
3
4
5
6
7
8
9
10
Indexes created Wed Jun 10 00:26:05 UTC 2026