Lines Matching defs:endline
426 int endline; /* True to tell gl_get_input_line() to return */
1799 gl->endline = 1;
2791 if(gl->endline) {
2827 if(gl->endline)
2835 if(gl->endline)
2920 } else if(gl->endline) {
3131 * latter case gl->endline will be non-zero.
3222 * If the endline flag becomes set, don't wait for another character.
3224 if(gl->endline)
4815 if(gl->endline)
6667 gl->endline = 1;
6790 * The newline action function sets gl->endline to tell
6799 gl->endline = 1;
6811 * The 'repeat' action function sets gl->endline to tell
6818 gl->endline = 1;
10466 gl->endline = 0;
11865 gl->endline = 1;
12297 if(gl->endline)
12340 gl->endline = (c == '\n');