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

/freebsd-10-stable/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.h119 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 */
1008 } shvhed IZERO_STRUCT, aliases IZERO_STRUCT; variable in typeref:struct:varent
1021 EXTERN struct wordent *alhistp IZERO_STRUCT;/* Argument list (first) */ variable in typeref:struct:alhistp
1022 EXTERN struct wordent *alhistt IZERO_STRUCT;/* Node after last in arg list */ variable in typeref:struct:alhistt
1023 EXTERN Char **alvec IZERO_STRUCT, variable
1024 *alvecp IZERO_STRUCT;/* Th variable
1069 } Histlist IZERO_STRUCT; variable in typeref:struct:Hist
[all...]
H A Dtc.alloc.c149 static union overhead *nextf[NBUCKETS] IZERO_STRUCT; variable in typeref:union:nextf
155 static U_int nmalloc[NBUCKETS] IZERO_STRUCT; variable
H A Dsh.c81 jmp_buf_t reslab IZERO_STRUCT; variable
82 struct wordent paraml IZERO_STRUCT; variable in typeref:struct:paraml

Completed in 129 milliseconds