Home
last modified time | relevance | path

Searched refs:termp (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h43 struct termp;
61 struct termp { struct
113 void (*begin)(struct termp *); argument
114 void (*end)(struct termp *); argument
115 void (*endline)(struct termp *); argument
119 int (*hspan)(const struct termp *, argument
133 void term_free(struct termp *);
135 void term_newln(struct termp *);
136 void term_vspace(struct termp *);
138 void term_flushln(struct termp *);
[all …]
H A Dterm_ascii.c62 static struct termp *
68 struct termp *p; in ascii_init()
185 struct termp *p; in terminal_sepline()
188 p = (struct termp *)arg; in terminal_sepline()
206 term_free((struct termp *)arg); in ascii_free()
210 ascii_letter(struct termp *p, int c) in ascii_letter()
217 ascii_begin(struct termp *p) in ascii_begin()
224 ascii_end(struct termp *p) in ascii_end()
231 ascii_endline(struct termp *p) in ascii_endline()
406 locale_endline(struct termp *p) in locale_endline()
[all …]
H A Dterm_ps.c526 static struct termp *
529 struct termp *p; in pspdf_alloc()
645 struct termp *p; in pspdf_free()
647 p = (struct termp *)arg; in pspdf_free()
730 ps_closepage(struct termp *p) in ps_closepage()
781 ps_end(struct termp *p) in ps_end()
848 ps_begin(struct termp *p) in ps_begin()
957 ps_pletter(struct termp *p, int c) in ps_pletter()
1037 ps_pclose(struct termp *p) in ps_pclose()
1063 ps_plast(struct termp *p) in ps_plast()
[all …]
H A Dterm.c40 static void endline(struct termp *);
59 term_free(struct termp *p) in term_free()
80 term_end(struct termp *p) in term_end()
94 term_flushln(struct termp *p) in term_flushln()
412 endline(struct termp *p) in endline()
436 term_newln(struct termp *p) in term_newln()
451 term_vspace(struct termp *p) in term_vspace()
465 term_fontlast(struct termp *p) in term_fontlast()
509 term_fontpop(struct termp *p) in term_fontpop()
764 bufferc(struct termp *p, char c) in bufferc()
[all …]
H A Dtbl_term.c44 static void tbl_direct_border(struct termp *, int, size_t);
45 static void tbl_fill_border(struct termp *, int, size_t);
46 static void tbl_fill_char(struct termp *, char, size_t);
144 i = term_hen((const struct termp *)arg, su); in term_tbl_sulen()
151 return term_strlen((const struct termp *)arg, p); in term_tbl_strlen()
157 return term_len((const struct termp *)arg, sz); in term_tbl_len()
162 term_tbl(struct termp *tp, const struct tbl_span *sp) in term_tbl()
777 tbl_fill_char(struct termp *tp, char c, size_t len) in tbl_fill_char()
787 tbl_fill_border(struct termp *tp, int c, size_t len) in tbl_fill_border()
799 tbl_direct_border(struct termp *tp, int c, size_t len) in tbl_direct_border()
[all …]
H A Deqn_term.c40 static void eqn_box(struct termp *, const struct eqn_box *);
44 term_eqn(struct termp *p, const struct eqn_box *bp) in term_eqn()
52 eqn_box(struct termp *p, const struct eqn_box *bp) in eqn_box()
H A Dman_term.c51 #define DECL_ARGS struct termp *p, \
65 static void print_man_head(struct termp *,
67 static void print_man_foot(struct termp *,
69 static void print_bvspace(struct termp *,
153 struct termp *p; in terminal_man()
157 p = (struct termp *)arg; in terminal_man()
209 print_bvspace(struct termp *p, struct roff_node *n, int pardist) in print_bvspace()
1003 print_man_foot(struct termp *p, const struct roff_meta *meta) in print_man_foot()
1082 print_man_head(struct termp *p, const struct roff_meta *meta) in print_man_head()
H A Dmdoc_term.c47 #define DECL_ARGS struct termp *p, \
57 static int a2width(const struct termp *, const char *);
59 static void print_bvspace(struct termp *,
63 static void print_mdoc_head(struct termp *, const struct roff_meta *);
65 static void synopsis_pre(struct termp *, struct roff_node *);
252 struct termp *p; in terminal_mdoc()
255 p = (struct termp *)arg; in terminal_mdoc()
444 print_mdoc_foot(struct termp *p, const struct roff_meta *meta) in print_mdoc_foot()
493 print_mdoc_head(struct termp *p, const struct roff_meta *meta) in print_mdoc_head()
562 a2width(const struct termp *p, const char *v) in a2width()
[all …]
H A Droff_term.c30 #define ROFF_TERM_ARGS struct termp *p, const struct roff_node *n
61 roff_term_pre(struct termp *p, const struct roff_node *n) in roff_term_pre()
H A Dterm_tab.c41 term_tab_set(const struct termp *p, const char *arg) in term_tab_set()