Home
last modified time | relevance | path

Searched refs:PTABLE (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dptable.h34 #define PTABLE(T) name2(T,_ptable) macro
49 class PTABLE(T); \
52 PTABLE(T) *p; \
55 PTABLE_ITERATOR(T)(PTABLE(T) *); \
59 class PTABLE(T) { \
65 PTABLE(T)(); \
66 ~PTABLE(T)(); \
84 PTABLE(T)::PTABLE(T)() \
90 PTABLE(T)::~PTABLE(T)() \
99 void PTABLE(T)::define(const char *key, T *val) \
[all …]
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dobject.h123 PTABLE(place) *tbl;
177 PTABLE(place) *tbl;
H A Dpic.y52 PTABLE(place) top_table;
54 PTABLE(place) *current_table = &top_table;
708 current_table = new PTABLE(place);
1685 PTABLE(place) *tbl = current_table; in lookup_label()
H A Dobject.cpp880 PTABLE(place) *tbl;
882 block_object(const position &, const object_list &ol, PTABLE(place) *t);
891 PTABLE(place) *t) in block_object()
914 static void adjust_objectless_places(PTABLE(place) *tbl, const position &a) in adjust_objectless_places()
H A Dlex.cpp32 PTABLE(char) macro_table;
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dglyphuni.cpp37 PTABLE(glyph_to_unicode) glyph_to_unicode_table;
H A Duniglyph.cpp37 PTABLE(unicode_to_glyph) unicode_to_glyph_table;
H A Duniuni.cpp40 PTABLE(unicode_decompose) unicode_decompose_table;
H A Dnametoindex.cpp49 PTABLE(int) table;
/netbsd-src/external/gpl2/groff/dist/src/utils/hpftodit/
H A Dhpuni.cpp36 PTABLE(hp_msl_to_unicode) hp_msl_to_unicode_table;
/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dtext.cpp91 PTABLE(char_info) special_char_table;
H A Dlex.cpp60 PTABLE(definition) macro_table;
/netbsd-src/external/gpl2/groff/dist/src/devices/grotty/
H A Dtty.cpp209 PTABLE(schar) tty_colors;
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog4514 * src/include/ptable.h (PTABLE::~PTABLE, PTABLE::define): Always
H A DChangeLog.1152636 * lib/ptable.h (PTABLE(T)::~PTABLE(T)): Delete v.