Home
last modified time | relevance | path

Searched refs:oldch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtw.spell.c131 Char *path, *s, oldch; in spdir() local
144 oldch = *s; in spdir()
156 *s = oldch; in spdir()
/freebsd/contrib/mandoc/
H A Droff.c4117 size_t oldch, newch; in roff_setstrn() local
4153 oldch = 0; in roff_setstrn()
4155 oldch = n->val.sz; in roff_setstrn()
4156 n->val.p = mandoc_realloc(n->val.p, oldch + newch); in roff_setstrn()
4160 c = n->val.p + (int)oldch; in roff_setstrn()