Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Drepl.c205 #define MAX_LINE_LEN (4 * WORD_SLOT_LEN) in print_completions() macro
207 int line_len = MAX_LINE_LEN; // force a newline for first word in print_completions()
217 if (line_len + gap + d_len <= MAX_LINE_LEN) { in print_completions()

Completed in 3 milliseconds