HomeSort by: relevance | last modified time | path
    Searched refs:PTABLE (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl2/groff/dist/src/include/
ptable.h 1 /* $NetBSD: ptable.h,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
34 #define PTABLE(T) name2(T,_ptable)
49 class PTABLE(T); \
52 PTABLE(T) *p; \
55 PTABLE_ITERATOR(T)(PTABLE(T) *); \
59 class PTABLE(T) { \
65 PTABLE(T)(); \
66 ~PTABLE(T)(); \
73 // Keys (which are strings) are allocated and freed by PTABLE.
75 // and are freed by PTABLE
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libgroff/
glyphuni.cpp 26 #include "ptable.h"
37 PTABLE(glyph_to_unicode) glyph_to_unicode_table;
uniglyph.cpp 26 #include "ptable.h"
37 PTABLE(unicode_to_glyph) unicode_to_glyph_table;
uniuni.cpp 29 #include "ptable.h"
40 PTABLE(unicode_decompose) unicode_decompose_table;
nametoindex.cpp 32 #include "ptable.h"
49 PTABLE(int) table;
  /src/external/gpl2/groff/dist/src/utils/hpftodit/
hpuni.cpp 25 #include "ptable.h"
36 PTABLE(hp_msl_to_unicode) hp_msl_to_unicode_table;
  /src/external/gpl2/groff/dist/src/preproc/pic/
object.h 123 PTABLE(place) *tbl;
177 PTABLE(place) *tbl;
pic.y 24 #include "ptable.h"
52 PTABLE(place) top_table;
54 PTABLE(place) *current_table = &top_table;
708 current_table = new PTABLE(place);
1685 PTABLE(place) *tbl = current_table;
object.cpp 25 #include "ptable.h"
880 PTABLE(place) *tbl;
882 block_object(const position &, const object_list &ol, PTABLE(place) *t);
891 PTABLE(place) *t)
914 static void adjust_objectless_places(PTABLE(place) *tbl, const position &a)
lex.cpp 25 #include "ptable.h"
32 PTABLE(char) macro_table;
  /src/external/gpl2/groff/dist/src/preproc/eqn/
text.cpp 25 #include "ptable.h"
91 PTABLE(char_info) special_char_table;
lex.cpp 27 #include "ptable.h"
60 PTABLE(definition) macro_table;
  /src/external/gpl2/groff/dist/src/devices/grotty/
tty.cpp 26 #include "ptable.h"
209 PTABLE(schar) tty_colors;

Completed in 135 milliseconds