Home
last modified time | relevance | path

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

/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dbib2be.c82 p->format_opts |= BIBL_FORMAT_BIBOUT_FINALCOMMA; in process_direct_args()
H A Dbibutils.h53 #define BIBL_FORMAT_BIBOUT_FINALCOMMA (2) macro
H A Dxml2any.c268 p->format_opts |= BIBL_FORMAT_BIBOUT_FINALCOMMA; in process_args()
H A Dbibtexout.c848 if ( format_opts & BIBL_FORMAT_BIBOUT_FINALCOMMA ) fprintf( fp, "," ); in bibtexout_write()
H A Dbiblatexout.c884 if ( format_opts & BIBL_FORMAT_BIBOUT_FINALCOMMA ) fprintf( fp, "," ); in biblatexout_write()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dbibutils.h51 #define BIBL_FORMAT_BIBOUT_FINALCOMMA (2) macro
H A Dmycvout.c599 if ( p->format_opts & BIBL_FORMAT_BIBOUT_FINALCOMMA ) fprintf( fp, "," ); in bibtexout_write()
H A Dbibtexout.c844 if ( format_opts & BIBL_FORMAT_BIBOUT_FINALCOMMA ) fprintf( fp, "," ); in bibtexout_write()
H A Dbiblatexout.c880 if ( format_opts & BIBL_FORMAT_BIBOUT_FINALCOMMA ) fprintf( fp, "," ); in biblatexout_write()
/dports/textproc/bibutils/bibutils_7.2/lib/
H A Dbibutils.h51 #define BIBL_FORMAT_BIBOUT_FINALCOMMA (2) macro
H A Dbibtexout.c779 if ( format_opts & BIBL_FORMAT_BIBOUT_FINALCOMMA ) fprintf( fp, "," ); in bibtexout_write()
H A Dbiblatexout.c899 if ( format_opts & BIBL_FORMAT_BIBOUT_FINALCOMMA ) fprintf( fp, "," ); in biblatexout_write()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/bin/
H A Dxml2bib.c67 p->format_opts |= BIBL_FORMAT_BIBOUT_FINALCOMMA; in process_args()
H A Dxml2biblatex.c67 p->format_opts |= BIBL_FORMAT_BIBOUT_FINALCOMMA; in process_args()
/dports/textproc/bibutils/bibutils_7.2/bin/
H A Dxml2bib.c67 p->format_opts |= BIBL_FORMAT_BIBOUT_FINALCOMMA; in process_args()
H A Dxml2biblatex.c67 p->format_opts |= BIBL_FORMAT_BIBOUT_FINALCOMMA; in process_args()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/src/
H A Dffi.rs292 pub const BIBL_FORMAT_BIBOUT_FINALCOMMA: u32 = 2; const