Searched refs:indent_top (Results 1 – 1 of 1) sorted by relevance
200 STATIC size_t indent_top(mp_lexer_t *lex) { in indent_top() function576 if (num_spaces == indent_top(lex)) { in mp_lexer_to_next()577 } else if (num_spaces > indent_top(lex)) { in mp_lexer_to_next()581 while (num_spaces < indent_top(lex)) { in mp_lexer_to_next()585 if (num_spaces != indent_top(lex)) { in mp_lexer_to_next()
Completed in 4 milliseconds