Searched refs:no_esc (Results 1 – 2 of 2) sorted by relevance
24 int stuff_inserted(int c, long count, int no_esc);
2871 int no_esc) // Don't add an ESC at the end in stuff_inserted() argument2896 && (no_esc || (*ptr == Ctrl_D && count > 1))) in stuff_inserted()2920 if (!no_esc) in stuff_inserted()