Home
last modified time | relevance | path

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

/386bsd/usr/src/usr.bin/groff/include/
H A Dptable.h31 #define PTABLE(T) name2(T,_ptable) macro
46 struct PTABLE(T); \
49 PTABLE(T) *p; \
52 PTABLE_ITERATOR(T)(PTABLE(T) *); \
56 class PTABLE(T) { \
62 PTABLE(T)(); \
63 ~PTABLE(T)(); \
77 PTABLE(T)::PTABLE(T)() \
83 PTABLE(T)::~PTABLE(T)() \
92 void PTABLE(T)::define(const char *key, T *val) \
[all …]
/386bsd/usr/src/usr.bin/groff/pic/
H A Dobject.h115 PTABLE(place) *tbl;
167 PTABLE(place) *tbl;
H A Dpic.y58 PTABLE(place) top_table;
60 PTABLE(place) *current_table = &top_table;
663 current_table = new PTABLE(place);
1554 PTABLE(place) *tbl = current_table; in lookup_label()
H A Dobject.cc844 PTABLE(place) *tbl;
846 block_object(const position &, const object_list &ol, PTABLE(place) *t);
855 PTABLE(place) *t) in block_object()
878 static void adjust_objectless_places(PTABLE(place) *tbl, const position &a) in adjust_objectless_places()
H A Dpic.cc44 PTABLE(place) top_table;
46 PTABLE(place) *current_table = &top_table;
3159 PTABLE(place) *tbl = current_table; in lookup_label()
4015 current_table = new PTABLE(place); in yyparse()
H A Dlex.cc29 PTABLE(char) macro_table;
/386bsd/usr/src/usr.bin/groff/libgroff/
H A Dnametoindex.cc47 PTABLE(int) table;
/386bsd/usr/src/usr.bin/groff/eqn/
H A Dtext.cc89 PTABLE(char_info) special_char_table;
H A Dlex.cc51 PTABLE(definition) macro_table;
/386bsd/usr/src/usr.bin/groff/grot/
H A DChangeLog1448 * lib/ptable.h (PTABLE(T)::~PTABLE(T)): Delete v.