Lines Matching defs:termp
50 struct termp { struct
65 size_t trailspace; /* See termp_flushln(). */ argument
66 int overstep; /* See termp_flushln(). */ argument
67 int skipvsp; /* Vertical space to skip. */
68 int flags;
92 void (*letter)(struct termp *, int); argument
93 void (*begin)(struct termp *); argument
94 void (*end)(struct termp *); argument
95 void (*endline)(struct termp *); argument
96 void (*advance)(struct termp *, size_t); argument
97 void (*setwidth)(struct termp *, int, size_t); argument
98 size_t (*width)(const struct termp *, int); argument
99 double (*hspan)(const struct termp *, argument
102 struct termp_ps *ps; argument
112 void term_eqn(struct termp *, const struct eqn *); argument