Lines Matching defs:defn
138 struct defn { struct
140 TAILQ_ENTRY(defn) entries; argument
141 char *desc; /* long description */
142 size_t descsz; /* strlen(desc) */
143 char *fulldesc; /* description w/newlns */
144 size_t fulldescsz; /* strlen(fulldesc) */
145 struct declq dcqhead; /* declarations */
146 int multiline; /* used when parsing */
147 int instruct; /* used when parsing */
148 const char *fn; /* parsed from file */
172 struct defnq dqhead; /* definitions */ argument