Home | History | Annotate | Download | only in genrb

Lines Matching defs:CR

60 #define CR               0x000D
393 while(c != CR && c != LF) {
409 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))