Searched defs:global (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libexpr/
H A Dexcc.c537 * generate global declarations
541 global(Dt_t* table, void* object, void* handle) function
576 dtwalk(expr->symbols, global, cc);
/ast/src/lib/libdll/
H A Ddlfcn.c342 static Dll_t global = { DL_MAGIC }; variable
382 dll = &global;
/ast/src/cmd/jcl/
H A Djcm.c648 Jcmset_t* global; local
926 if ((!(var = (Jcmvar_t*)dtmatch(state.vars, set->name)) || !var->init) && (!(global = (Jcmset_t*)dtmatch(state.set, set->name)) || streq(global->value, set->value) || circular(set)))
928 if (!global)
932 dtinsert(state.set, global = set);
935 memcpy(set, global, sizeof(Jcmset_t) + n);
/ast/src/cmd/re/
H A Ded.c117 Sfio_t* global; member in struct:__anon200::__anon201
148 char* global; member in struct:__anon200
205 if (ed.global)
207 if (!*ed.global++)
208 ed.global = 0;
281 if (ed.global) {
282 if (ed.lastc = *ed.global++)
284 ed.global = 0;
341 if (ed.global)
342 return ed.global
1314 global(int sense, int query) function
[all...]
/ast/src/cmd/3d/
H A D3d.h192 struct Mount* global; member in struct:Mount
525 Mount_t* global; member in struct:__anon7
/ast/src/cmd/coshell/
H A Dservice.h158 #define SETBUSY (1<<0) /* global.busy was set */
159 #define SETDEBUG (1<<1) /* global.debug was set */
160 #define SETDISABLE (1<<2) /* global.disable was set */
161 #define SETFILE (1<<3) /* global.file was set */
162 #define SETGRACE (1<<4) /* global.grace was set */
163 #define SETIDENTIFY (1<<5) /* global.identify was set */
165 #define SETMAXIDLE (1<<7) /* global.maxidle was set */
166 #define SETMAXLOAD (1<<8) /* global.maxload was set */
167 #define SETMIGRATE (1<<9) /* global.migrate was set */
168 #define SETPERCPU (1<<10) /* global
224 } global; member in struct:__anon58
[all...]
/ast/src/cmd/mailx/
H A Dmailx.h751 Part_t global; member in struct:__anon136::state_part
/ast/src/cmd/nmake/
H A Dmake.h347 #define D_global (1L<<17) /* global view if view==0 */
580 Rule_t* global; /* .GLOBAL rule pointer */ member in struct:Internal_s
771 unsigned char base; /* compile base|global rules */
788 unsigned char global; /* reading global rules */ member in struct:State_s
804 unsigned char pushed; /* --global state */
805 unsigned char push_global; /* --global state */
806 unsigned char push_user; /* --global state */
825 int argc; /* global argc */
859 int* argf; /* global arg
[all...]

Completed in 41 milliseconds