Home | History | Annotate | Download | only in genrb

Lines Matching defs:LF

42 #define LF               0x000A
371 while(c != CR && c != LF) {
387 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))