Home
last modified time | relevance | path

Searched defs:bibinfo (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/refdb/refdb-0.9.9-1/src/
H A Dbackend.h34 struct bibinfo { struct
35 char* format_string; /* additional output format information */
36 char* sort_string; /* specifies how to sort */
37 char* xreflabel; /* label for sgml output */
38 const char* encoding; /* character encoding of output */
39 const char* entry_id; /* id in sgml document */
40 int is_subseq; /* 1 if this is a subsequent reference of the same authors */
64 struct bibinfo* ptr_biblio_info; /* ptr to struct containing the info argument
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetBibtex.cpp923 BiblioInfo bibinfo = buffer().masterBibInfo(); in plaintext() local
961 BiblioInfo const & bibinfo = buffer().masterBibInfo(); in xhtml() local