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

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dobject.h127 struct text_item { struct
128 text_item *next;
134 text_item(char *, const char *, int);
135 ~text_item();
184 text_item *text;
H A Dpic.y683 $$->text = new text_item($1.str, $1.filename, $1.lineno);
688 $$->text = new text_item(format_number(0, $2), 0, -1);
693 $$->text = new text_item(format_number($3.str, $2),
1024 text_item **p;
1027 *p = new text_item($2.str, $2.filename, $2.lineno);
1033 text_item *p;
1043 text_item *p;
1053 text_item *p;
1063 text_item *p;
H A Dobject.cpp396 text_item::text_item(char *t, const char *fn, int ln) function in class:text_item
403 text_item::~text_item()
437 text_item *tem = text;
561 void add_text(text_item *, int);
618 void graphic_object::add_text(text_item *t, int a)
622 text_item *p;
989 for (text_item *t = text; t; t = t->next)

Completed in 111 milliseconds