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

/haiku-fatelf/src/bin/coreutils/src/
H A Dpaste.c348 int charnew, charold; /* Current and previous char read. */ local
374 charold = getc (fileptr);
376 if (charold != EOF)
378 /* `charold' is set up. Hit it!
380 output `charold', converting to the appropriate delimiter
381 character if needed. After the EOF, output `charold'
387 if (charold == '\n')
396 xputchar (charold);
398 charold = charnew;
403 xputchar (charold);
[all...]

Completed in 90 milliseconds