Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Drepl.c36 STATIC bool str_startswith_word(const char *str, const char *head) { in str_startswith_word() function
55 || str_startswith_word(input, "if") in mp_repl_continue_with_input()
56 || str_startswith_word(input, "while") in mp_repl_continue_with_input()
57 || str_startswith_word(input, "for") in mp_repl_continue_with_input()
58 || str_startswith_word(input, "try") in mp_repl_continue_with_input()
59 || str_startswith_word(input, "with") in mp_repl_continue_with_input()
60 || str_startswith_word(input, "def") in mp_repl_continue_with_input()
61 || str_startswith_word(input, "class") in mp_repl_continue_with_input()
63 || str_startswith_word(input, "async") in mp_repl_continue_with_input()

Completed in 2 milliseconds