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

/openbsd-current/gnu/usr.bin/perl/vms/
H A Dmunchconfig.c55 char SecondaryLineBuffer[LINEBUFFERSIZE], OutBuf[LINEBUFFERSIZE]; local
256 OutBuf[OutBufPos++] = LineBuffer[LineBufferLoop];
262 OutBuf[OutBufPos++] = LineBuffer[LineBufferLoop];
293 while (*cp) OutBuf[OutBufPos++] = *(cp++);
302 OutBuf[OutBufPos++] = '$';
303 while (*cp) OutBuf[OutBufPos++] = *(cp++);
308 OutBuf[OutBufPos++] = '$';
319 if (!strncmp(OutBuf,"#undef",6)) {
320 char *cp = OutBuf;
323 OutBuf[OutBufPo
[all...]

Completed in 55 milliseconds