Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Ded.chared.c476 Char *modbuf; in c_expand() local
613 modbuf = buf; in c_expand()
614 while (q[1] == ':' && modbuf != NULL) { in c_expand()
624 if ((modbuf = domod(buf, (int) q[2])) != NULL) { in c_expand()
626 buf = modbuf; in c_expand()