Home | History | Annotate | Download | only in genrb

Lines Matching refs:LF

44 #define LF               0x000A
374 while(c != CR && c != LF) {
390 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))