Lines Matching refs:NEWLINE
58 #define NEWLINE '\n' macro
638 if (c == NEWLINE || c == EOF) {
651 case NEWLINE:
685 c = NEWLINE;
724 if (c == NEWLINE) {
736 while (c != NEWLINE && c != EOF) { /* quote is not used */
743 case NEWLINE:
776 c = NEWLINE;
812 if (c == NEWLINE)
832 } while (c != NEWLINE && c != EOF);
834 if (c == NEWLINE) {
877 } while (c != NEWLINE && c != EOF);
878 if (c == NEWLINE)
902 } while (c != NEWLINE && c != EOF);
903 if (c == NEWLINE)
909 if (c == NEWLINE) {
921 if (c == NEWLINE) {
936 if (c == NEWLINE) {
993 if (c == NEWLINE || c == EOF) {
995 if (c == NEWLINE)
1009 if (c == NEWLINE) {