Home
last modified time | relevance | path

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

/SCP-firmware-master/debugger/src/cli/
A Dcli.c920 static char escape[8] = { 0 }; in cli_get_command() local
925 (void)escape; in cli_get_command()
974 escape[escape_index] = c; in cli_get_command()
975 escape[escape_index + 1] = 0; in cli_get_command()
1066 for (i = 0; escape[i] != '['; i++) in cli_get_command()
1069 cli_terminal_height = strtoul(&escape[i], NULL, 0); in cli_get_command()
1070 for (; escape[i] != ';'; i++) in cli_get_command()
1073 cli_terminal_width = strtoul(&escape[i], NULL, 0); in cli_get_command()
/SCP-firmware-master/doc/
A DDoxyfile1541 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
1544 # to select a filter and <Enter> or <escape> to activate or cancel the filter

Completed in 6 milliseconds