Lines Matching refs:sysdep_directives
157 const char **sysdep_directives; member
196 spec.sysdep_directives = NULL; in format_parse()
240 spec.sysdep_directives = in format_parse()
242 xrealloc (spec.sysdep_directives, in format_parse()
245 spec.sysdep_directives[2 * spec.sysdep_directives_count] = format; in format_parse()
246 spec.sysdep_directives[2 * spec.sysdep_directives_count + 1] = format + 1; in format_parse()
415 spec.sysdep_directives = in format_parse()
417 xrealloc (spec.sysdep_directives, in format_parse()
420 spec.sysdep_directives[2 * spec.sysdep_directives_count] = format; in format_parse()
569 spec.sysdep_directives[2 * spec.sysdep_directives_count + 1] = format + 1; in format_parse()
803 if (spec.sysdep_directives != NULL) in format_parse()
804 free (spec.sysdep_directives); in format_parse()
827 if (spec->sysdep_directives != NULL) in format_free()
828 free (spec->sysdep_directives); in format_free()
922 intervals[i].startpos = descr->sysdep_directives[2 * i] - string; in get_sysdep_c_format_directives()
923 intervals[i].endpos = descr->sysdep_directives[2 * i + 1] - string; in get_sysdep_c_format_directives()