Searched refs:last_was_cr (Results 1 – 3 of 3) sorted by relevance
461 static int last_was_cr = 1; in processiSolUserInput() local517 if (last_was_cr && (ch == ISOL_ESCAPE_CHARACTER)) { in processiSolUserInput()529 last_was_cr = (ch == '\r' || ch == '\n'); in processiSolUserInput()
261 static int last_was_cr = 1; in do_inbuf_actions() local266 if (last_was_cr && in do_inbuf_actions()310 last_was_cr = (in_buff[i] == '\r' || in_buff[i] == '\n'); in do_inbuf_actions()
1356 static int last_was_cr = 1; in processSolUserInput() local1418 if (last_was_cr && (ch == intf->ssn_params.sol_escape_char)) { in processSolUserInput()1430 last_was_cr = (ch == '\r' || ch == '\n'); in processSolUserInput()