Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Drepl.c71 #define Q_3_SINGLE (3) in mp_repl_continue_with_input() macro
80 if ((in_quote == Q_NONE || in_quote == Q_3_SINGLE) && i[1] == '\'' && i[2] == '\'') { in mp_repl_continue_with_input()
82 in_quote = Q_3_SINGLE - in_quote; in mp_repl_continue_with_input()
124 if (in_quote == Q_3_SINGLE || in_quote == Q_3_DOUBLE) { in mp_repl_continue_with_input()

Completed in 3 milliseconds