Home
last modified time | relevance | path

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

/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/tests/
H A Dnamebug.c124 bt_set_format_options(l_f,BTN_LAST, 0, BTJ_MAYTIE, BTJ_NOTHING); in parsename()
125 bt_set_format_options(f_f,BTN_FIRST, 0, BTJ_MAYTIE, BTJ_NOTHING); in parsename()
126 bt_set_format_options(p_f,BTN_VON, 0, BTJ_MAYTIE, BTJ_NOTHING); in parsename()
127 bt_set_format_options(s_f,BTN_JR, 0, BTJ_MAYTIE, BTJ_NOTHING); in parsename()
H A Dname_test.c75 bt_set_format_options (format, BTN_FIRST, TRUE, BTJ_MAYTIE, BTJ_SPACE); in process_name()
104 bt_set_format_options (format, BTN_LAST, TRUE, BTJ_MAYTIE, BTJ_SPACE); in process_name()
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/t/
H A Dnameformat.t74 $format5->set_options(BTN_LAST, 1, BTJ_MAYTIE, BTJ_NOTHING);
85 $format6->set_options (BTN_LAST, 1, BTJ_MAYTIE, BTJ_NOTHING);
96 $format7->set_options (BTN_LAST, 1, BTJ_MAYTIE, BTJ_NOTHING);
139 $format11->set_options(BTN_LAST, 1, BTJ_MAYTIE, BTJ_NOTHING);
147 $format12->set_options(BTN_LAST, 1, BTJ_MAYTIE, BTJ_NOTHING);
/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()
103 bt_set_format_options (format, BTN_LAST, TRUE, BTJ_MAYTIE, BTJ_SPACE); in process_name()
/dports/misc/tellico/tellico-3.4.2/src/3rdparty/btparse/
H A Dformat_name.c148 format->join_tokens[i] = BTJ_MAYTIE; in bt_create_name_format()
152 format->join_part[BTN_VON] = BTJ_MAYTIE; in bt_create_name_format()
521 case BTJ_MAYTIE: /* a "discretionary tie" -- pay */ in append_join()
H A Dbtparse.h121 BTJ_MAYTIE, /* "discretionary" tie between words */ enumerator
/dports/textproc/btparse/btparse-0.35/src/
H A Dformat_name.c148 format->join_tokens[i] = BTJ_MAYTIE; in bt_create_name_format()
152 format->join_part[BTN_VON] = BTJ_MAYTIE; in bt_create_name_format()
524 case BTJ_MAYTIE: /* a "discretionary tie" -- pay */ in append_join()
H A Dbtparse.h119 BTJ_MAYTIE, /* "discretionary" tie between words */ enumerator
H A Dbtparse.h.in118 BTJ_MAYTIE, /* "discretionary" tie between words */ enumerator
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/src/
H A Dformat_name.c154 format->join_tokens[i] = BTJ_MAYTIE; in bt_create_name_format()
158 format->join_part[BTN_VON] = BTJ_MAYTIE; in bt_create_name_format()
594 case BTJ_MAYTIE: /* a "discretionary tie" -- pay */ in append_join()
H A Dbtparse.h85 BTJ_MAYTIE, /* "discretionary" tie between words */ enumerator
/dports/print/latex-biber/biber-2.1/lib/Biber/Input/file/
H A Dendnotexml.pm758 $l_f->set_options(BTN_LAST, 0, BTJ_MAYTIE, BTJ_NOTHING);
759 $f_f->set_options(BTN_FIRST, 0, BTJ_MAYTIE, BTJ_NOTHING);
760 $p_f->set_options(BTN_VON, 0, BTJ_MAYTIE, BTJ_NOTHING);
761 $s_f->set_options(BTN_JR, 0, BTJ_MAYTIE, BTJ_NOTHING);
H A Dbibtex.pm1082 $l_f->set_options(BTN_LAST, 0, BTJ_MAYTIE, BTJ_NOTHING);
1083 $f_f->set_options(BTN_FIRST, 0, BTJ_MAYTIE, BTJ_NOTHING);
1084 $p_f->set_options(BTN_VON, 0, BTJ_MAYTIE, BTJ_NOTHING);
1085 $s_f->set_options(BTN_JR, 0, BTJ_MAYTIE, BTJ_NOTHING);
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/doc/
H A Dbt_format_names.pod94 =item BTJ_MAYTIE
119 two parts. Naturally, this only applies when C<BTJ_MAYTIE> was supplied
160 part---is set to C<BTJ_MAYTIE> (discretionary tie) for all parts
168 always be the case), C<BTJ_MAYTIE> is used to join `von' to `last';
/dports/textproc/btparse/btparse-0.35/doc/
H A Dbt_format_names.pod94 =item BTJ_MAYTIE
119 two parts. Naturally, this only applies when C<BTJ_MAYTIE> was supplied
160 part---is set to C<BTJ_MAYTIE> (discretionary tie) for all parts
168 always be the case), C<BTJ_MAYTIE> is used to join `von' to `last';
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/xscode/
H A Dbtxs_support.c62 if (strEQ (name, "BTJ_MAYTIE")) { *arg = BTJ_MAYTIE; ok = TRUE; } in constant()