Home
last modified time | relevance | path

Searched refs:mandoc_realloc (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/cmd/mandoc/
H A Deqn.c313 ep->data = mandoc_realloc(ep->data, ep->sz + sz + 1); in eqn_read()
787 ep->data = mandoc_realloc(ep->data, ep->sz + 1); in eqn_next()
868 ep->defs = mandoc_realloc in eqn_do_define()
875 ep->defs[i].key = mandoc_realloc in eqn_do_define()
891 def->val = mandoc_realloc(def->val, sz + 1); in eqn_do_define()
H A Droff.c1874 n->val.p = mandoc_realloc(n->val.p, oldch + newch); in roff_setstrn()
1973 res = mandoc_realloc(res, ssz + sz + 1); in roff_strdup()
1979 res = mandoc_realloc(res, ssz + 2); in roff_strdup()
1995 res = mandoc_realloc in roff_strdup()
2013 res = mandoc_realloc(res, ssz + sz + 1); in roff_strdup()
2023 res = mandoc_realloc(res, ssz + sz + 1); in roff_strdup()
H A Dmandoc.h405 void *mandoc_realloc(void *, size_t);
H A Dmdoc_argv.c360 arg->argv = mandoc_realloc in mdoc_argv()
668 v->value = mandoc_realloc(v->value, in argv_multi()
H A Dread.c222 buf->buf = mandoc_realloc(buf->buf, buf->sz); in resize_buf()
445 mandoc_realloc in mparse_buf_r()
H A Dtbl_data.c168 dat->string = mandoc_realloc(dat->string, sz); in tbl_cdata()
H A Dmandoc.c387 mandoc_realloc(void *ptr, size_t size) in mandoc_realloc() function
H A Dterm.c537 p->buf = mandoc_realloc(p->buf, sizeof(int) * p->maxcols); in adjbuf()
H A Dterm_ps.c1182 p->ps->psmarg = mandoc_realloc in ps_growbuf()
H A Dmdoc_man.c280 fontqueue.head = mandoc_realloc(fontqueue.head, in font_push()
H A Dmdoc_validate.c1509 n->args->argv = mandoc_realloc(n->args->argv, in post_bl_block_tag()