Searched refs:escape (Results 1 – 2 of 2) sorted by relevance
920 static char escape[8] = { 0 }; in cli_get_command() local925 (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()
1541 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel1544 # to select a filter and <Enter> or <escape> to activate or cancel the filter
Completed in 7 milliseconds