Searched defs:termp (Results 1 – 1 of 1) sorted by relevance
54 struct termp { struct67 size_t trailspace; /* See termp_flushln(). */ argument68 int overstep; /* See termp_flushln(). */ argument92 void (*letter)(struct termp *, int); argument93 void (*begin)(struct termp *); argument94 void (*end)(struct termp *); argument95 void (*endline)(struct termp *); argument96 void (*advance)(struct termp *, size_t); argument97 size_t (*width)(const struct termp *, int); argument98 double (*hspan)(const struct termp *, argument[all …]