HomeSort by: relevance | last modified time | path
    Searched defs:termp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/tset/
map.c 78 char *copy, *p, *termp; local
104 mapp->porttype = termp = NULL;
106 termp = arg;
149 if (termp != NULL)
150 *termp = '\0';
  /src/external/bsd/mdocml/dist/
term.h 43 struct termp;
45 typedef void (*term_margin)(struct termp *, const struct roff_meta *);
61 struct termp { struct
112 void (*letter)(struct termp *, int);
113 void (*begin)(struct termp *);
114 void (*end)(struct termp *);
115 void (*endline)(struct termp *);
116 void (*advance)(struct termp *, size_t);
117 void (*setwidth)(struct termp *, int, int);
118 size_t (*width)(const struct termp *, int)
    [all...]

Completed in 15 milliseconds