Searched refs:have_shortcut (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dprompt.c65 bool have_shortcut; local
94 * statusbar prompt shortcut, set have_shortcut to TRUE. */
95 have_shortcut = (s != NULL || input == NANO_TAB_KEY || input ==
111 *s_or_t = have_shortcut;
170 if (have_shortcut) {
H A Dnano.c1317 bool have_shortcut; local
1350 * edit window shortcut, set have_shortcut to TRUE. */
1351 have_shortcut = (s != NULL || input == NANO_XON_KEY ||
1364 *s_or_t = (have_shortcut
1408 if (*s_or_t && (!have_shortcut || s == NULL || s->func !=
1434 if (have_shortcut) {

Completed in 81 milliseconds