OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:el_map
(Results
1 - 15
of
15
) sorted by relevancy
/src/lib/libedit/
map.c
916
el->
el_map
.alt = el_calloc(N_KEYS, sizeof(*el->
el_map
.alt));
917
if (el->
el_map
.alt == NULL)
919
el->
el_map
.key = el_calloc(N_KEYS, sizeof(*el->
el_map
.key));
920
if (el->
el_map
.key == NULL)
922
el->
el_map
.emacs = el_map_emacs;
923
el->
el_map
.vic = el_map_vi_command;
924
el->
el_map
.vii = el_map_vi_insert;
925
el->
el_map
.help = el_calloc(EL_NUM_FCNS, sizeof(*el->el_map.help))
[
all
...]
vi.c
86
el->
el_map
.current = el->
el_map
.key;
217
if (el->
el_map
.type == MAP_VI)
241
if (el->
el_map
.type == MAP_VI)
309
el->
el_map
.current = el->
el_map
.key;
326
el->
el_map
.current = el->
el_map
.key;
342
el->
el_map
.current = el->
el_map
.key
[
all
...]
common.c
158
if (el->
el_map
.type == MAP_VI) {
179
if (el->
el_map
.type == MAP_VI &&
219
if (el->
el_map
.type == MAP_VI) {
244
if (el->
el_map
.type == MAP_VI) {
294
el->
el_map
.type == MAP_VI &&
302
if (el->
el_map
.type == MAP_VI)
328
if (el->
el_map
.type == MAP_VI)
351
if (el->
el_map
.type == MAP_VI)
579
if (el->
el_map
.type == MAP_VI) {
835
el->
el_map
.current = el->el_map.key
[
all
...]
read.c
254
cmd = el->
el_map
.current[(unsigned char) *ch];
523
if ((size_t)cmdnum >= el->
el_map
.nfunc) /* BUG CHECK command */
529
if (el->
el_map
.type == MAP_VI &&
530
el->
el_map
.current == el->
el_map
.key &&
539
retval = (*el->
el_map
.func[cmdnum]) (el, ch);
parse.c
282
el_bindings_t *b = el->
el_map
.help;
285
for (i = 0; i < el->
el_map
.nfunc; i++)
el.h
134
el_map_t
el_map
; /* Key mapping stuff */
member in struct:editline
keymacro.c
227
((map == el->
el_map
.key &&
228
el->
el_map
.alt[(unsigned char)*in] != ED_SEQUENCE_LEAD_IN) ||
229
(map == el->
el_map
.alt &&
230
el->
el_map
.key[(unsigned char)*in] != ED_SEQUENCE_LEAD_IN)))
597
for (fp = el->
el_map
.help; fp->name; fp++)
chared.c
127
if (el->
el_map
.current != el->
el_map
.emacs) {
168
if (el->
el_map
.current != el->
el_map
.emacs) {
345
el->
el_map
.current = el->
el_map
.key;
438
el->
el_map
.current = el->
el_map
.key;
469
el->
el_map
.current = el->
el_map
.key
[
all
...]
hist.c
114
if (el->
el_map
.type == MAP_VI)
149
if (el->
el_map
.type == MAP_VI)
search.c
63
((el)->el_line.cursor + (((el)->
el_map
.type == MAP_VI) && \
64
((el)->
el_map
.current == (el)->
el_map
.alt)))
254
switch (el->
el_map
.current[(unsigned char) ch]) {
tty.c
907
map = el->
el_map
.key;
908
alt = el->
el_map
.alt;
909
if (el->
el_map
.type == MAP_VI) {
910
dmap = el->
el_map
.vii;
911
dalt = el->
el_map
.vic;
913
dmap = el->
el_map
.emacs;
927
map[(unsigned char)new[0]] = tp->bind[el->
el_map
.type];
934
tp->bind[el->
el_map
.type + 1];
terminal.c
1058
if (el->
el_map
.type != MAP_VI)
1143
if (el->el_terminal.t_buf == NULL || el->
el_map
.key == NULL)
1146
map = el->
el_map
.type == MAP_VI ? el->
el_map
.alt : el->
el_map
.key;
1147
dmap = el->
el_map
.type == MAP_VI ? el->
el_map
.vic : el->
el_map
.emacs;
refresh.c
258
if (el->
el_map
.current == el->
el_map
.alt
1038
if (el->
el_map
.current == el->
el_map
.alt
emacs.c
274
if (el->
el_map
.type == MAP_VI)
readline.c
2021
e->
el_map
.key[c] = ED_INSERT;
Completed in 24 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025