Home
last modified time | relevance | path

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

/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dbib2be.c94 p->format_opts |= BIBL_FORMAT_BIBOUT_WHITESPACE; in process_direct_args()
H A Dbibutils.h55 #define BIBL_FORMAT_BIBOUT_WHITESPACE (8) macro
H A Dbibtexout.c347 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) in append_people()
814 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) fprintf( fp, " " ); in bibtexout_write()
821 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) fprintf( fp, " = \t" ); in bibtexout_write()
H A Dbiblatexout.c371 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) in append_people()
850 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) fprintf( fp, " " ); in biblatexout_write()
857 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) fprintf( fp, " = \t" ); in biblatexout_write()
H A Dxml2any.c280 p->format_opts |= BIBL_FORMAT_BIBOUT_WHITESPACE; in process_args()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dbibutils.h53 #define BIBL_FORMAT_BIBOUT_WHITESPACE (8) macro
H A Dmycvout.c200 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) fprintf( fp, " " ); in output_element()
207 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) fprintf( fp, " = \t" ); in output_element()
320 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) in output_people()
H A Dbibtexout.c343 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) in append_people()
810 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) fprintf( fp, " " ); in bibtexout_write()
817 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) fprintf( fp, " = \t" ); in bibtexout_write()
H A Dbiblatexout.c367 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) in append_people()
846 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) fprintf( fp, " " ); in biblatexout_write()
853 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) fprintf( fp, " = \t" ); in biblatexout_write()
/dports/textproc/bibutils/bibutils_7.2/lib/
H A Dbibutils.h53 #define BIBL_FORMAT_BIBOUT_WHITESPACE (8) macro
H A Dbibtexout.c281 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) in append_people()
745 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) fprintf( fp, " " ); in bibtexout_write()
752 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) fprintf( fp, " = \t" ); in bibtexout_write()
H A Dbiblatexout.c305 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) in append_people()
865 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) fprintf( fp, " " ); in biblatexout_write()
872 if ( format_opts & BIBL_FORMAT_BIBOUT_WHITESPACE ) fprintf( fp, " = \t" ); in biblatexout_write()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/bin/
H A Dxml2bib.c79 p->format_opts |= BIBL_FORMAT_BIBOUT_WHITESPACE; in process_args()
H A Dxml2biblatex.c79 p->format_opts |= BIBL_FORMAT_BIBOUT_WHITESPACE; in process_args()
/dports/textproc/bibutils/bibutils_7.2/bin/
H A Dxml2bib.c79 p->format_opts |= BIBL_FORMAT_BIBOUT_WHITESPACE; in process_args()
H A Dxml2biblatex.c79 p->format_opts |= BIBL_FORMAT_BIBOUT_WHITESPACE; in process_args()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/src/
H A Dffi.rs294 pub const BIBL_FORMAT_BIBOUT_WHITESPACE: u32 = 8; const