Searched refs:n_paren (Results 1 – 1 of 1) sorted by relevance
73 int n_paren = 0; in mp_repl_continue_with_input() local100 n_paren += 1; in mp_repl_continue_with_input()103 n_paren -= 1; in mp_repl_continue_with_input()129 if ((n_paren > 0 || n_brack > 0 || n_brace > 0) && in_quote == Q_NONE) { in mp_repl_continue_with_input()
Completed in 4 milliseconds