Home
last modified time | relevance | path

Searched refs:sysdep_directives (Results 1 – 3 of 3) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dformat-c-parse.h148 const char **sysdep_directives; member
194 spec.sysdep_directives = NULL; in format_parse_entrails()
244 spec.sysdep_directives = in format_parse_entrails()
246 xrealloc (spec.sysdep_directives, in format_parse_entrails()
249 IF_OOM (spec.sysdep_directives, goto bad_format;) in format_parse_entrails()
250 spec.sysdep_directives[2 * spec.sysdep_directives_count] = format; in format_parse_entrails()
251 spec.sysdep_directives[2 * spec.sysdep_directives_count + 1] = format + 1; in format_parse_entrails()
431 spec.sysdep_directives = in format_parse_entrails()
433 xrealloc (spec.sysdep_directives, in format_parse_entrails()
436 IF_OOM (spec.sysdep_directives, goto bad_format;) in format_parse_entrails()
[all …]
Dformat-c.c100 if (spec->sysdep_directives != NULL) in format_free()
101 free (spec->sysdep_directives); in format_free()
195 intervals[i].startpos = descr->sysdep_directives[2 * i] - string; in get_sysdep_c_format_directives()
196 intervals[i].endpos = descr->sysdep_directives[2 * i + 1] - string; in get_sysdep_c_format_directives()
DChangeLog.15918 sysdep_directives, and c99_directives_count to sysdep_directives_count.