Home
last modified time | relevance | path

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

/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/tests/
H A Dname_test.c75 bt_set_format_options (format, BTN_FIRST, TRUE, BTJ_MAYTIE, BTJ_SPACE); in process_name()
84 bt_set_format_options (format, BTN_FIRST, TRUE, BTJ_NOTHING, BTJ_SPACE); in process_name()
94 bt_set_format_options (format, BTN_FIRST, TRUE, BTJ_NOTHING, BTJ_SPACE); in process_name()
104 bt_set_format_options (format, BTN_LAST, TRUE, BTJ_MAYTIE, BTJ_SPACE); in process_name()
/dports/textproc/btparse/btparse-0.35/tests/
H A Dname_test.c74 bt_set_format_options (format, BTN_FIRST, TRUE, BTJ_MAYTIE, BTJ_SPACE); in process_name()
83 bt_set_format_options (format, BTN_FIRST, TRUE, BTJ_NOTHING, BTJ_SPACE); in process_name()
93 bt_set_format_options (format, BTN_FIRST, TRUE, BTJ_NOTHING, BTJ_SPACE); in process_name()
103 bt_set_format_options (format, BTN_LAST, TRUE, BTJ_MAYTIE, BTJ_SPACE); in process_name()
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/doc/
H A Dbt_format_names.pod103 =item BTJ_SPACE
120 as the token-join method; C<BTJ_SPACE> and C<BTJ_FORCETIE> always insert
166 C<BTJ_SPACE> for the `first', `last', and `jr' parts. If the `von' part
169 otherwise, `von' also gets C<BTJ_SPACE> for the inter-part join method.
192 formatting the last name with a C<BTJ_SPACE> inter-part join method) to
272 BTJ_SPACE); /* space after final token of part */
/dports/textproc/btparse/btparse-0.35/doc/
H A Dbt_format_names.pod103 =item BTJ_SPACE
120 as the token-join method; C<BTJ_SPACE> and C<BTJ_FORCETIE> always insert
166 C<BTJ_SPACE> for the `first', `last', and `jr' parts. If the `von' part
169 otherwise, `von' also gets C<BTJ_SPACE> for the inter-part join method.
192 formatting the last name with a C<BTJ_SPACE> inter-part join method) to
272 BTJ_SPACE); /* space after final token of part */
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/t/
H A Dnameformat.t169 $format->set_options(BTN_VON, 0, BTJ_SPACE, BTJ_SPACE);
186 $format->set_options (BTN_FIRST, 0, BTJ_SPACE, BTJ_NOTHING);
/dports/misc/tellico/tellico-3.4.2/src/3rdparty/btparse/
H A Dformat_name.c149 format->join_part[i] = BTJ_SPACE; in bt_create_name_format()
529 case BTJ_SPACE: in append_join()
H A Dbtparse.h122 BTJ_SPACE, /* force a space between words */ enumerator
/dports/textproc/btparse/btparse-0.35/src/
H A Dformat_name.c149 format->join_part[i] = BTJ_SPACE; in bt_create_name_format()
532 case BTJ_SPACE: in append_join()
H A Dbtparse.h120 BTJ_SPACE, /* force a space between words */ enumerator
H A Dbtparse.h.in119 BTJ_SPACE, /* force a space between words */ enumerator
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/lib/Text/BibTeX/
H A DBibFormat.pm155 $format->set_options (&BTN_FIRST, 1, &BTJ_NOTHING, &BTJ_SPACE)
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/src/
H A Dformat_name.c155 format->join_part[i] = BTJ_SPACE; in bt_create_name_format()
602 case BTJ_SPACE: in append_join()
H A Dbtparse.h86 BTJ_SPACE, /* force a space between words */ enumerator
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/xscode/
H A Dbtxs_support.c63 if (strEQ (name, "BTJ_SPACE")) { *arg = BTJ_SPACE; ok = TRUE; } in constant()