/titanic_50/usr/src/cmd/bnu/ |
H A D | uucpdefs.c | 37 GLOBAL char _ProtoCfg[40]=""; /* protocol string from Config file */ 41 GLOBAL int Ifn, Ofn; 42 GLOBAL int Sgrades = FALSE; 43 GLOBAL int Debug = 0; 44 GLOBAL int SizeCheck = 0; /* Ulimit checking supported flag */ 45 GLOBAL long RemUlimit = 0; /* Ulimit of remote if supported */ 46 GLOBAL int Restart = 0; /* checkpoint restart supported flag */ 47 GLOBAL uid_t Uid, Euid; /* user-id and effective-uid */ 48 GLOBAL long Ulimit; 49 GLOBAL mode_t Dev_mode; /* save device mode here */ [all …]
|
H A D | dkerr.c | 46 GLOBAL 59 GLOBAL 74 GLOBAL 87 GLOBAL int dk_verbose = 1; /* Print error messages on stderr if 1 */ 88 GLOBAL int dk_errno = 0; /* Saved error number from iocb.req_error */ 92 GLOBAL char * 107 GLOBAL int
|
H A D | line.c | 77 GLOBAL int 86 GLOBAL int linebaudrate; /* for speedup hook in pk1.c */ 90 GLOBAL int 117 GLOBAL void 231 GLOBAL void 245 GLOBAL void 259 GLOBAL void 362 GLOBAL int 393 GLOBAL void 441 GLOBAL void [all …]
|
H A D | sysfiles.c | 71 GLOBAL unsigned connecttime = CONNECTTIME; 72 GLOBAL unsigned expecttime = EXPECTTIME; 73 GLOBAL unsigned msgtime = MSGTIME; 96 GLOBAL void 112 GLOBAL void 124 GLOBAL int 420 GLOBAL void 434 GLOBAL void 448 GLOBAL void 462 GLOBAL int [all …]
|
H A D | ulockf.c | 62 GLOBAL int 110 GLOBAL int 155 GLOBAL int Nlocks = 0; 189 GLOBAL void 230 GLOBAL void 257 GLOBAL int 347 GLOBAL int 385 GLOBAL int 411 GLOBAL int 437 GLOBAL void
|
H A D | conn.c | 36 GLOBAL char _Protocol[40] = ""; /* working protocol string */ 44 GLOBAL int Modemctrl; 71 GLOBAL char *Myline = CNULL; /* to force which line will be used */ 72 GLOBAL char *Mytype = CNULL; /* to force selection of specific device type */ 73 GLOBAL int Dologin; /* to force login chat sequence */ 84 GLOBAL int 143 GLOBAL int 227 GLOBAL int 396 GLOBAL char * 550 GLOBAL char * [all …]
|
H A D | interface.c | 61 GLOBAL ssize_t (*Read)() = read, 64 GLOBAL int (*Ioctl)(int, int, ...) = ioctl, 66 GLOBAL int (*Ioctl)() = ioctl, 140 GLOBAL int 400 GLOBAL void 427 GLOBAL void
|
H A D | strsave.c | 38 GLOBAL char * 60 GLOBAL int
|
H A D | dkdial.c | 57 GLOBAL unsigned int dk_timewait = DK_DEFWAIT; /* Caller to dkdial might modify */ 72 GLOBAL int 79 GLOBAL int
|
H A D | callers.c | 229 GLOBAL int 417 GLOBAL int 508 GLOBAL int 570 GLOBAL int 579 GLOBAL int 685 GLOBAL int 693 GLOBAL int 730 GLOBAL int 806 GLOBAL int 846 GLOBAL int [all …]
|
H A D | dk.h | 32 #define GLOBAL static macro 36 #define GLOBAL macro
|
H A D | getargs.c | 47 GLOBAL int 88 GLOBAL void
|
H A D | stoa.c | 55 GLOBAL char sbuf[SBUFSIZE]; 72 GLOBAL struct netbuf *
|
H A D | dtnamer.c | 41 GLOBAL char *
|
H A D | dkminor.c | 41 GLOBAL
|
H A D | dkbreak.c | 40 GLOBAL void
|
H A D | dial.c | 135 GLOBAL jmp_buf Sjbuf; /*needed by connection routines*/
|
/titanic_50/usr/src/cmd/ttymon/ |
H A D | ulockf.c | 61 GLOBAL int 109 GLOBAL int 154 GLOBAL int Nlocks = 0; 188 GLOBAL void 229 GLOBAL void 256 GLOBAL int 346 GLOBAL int 384 GLOBAL int 410 GLOBAL int 436 GLOBAL void
|
/titanic_50/usr/src/cmd/lp/filter/postscript/postreverse/ |
H A D | postreverse.c | 327 WriteGlobal(int fd, GLOBAL * g) in WriteGlobal() 390 GLOBAL *global = document->global[count++]; in WriteDocument() 463 GLOBAL ** 466 GLOBAL **globals = NULL, *global; in DocumentGlobals() 479 global = (GLOBAL *) nmalloc(sizeof (GLOBAL)); in DocumentGlobals() 487 memset(global, 0, sizeof (GLOBAL)); in DocumentGlobals() 492 globals = (GLOBAL **) nrealloc(globals, in DocumentGlobals() 494 sizeof (GLOBAL *)); in DocumentGlobals() 496 allocated_slots * sizeof (GLOBAL *), 0, in DocumentGlobals() 498 sizeof (GLOBAL *)); in DocumentGlobals()
|
H A D | postreverse.h | 47 typedef struct _global GLOBAL; typedef 77 GLOBAL **global;
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | Makefile | 42 GLOBAL= ../../../head macro 43 CPPFLAGS= -I$(LOCAL) -I$(GENERAL) -I$(GLOBAL) \
|
/titanic_50/usr/src/cmd/backup/lib/ |
H A D | Makefile | 64 GLOBAL= ../../../head macro 65 CPPFLAGS= -I$(GENERAL) -I$(GLOBAL) $(CPPFLAGS.master)
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | Makefile | 66 GLOBAL= ../../../head macro 67 CPPFLAGS= -I$(LOCAL) -I$(GENERAL) -I$(GLOBAL) -DPARTIAL \
|
/titanic_50/usr/src/cmd/fs.d/hsfs/mount/ |
H A D | mount.c | 50 #define GLOBAL 0 macro 133 case GLOBAL: in main()
|
/titanic_50/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 162 #undef GLOBAL 163 #define GLOBAL (MORE) macro 673 if ((flags & (DECLARE|GLOBAL|RECURSIVE)) == GLOBAL && (proto->flags & MORE)) in lex() 803 lex(proto, (flags & GLOBAL) | RECURSIVE); in lex() 1023 if (lex(proto, (flags & GLOBAL) | RECURSIVE) == '*') in lex() 1538 switch (lex(proto, (flags & GLOBAL) | RECURSIVE)) in lex() 1600 lex(proto, (flags & GLOBAL) | DECLARE); in lex() 1848 switch (lex(proto, (flags & GLOBAL) | RECURSIVE)) in lex() 1886 switch (lex(proto, (flags & GLOBAL) | RECURSIVE)) in lex()
|