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

/freebsd-13-stable/contrib/tcsh/
H A Ded.chared.c472 Char *modbuf; local
609 modbuf = buf;
610 while (q[1] == ':' && modbuf != NULL) {
620 if ((modbuf = domod(buf, (int) q[2])) != NULL) {
622 buf = modbuf;

Completed in 47 milliseconds