Home | History | Annotate | Download | only in genrb

Lines Matching refs:CR

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