Searched refs:PTABLE (Results 1 – 15 of 15) sorted by relevance
34 #define PTABLE(T) name2(T,_ptable) macro49 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 …]
123 PTABLE(place) *tbl;177 PTABLE(place) *tbl;
52 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()
880 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()
32 PTABLE(char) macro_table;
37 PTABLE(glyph_to_unicode) glyph_to_unicode_table;
37 PTABLE(unicode_to_glyph) unicode_to_glyph_table;
40 PTABLE(unicode_decompose) unicode_decompose_table;
49 PTABLE(int) table;
36 PTABLE(hp_msl_to_unicode) hp_msl_to_unicode_table;
91 PTABLE(char_info) special_char_table;
60 PTABLE(definition) macro_table;
209 PTABLE(schar) tty_colors;
4514 * src/include/ptable.h (PTABLE::~PTABLE, PTABLE::define): Always
2636 * lib/ptable.h (PTABLE(T)::~PTABLE(T)): Delete v.