Searched refs:isnewline (Results 1 – 2 of 2) sorted by relevance
567 int isnewline = 1; in read_conf() local569 if (isnewline) { in read_conf()574 isnewline = 0; in read_conf()579 isnewline = 1; in read_conf()581 if (isnewline) in read_conf()584 if (!isnewline) { in read_conf()
847 static inline int isnewline(int c) in isnewline() function855 if (isnewline(str[eol])) in dstrcatline()