Home
last modified time | relevance | path

Searched refs:mandoc_calloc (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/cmd/mandoc/
H A Dtbl_layout.c300 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 Dmdoc.c160 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 Dtbl_data.c73 dat = mandoc_calloc(1, sizeof(struct tbl_dat)); in data()
186 dp = mandoc_calloc(1, sizeof(struct tbl_span)); in newspan()
H A Dman.c104 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 Dchars.c80 htab = mandoc_calloc(PRINT_HI - PRINT_LO + 1, sizeof(struct ln *)); in mchars_alloc()
H A Dtbl.c77 tbl = mandoc_calloc(1, sizeof(struct tbl_node)); in tbl_alloc()
H A Dterm_ascii.c75 p = mandoc_calloc(1, sizeof(struct termp)); in ascii_init()
H A Dout.c155 tbl->cols = mandoc_calloc in tblcalc()
H A Deqn.c333 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 Dmandoc.h402 void *mandoc_calloc(size_t, size_t);
H A Dread.c748 curp = mandoc_calloc(1, sizeof(struct mparse)); in mparse_alloc()
857 p->secondary = mandoc_calloc(1, sizeof(struct buf)); in mparse_keep()
H A Dmandoc.c357 mandoc_calloc(size_t num, size_t size) in mandoc_calloc() function
H A Dterm_ps.c438 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 Droff.c393 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 Dhtml.c130 h = mandoc_calloc(1, sizeof(struct html)); in ml_alloc()
H A Dmdoc_argv.c357 arg = *v = mandoc_calloc(1, sizeof(struct mdoc_arg)); in mdoc_argv()