Home
last modified time | relevance | path

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

/coreutils/src/
Dpaste.c339 int charnew, charold; /* Current and previous char read. */ in paste_serial() local
376 while ((charnew = getc (fileptr)) != EOF) in paste_serial()
390 charold = charnew; in paste_serial()