Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/scripts/utils/
Dpinctrl_nrf_migrate.py185 last_line = 0
193 last_line = len(content) - (i + 1)
198 if not last_line:
202 for line in content[:last_line]:
233 if not last_line:
236 for line in content[last_line:]:
/Zephyr-Core-3.7.0/subsys/shell/
Dshell_ops.c69 bool last_line; in z_shell_op_cursor_position_synchronize() local
73 last_line = (cons->cur_y == cons->cur_y_end); in z_shell_op_cursor_position_synchronize()
82 if (last_line) { in z_shell_op_cursor_position_synchronize()