Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dlibxo.c371 unsigned xfi_ftype; /* Field type, as character (e.g. 'V') */ member
5625 xfip->xfi_ftype = ftype ?: 'V'; in xo_parse_roles()
5646 for (xfip = fields, fnum = 0; xfip->xfi_ftype; xfip++) { in xo_gettext_finish_numbering_fields()
5647 switch (xfip->xfi_ftype) { in xo_gettext_finish_numbering_fields()
5665 for (xfip = fields, fnum = 0; xfip->xfi_ftype; xfip++) { in xo_gettext_finish_numbering_fields()
5666 switch (xfip->xfi_ftype) { in xo_gettext_finish_numbering_fields()
5738 xfip->xfi_ftype = XO_ROLE_NEWLINE; in xo_parse_fields()
5751 xfip->xfi_ftype = XO_ROLE_TEXT; in xo_parse_fields()
5762 xfip->xfi_ftype = XO_ROLE_EBRACE; in xo_parse_fields()
5867 } else if (xo_role_wants_default_format(xfip->xfi_ftype)) { in xo_parse_fields()
[all …]