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

/freebsd-11-stable/stand/ficl/
H A Dwords.c2707 char *cp, *cpDest; local
2719 cpDest = (char *) dp->here;
2720 *cpDest++ = (char) u;
2724 *cpDest++ = *cp++;
2727 *cpDest++ = 0;
2728 dp->here = PTRtoCELL alignPtr(cpDest);

Completed in 111 milliseconds