Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/vms/
H A Dmunchconfig.c55 char SecondaryLineBuffer[LINEBUFFERSIZE], OutBuf[LINEBUFFERSIZE]; in main() local
182 fgets(SecondaryLineBuffer, LINEBUFFERSIZE - 1, ConfigSH); in main()
184 SecondaryLineBuffer[LINEBUFFERSIZE - 1] = '\0'; in main()
186 tilde_sub(SecondaryLineBuffer, TildeSub, TildeSubCount); in main()
190 strcat(TempValue, SecondaryLineBuffer); in main()