Searched refs:text_item (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dobject.h125 struct text_item { struct
126 text_item *next;
132 text_item(char *, const char *, int);
133 ~text_item();
182 text_item *text;
H A Dpic.y681 $$->text = new text_item($1.str, $1.filename, $1.lineno);
686 $$->text = new text_item(format_number(0, $2), 0, -1);
691 $$->text = new text_item(format_number($3.str, $2),
1022 text_item **p;
1025 *p = new text_item($2.str, $2.filename, $2.lineno);
1031 text_item *p;
1041 text_item *p;
1051 text_item *p;
1061 text_item *p;
H A Dobject.cpp394 text_item::text_item(char *t, const char *fn, int ln) function in class:text_item
401 text_item::~text_item()
435 text_item *tem = text;
559 void add_text(text_item *, int);
616 void graphic_object::add_text(text_item *t, int a)
620 text_item *p;
987 for (text_item *t = text; t; t = t->next)

Completed in 139 milliseconds