Searched refs:doscan (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/usr.bin/mg/ |
| H A D | kbd.c | 125 doscan(KEYMAP *map, int c, KEYMAP **newmap) in doscan() function 155 while ((funct = doscan(curmap, (key.k_chars[key.k_count++] = in doin() 184 if ((fp = doscan(curmap, (key.k_chars[i]), in rescan() 189 if ((fp = doscan(curmap, c, NULL)) == NULL) in rescan() 190 while ((fp = doscan(curmap, in rescan() 207 if ((fp = doscan(curmap, (key.k_chars[i]), &curmap)) != NULL) in rescan() 211 while ((fp = doscan(curmap, key.k_chars[i++] = in rescan() 241 while ((funct = doscan(curmap, c, &curmap)) == NULL) { in universal_argument() 275 while ((funct = doscan(curmap, c, &curmap)) == NULL) { in digit_argument() 311 while ((funct = doscan(curmap, c, &curmap)) == NULL) { in negative_argument()
|
| H A D | help.c | 52 if ((funct = doscan(curmap, c, &curmap)) != NULL) in desckey() 60 funct = doscan(curmap, in desckey() 75 funct = doscan(curmap, key.k_chars[i], &curmap); in desckey() 138 fun = doscan(map, c, &newmap); in showall() 165 funct = doscan(kp, getkey(FALSE), NULL); in help_help() 218 nfun = doscan(map, c, &newmap); in findbind()
|
| H A D | kbd.h | 52 PF doscan(KEYMAP *, int, KEYMAP **);
|
| H A D | extend.c | 337 if (doscan(curmap, c = CHARMASK(maclcur->l_text[s]), &curmap) in dobind() 344 (void)doscan(curmap, c = maclcur->l_text[s], NULL); in dobind() 356 if (doscan(curmap, c, &curmap) != NULL) in dobind() 401 if (doscan(curmap, c = *keys++, &curmap) != NULL) { in bindkey() 411 (void)doscan(curmap, c = *keys, NULL); in bindkey()
|