Home
last modified time | relevance | path

Searched refs:BTE_MACRODEF (Results 1 – 25 of 38) sorted by relevance

12

/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/progs/
H A Dbibparse.c195 case BTE_MACRODEF: in print_entry()
260 bt_set_stringopts (BTE_MACRODEF, options->string_opts); in process_file()
/dports/textproc/btparse/btparse-0.35/progs/
H A Dbibparse.c195 case BTE_MACRODEF: in print_entry()
260 bt_set_stringopts (BTE_MACRODEF, options->string_opts); in process_file()
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/xscode/
H A Dbtxs_support.c47 if (strEQ (name, "BTE_MACRODEF")) { *arg = BTE_MACRODEF; ok = TRUE; } in constant()
355 if (metatype == BTE_MACRODEF) in ast_to_hash()
397 case BTE_MACRODEF: in ast_to_hash()
/dports/misc/tellico/tellico-3.4.2/src/3rdparty/btparse/
H A Dpostprocess.c476 case BTE_MACRODEF: in bt_postprocess_entry()
481 if (top->metatype == BTE_MACRODEF && ! (options & BTO_NOSTORE)) in bt_postprocess_entry()
H A Dbtparse.h94 BTE_MACRODEF enumerator
101 #define NUM_METATYPES ((int) BTE_MACRODEF + 1)
H A Dbibtex.c164 if ( (setwd1[LA(1)]&0x10)&&(metatype == BTE_MACRODEF ) ) { in contents()
165 if (!(metatype == BTE_MACRODEF )) {zzfailed_pred(" metatype == BTE_MACRODEF ");} in contents()
H A Dtraversal.c85 if (metatype != BTE_MACRODEF && metatype != BTE_REGULAR) in bt_next_field()
H A Dinput.c75 if (metatype < BTE_REGULAR || metatype > BTE_MACRODEF) in bt_set_stringopts()
H A Dlex_auxiliary.c467 EntryMetatype = BTE_MACRODEF; in name()
/dports/textproc/btparse/btparse-0.35/src/
H A Dpostprocess.c476 case BTE_MACRODEF: in bt_postprocess_entry()
481 if (top->metatype == BTE_MACRODEF && ! (options & BTO_NOSTORE)) in bt_postprocess_entry()
H A Dbtparse.h92 BTE_MACRODEF enumerator
99 #define NUM_METATYPES ((int) BTE_MACRODEF + 1)
H A Dbibtex.c183 if ( (setwd1[LA(1)]&0x10)&&(metatype == BTE_MACRODEF ) ) {
184 if (!(metatype == BTE_MACRODEF )) {zzfailed_pred(" metatype == BTE_MACRODEF ");}
H A Dtraversal.c85 if (metatype != BTE_MACRODEF && metatype != BTE_REGULAR) in bt_next_field()
H A Dinput.c75 if (metatype < BTE_REGULAR || metatype > BTE_MACRODEF) in bt_set_stringopts()
H A Dbtparse.h.in91 BTE_MACRODEF enumerator
98 #define NUM_METATYPES ((int) BTE_MACRODEF + 1)
/dports/textproc/btparse/btparse-0.35/tests/
H A Dtestlib.c40 bt_set_stringopts (BTE_MACRODEF, options); in set_all_stringopts()
H A Dsimple_test.c253 CHECK (entry->metatype == BTE_MACRODEF) in eviltest_macro()
385 CHECK (bt_entry_metatype (entry) == BTE_MACRODEF); in goodtest_macro()
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/tests/
H A Dtestlib.c40 bt_set_stringopts (BTE_MACRODEF, options); in set_all_stringopts()
H A Dsimple_test.c253 CHECK (entry->metatype == BTE_MACRODEF) in eviltest_macro()
385 CHECK (bt_entry_metatype (entry) == BTE_MACRODEF); in goodtest_macro()
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/src/
H A Dpostprocess.c478 case BTE_MACRODEF: in bt_postprocess_entry()
483 if (top->metatype == BTE_MACRODEF && ! (options & BTO_NOSTORE)) in bt_postprocess_entry()
H A Dbtparse.h58 BTE_MACRODEF enumerator
65 #define NUM_METATYPES ((int) BTE_MACRODEF + 1)
H A Dbibtex.c184 if ( (setwd1[LA(1)]&0x10)&&(metatype == BTE_MACRODEF ) ) {
185 if (!(metatype == BTE_MACRODEF )) {zzfailed_pred(" metatype == BTE_MACRODEF ");}
H A Dtraversal.c85 if (metatype != BTE_MACRODEF && metatype != BTE_REGULAR) in bt_next_field()
H A Dinput.c77 if (metatype < BTE_REGULAR || metatype > BTE_MACRODEF) in bt_set_stringopts()
/dports/misc/tellico/tellico-3.4.2/src/translators/
H A Dbibteximporter.cpp178 if(bt_entry_metatype(node) == BTE_MACRODEF) { in readCollection()
280 bt_set_stringopts(BTE_MACRODEF, 0); in parseText()
309 if(bt_entry_metatype(node) == BTE_MACRODEF && macroMatch.hasMatch()) { in parseText()

12