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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.dir.h43 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.h61 # define IZERO_STRUCT = {0} macro
68 #ifndef IZERO_STRUCT
69 # define IZERO_STRUCT macro
70 #endif /* IZERO_STRUCT */
1017 } shvhed IZERO_STRUCT, aliases IZERO_STRUCT; variable in typeref:struct:varent
1030 EXTERN struct wordent *alhistp IZERO_STRUCT;/* Argument list (first) */ variable in typeref:struct:alhistp
1031 EXTERN struct wordent *alhistt IZERO_STRUCT;/* Node after last in arg list */ variable in typeref:struct:alhistt
1032 EXTERN Char **alvec IZERO_STRUCT, variable
1033 *alvecp IZERO_STRUCT;/* Th variable
1078 } Histlist IZERO_STRUCT; variable in typeref:struct:Hist
[all...]
H A Dtc.alloc.c146 static union overhead *nextf[NBUCKETS] IZERO_STRUCT; variable in typeref:union:nextf
152 static U_int nmalloc[NBUCKETS] IZERO_STRUCT; variable
H A Dsh.c78 jmp_buf_t reslab IZERO_STRUCT; variable
79 struct wordent paraml IZERO_STRUCT; variable in typeref:struct:paraml

Completed in 119 milliseconds