HomeSort by: relevance | last modified time | path
    Searched refs:mandoc_calloc (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/mdocml/dist/
mandoc_aux.h 21 void *mandoc_calloc(size_t, size_t);
mandoc_ohash.c 57 return mandoc_calloc(n, sz);
mandoc_aux.c 50 mandoc_calloc(size_t num, size_t size) function
tbl_layout.c 295 mandoc_calloc(1, sizeof(*rp));
342 rp = mandoc_calloc(1, sizeof(*rp));
360 p = mandoc_calloc(1, sizeof(*p));
term_ascii.c 70 p = mandoc_calloc(1, sizeof(*p));
71 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol));
tbl.c 95 tbl = mandoc_calloc(1, sizeof(*tbl));
mdoc.c 128 p->norm = mandoc_calloc(1, sizeof(union mdoc_data));
151 p->norm = mandoc_calloc(1, sizeof(union mdoc_data));
tbl_data.c 79 cp = mandoc_calloc(1, sizeof(*cp));
244 dp = mandoc_calloc(1, sizeof(*dp));
mansearch.c 649 parent = mandoc_calloc(1, sizeof(*parent));
702 parent = mandoc_calloc(1, sizeof(*parent));
744 e = mandoc_calloc(1, sizeof(*e));
term_ps.c 534 p = mandoc_calloc(1, sizeof(*p));
535 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol));
543 p->ps = mandoc_calloc(1, sizeof(*p->ps));
mandocdb.c 688 mlink = mandoc_calloc(1, sizeof(struct mlink));
914 mlink = mandoc_calloc(1, sizeof(struct mlink));
1022 mpage = mandoc_calloc(1, sizeof(struct mpage));
1893 s = mandoc_calloc(1, sizeof(struct str) + sz + 1);
out.c 137 tbl->cols = mandoc_calloc((size_t)sp_first->opts->cols,
eqn.c 310 ep = mandoc_calloc(1, sizeof(*ep));
507 bp = mandoc_calloc(1, sizeof(*bp));
roff.c 722 p = mandoc_calloc(1, sizeof(struct roffnode));
805 r = mandoc_calloc(1, sizeof(struct roff));
847 man->meta.first = mandoc_calloc(1, sizeof(*man->meta.first));
872 man = mandoc_calloc(1, sizeof(*man));
889 n = mandoc_calloc(1, sizeof(*n));
3691 r->xtab = mandoc_calloc(128, sizeof(*r->xtab));
3791 r->xtab = mandoc_calloc(128,
mdoc_argv.c 360 *reta = mandoc_calloc(1, sizeof(**reta));
read.c 664 curp = mandoc_calloc(1, sizeof(struct mparse));
main.c 508 resn = mandoc_calloc(resnsz, sizeof(*res));
576 res = mandoc_calloc(ressz, sizeof(*res));
html.c 141 h = mandoc_calloc(1, sizeof(struct html));

Completed in 79 milliseconds