Home
last modified time | relevance | path

Searched refs:Q_NONE (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Drepl.c68 #define Q_NONE (0) in mp_repl_continue_with_input() macro
76 int in_quote = Q_NONE; in mp_repl_continue_with_input()
80 if ((in_quote == Q_NONE || in_quote == Q_3_SINGLE) && i[1] == '\'' && i[2] == '\'') { in mp_repl_continue_with_input()
83 } else if (in_quote == Q_NONE || in_quote == Q_1_SINGLE) { in mp_repl_continue_with_input()
87 if ((in_quote == Q_NONE || in_quote == Q_3_DOUBLE) && i[1] == '"' && i[2] == '"') { in mp_repl_continue_with_input()
90 } else if (in_quote == Q_NONE || in_quote == Q_1_DOUBLE) { in mp_repl_continue_with_input()
94 if (in_quote != Q_NONE) { in mp_repl_continue_with_input()
97 } else if (in_quote == Q_NONE) { 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 3 milliseconds