Searched refs:mandoc_calloc (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | tbl_layout.c | 300 rp = mandoc_calloc(1, sizeof(struct tbl_row)); in row() 356 p = mandoc_calloc(1, sizeof(struct tbl_cell)); in cell_alloc() 377 hp = mandoc_calloc(1, sizeof(struct tbl_head)); in cell_alloc()
|
H A D | mdoc.c | 160 mdoc->last = mandoc_calloc(1, sizeof(struct mdoc_node)); in mdoc_alloc1() 204 p = mandoc_calloc(1, sizeof(struct mdoc)); in mdoc_alloc() 433 p = mandoc_calloc(1, sizeof(struct mdoc_node)); in node_alloc() 533 p->norm = mandoc_calloc(1, sizeof(union mdoc_data)); in mdoc_block_alloc() 559 p->norm = mandoc_calloc(1, sizeof(union mdoc_data)); in mdoc_elem_alloc()
|
H A D | tbl_data.c | 73 dat = mandoc_calloc(1, sizeof(struct tbl_dat)); in data() 186 dp = mandoc_calloc(1, sizeof(struct tbl_span)); in newspan()
|
H A D | man.c | 104 p = mandoc_calloc(1, sizeof(struct man)); in man_alloc() 166 man->last = mandoc_calloc(1, sizeof(struct man_node)); in man_alloc1() 243 p = mandoc_calloc(1, sizeof(struct man_node)); in man_node_alloc()
|
H A D | chars.c | 80 htab = mandoc_calloc(PRINT_HI - PRINT_LO + 1, sizeof(struct ln *)); in mchars_alloc()
|
H A D | tbl.c | 77 tbl = mandoc_calloc(1, sizeof(struct tbl_node)); in tbl_alloc()
|
H A D | term_ascii.c | 75 p = mandoc_calloc(1, sizeof(struct termp)); in ascii_init()
|
H A D | out.c | 155 tbl->cols = mandoc_calloc in tblcalc()
|
H A D | eqn.c | 333 p = mandoc_calloc(1, sizeof(struct eqn_node)); in eqn_alloc() 363 ep->eqn.root = mandoc_calloc(1, sizeof(struct eqn_box)); in eqn_end() 664 bp = mandoc_calloc(1, sizeof(struct eqn_box)); in eqn_box_alloc()
|
H A D | mandoc.h | 402 void *mandoc_calloc(size_t, size_t);
|
H A D | read.c | 748 curp = mandoc_calloc(1, sizeof(struct mparse)); in mparse_alloc() 857 p->secondary = mandoc_calloc(1, sizeof(struct buf)); in mparse_keep()
|
H A D | mandoc.c | 357 mandoc_calloc(size_t num, size_t size) in mandoc_calloc() function
|
H A D | term_ps.c | 438 p = mandoc_calloc(1, sizeof(struct termp)); in pspdf_alloc() 440 p->ps = mandoc_calloc(1, sizeof(struct termp_ps)); in pspdf_alloc()
|
H A D | roff.c | 393 p = mandoc_calloc(1, sizeof(struct roffnode)); in roffnode_push() 476 r = mandoc_calloc(1, sizeof(struct roff)); in roff_alloc() 1689 r->xtab = mandoc_calloc in roff_tr()
|
H A D | html.c | 130 h = mandoc_calloc(1, sizeof(struct html)); in ml_alloc()
|
H A D | mdoc_argv.c | 357 arg = *v = mandoc_calloc(1, sizeof(struct mdoc_arg)); in mdoc_argv()
|