Searched refs:iitype (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dst_parse.c196 iitype_t iitype = 0; local
209 iitype = II_NOT; /* not interesting */
213 iitype = II_GFUN;
217 iitype = II_SFUN;
243 ii->ii_type = iitype;
249 return (iitype);
256 iitype_t iitype = 0; local
264 iitype = II_GVAR;
267 iitype = II_SVAR;
270 iitype
[all...]
H A Dctftools.h260 typedef enum iitype { enum

Completed in 58 milliseconds