Lines Matching refs:descr
81 static void format_free (void *descr);
191 format_free (void *descr) in format_free() argument
193 struct spec *spec = (struct spec *) descr; in format_free()
201 format_get_number_of_directives (void *descr) in format_get_number_of_directives() argument
203 struct spec *spec = (struct spec *) descr; in format_get_number_of_directives()
269 format_print (void *descr) in format_print() argument
271 struct spec *spec = (struct spec *) descr; in format_print()
318 void *descr; in main() local
327 descr = format_parse (line, false, NULL, &invalid_reason); in main()
329 format_print (descr); in main()
331 if (descr == NULL) in main()