Home
last modified time | relevance | path

Searched refs:texisplice (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/texi2mdoc/texi2mdoc-0.1.2/
H A Dextern.h431 void texisplice(struct texi *, const char *, size_t, size_t *);
H A Dutil.c456 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 Dmain.c1405 texisplice(p, cp, strlen(cp), pos); in dovalue()