Searched refs:ISMACR (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dkeymaps.h61 #define ISMACR 2 macro
H A Dkeymaps.c161 case ISMACR:
H A Dbind.c173 if (_rl_keymap[key].type == ISMACR)
369 rl_generic_bind (ISMACR, keyseq, macro_keys, map);
376 a macro (ISMACR), or a keymap (ISKMAP). This makes new keymaps
392 if (type == ISMACR)
464 if (k.function && ((k.type == ISFUNC && k.function != rl_do_lowercase_version) || k.type == ISMACR))
485 if (map[ic].type == ISMACR)
810 or ISMACR (macro). */
2578 case ISMACR:
2774 case ISMACR:
H A Dreadline.c1048 case ISMACR:
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dkeymaps.h61 #define ISMACR 2 macro
H A Dkeymaps.c161 case ISMACR:
H A Dbind.c342 rl_generic_bind (ISMACR, keyseq, macro_keys, map);
349 a macro (ISMACR), or a keymap (ISKMAP). This makes new keymaps
365 if (type == ISMACR)
434 if (k.function && ((k.type == ISFUNC && k.function != rl_do_lowercase_version) || k.type == ISMACR))
442 if (map[ic].type == ISMACR)
777 or ISMACR (macro). */
2530 case ISMACR:
2724 case ISMACR:
H A Dreadline.c996 case ISMACR:
/netbsd-current/lib/libedit/readline/
H A Dreadline.h67 #define ISMACR 2 macro

Completed in 201 milliseconds