Searched refs:texisplice (Results 1 – 3 of 3) sorted by relevance
/dports/textproc/texi2mdoc/texi2mdoc-0.1.2/ |
H A D | extern.h | 431 void texisplice(struct texi *, const char *, size_t, size_t *);
|
H A D | util.c | 456 texisplice(p, m->value, strlen(m->value), pos); in texiexecmacro() 520 texisplice(p, val, strlen(val), pos); in texiexecmacro() 878 texisplice(struct texi *p, const char *buf, size_t sz, size_t *pos) in texisplice() function
|
H A D | main.c | 1405 texisplice(p, cp, strlen(cp), pos); in dovalue()
|