Searched refs:IZERO_STRUCT (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.dir.h44 EXTERN struct directory *dcwd IZERO_STRUCT; /* the one we are in now */ variable in typeref:struct:dcwd
H A Dsh.proc.h118 EXTERN struct process proclist IZERO_STRUCT;/* list head of all processes */ variable in typeref:struct:proclist
H A Dsh.h62 # define IZERO_STRUCT = {0} macro
69 #ifndef IZERO_STRUCT
70 # define IZERO_STRUCT macro
71 #endif /* IZERO_STRUCT */
1001 } shvhed IZERO_STRUCT, aliases IZERO_STRUCT; variable in typeref:struct:varent
1014 EXTERN struct wordent *alhistp IZERO_STRUCT;/* Argument list (first) */ variable in typeref:struct:alhistp
1015 EXTERN struct wordent *alhistt IZERO_STRUCT;/* Node after last in arg list */ variable in typeref:struct:alhistt
1016 EXTERN Char **alvec IZERO_STRUCT, variable
1017 *alvecp IZERO_STRUCT;/* Th variable
1066 } Histlist IZERO_STRUCT; variable in typeref:struct:Hist
[all...]
H A Dtc.alloc.c142 static union overhead *nextf[NBUCKETS] IZERO_STRUCT; variable in typeref:union:nextf
148 static U_int nmalloc[NBUCKETS] IZERO_STRUCT; variable

Completed in 58 milliseconds