Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dtbl_layout.c282 mandoc_calloc(1, sizeof(*rp)); in tbl_layout()
326 rp = mandoc_calloc(1, sizeof(*rp)); in tbl_layout()
344 p = mandoc_calloc(1, sizeof(*p)); in cell_alloc()
H A Dmandoc_aux.h22 void *mandoc_calloc(size_t, size_t);
H A Dmdoc.c139 mdoc->last = mandoc_calloc(1, sizeof(struct mdoc_node)); in mdoc_alloc1()
181 p = mandoc_calloc(1, sizeof(struct mdoc)); in mdoc_alloc()
362 p = mandoc_calloc(1, sizeof(struct mdoc_node)); in node_alloc()
454 p->norm = mandoc_calloc(1, sizeof(union mdoc_data)); in mdoc_block_alloc()
477 p->norm = mandoc_calloc(1, sizeof(union mdoc_data)); in mdoc_elem_alloc()
H A Dtbl_data.c67 dat = mandoc_calloc(1, sizeof(*dat)); in getdata()
167 dp = mandoc_calloc(1, sizeof(*dp)); in newspan()
H A Dmandoc_aux.c48 mandoc_calloc(size_t num, size_t size) in mandoc_calloc() function
H A Dchars.c82 htab = mandoc_calloc(PRINT_HI - PRINT_LO + 1, sizeof(struct ln *)); in mchars_alloc()
H A Dman.c101 p = mandoc_calloc(1, sizeof(struct man)); in man_alloc()
151 man->last = mandoc_calloc(1, sizeof(struct man_node)); in man_alloc1()
221 p = mandoc_calloc(1, sizeof(struct man_node)); in man_node_alloc()
H A Dtbl.c94 tbl = mandoc_calloc(1, sizeof(*tbl)); in tbl_alloc()
H A Deqn.c335 p = mandoc_calloc(1, sizeof(struct eqn_node)); in eqn_alloc()
547 bp = mandoc_calloc(1, sizeof(struct eqn_box)); in eqn_box_alloc()
1105 ep->eqn.root = mandoc_calloc(1, sizeof(struct eqn_box)); in eqn_end()
H A Dterm_ascii.c69 p = mandoc_calloc(1, sizeof(struct termp)); in ascii_init()
H A Dout.c124 tbl->cols = mandoc_calloc((size_t)sp->opts->cols, in tblcalc()
H A Dread.c891 curp = mandoc_calloc(1, sizeof(struct mparse)); in mparse_alloc()
1019 p->secondary = mandoc_calloc(1, sizeof(struct buf)); in mparse_keep()
H A Dterm_ps.c541 p = mandoc_calloc(1, sizeof(struct termp)); in pspdf_alloc()
547 p->ps = mandoc_calloc(1, sizeof(struct termp_ps)); in pspdf_alloc()
H A Dhtml.c144 h = mandoc_calloc(1, sizeof(struct html)); in html_alloc()
H A Dmdoc_argv.c360 *reta = mandoc_calloc(1, sizeof(**reta)); in mdoc_argv()
H A Droff.c814 p = mandoc_calloc(1, sizeof(struct roffnode)); in roffnode_push()
889 r = mandoc_calloc(1, sizeof(struct roff)); in roff_alloc()
2612 r->xtab = mandoc_calloc(128, in roff_tr()