Home
last modified time | relevance | path

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

/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dstr.h39 void strs_empty ( str *s, ... );
H A Dnbibin.c244 strs_empty( &tag, &value, NULL ); in nbib_processf()
H A Dendin.c185 strs_empty( &tag, &value, NULL ); in endin_processf()
H A Dbiblatexin.c414 strs_empty( &tag, &data, NULL ); in process_cite()
678 strs_empty( ttl, subttl, ttladdon, NULL ); in get_title_elements()
H A Dstr.c322 strs_empty( str *s, ... ) in strs_empty() function
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dstr.h39 void strs_empty ( str *s, ... );
H A Dnbibin.c241 strs_empty( &tag, &value, NULL ); in nbib_processf()
H A Dbiblatexin.c394 strs_empty( &tag, &data, NULL ); in process_cite()
654 strs_empty( ttl, subttl, ttladdon, NULL ); in get_title_elements()
H A Dendin.c184 strs_empty( &tag, &value, NULL ); in endin_processf()
H A Dstr.c281 strs_empty( str *s, ... )
/dports/textproc/bibutils/bibutils_7.2/lib/
H A Dstr.h39 void strs_empty ( str *s, ... );
H A Dnbibin.c244 strs_empty( &tag, &value, NULL ); in nbib_processf()
H A Dendin.c185 strs_empty( &tag, &value, NULL ); in endin_processf()
H A Dbiblatexin.c409 strs_empty( &tag, &data, NULL ); in process_cite()
673 strs_empty( ttl, subttl, ttladdon, NULL ); in get_title_elements()
H A Dstr.c281 strs_empty( str *s, ... ) in strs_empty() function
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/src/
H A Dffi.rs1085 pub fn strs_empty(s: *mut str, ...); in strs_empty() function