Searched refs:saw_nl (Results 1 - 1 of 1) sorted by relevance
/third_party/mksh/ | ||
H A D | edit.c | 211 bool saw_nl = false; in x_do_comment() local 214 if (!saw_nl || buf[i] != '#') in x_do_comment() 216 saw_nl = buf[i] == '\n'; in x_do_comment() |
Completed in 6 milliseconds