Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYEditmap.c1092 #define FIRST_I 97 macro
1098 for (i = FIRST_I; i >= 0; i = NEXT_I(i, KEYMAP_SIZE - 2)) { in LYKeyForEditAction()
1133 for (i = FIRST_I; i >= 0; i = NEXT_I(i, KEYMAP_SIZE - 2)) { in LYEditKeyForAction()
1214 for (i = FIRST_I; i >= 0; i = NEXT_I(i, LAST_MOD1_LKC)) { in LYEditKeyForAction()
1253 for (i = FIRST_I; i >= 0; i = NEXT_I(i, LAST_MOD2_LKC)) { in LYEditKeyForAction()
DLYKeymap.c1736 #define FIRST_I 97 macro
1744 for (i = FIRST_I; i >= 0; i = NEXT_I(i, KEYMAP_SIZE - 2)) { in best_reverse_keymap()