Searched refs:arrows (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_tty.c | 148 kpadd(arrows, (unsigned char *)key_ic, (unsigned char *)"i", 150 kpadd(arrows, (unsigned char *)key_eic, (unsigned char *)"i", 152 kpadd(arrows, (unsigned char *)key_up, (unsigned char *)"k", 154 kpadd(arrows, (unsigned char *)key_down, (unsigned char *)"j", 156 kpadd(arrows, (unsigned char *)key_left, (unsigned char *)"h", 158 kpadd(arrows, (unsigned char *)key_right, (unsigned char *)"l", 160 kpadd(arrows, (unsigned char *)key_home, (unsigned char *)"H", 163 kpadd(arrows, key_ic, "i", "inschar"); 165 kpadd(arrows, key_eic, "i", "inschar"); 168 kpboth(arrows, immac [all...] |
H A D | ex_set.c | 371 if (arrows[i].cap && arrows[i].descr && 372 strcmp(arrows[i].cap, arrows[i].descr)) 373 addmac(arrows[i].cap, NOSTR, NOSTR, arrows);
|
H A D | ex_tty.h | 150 var struct maps arrows[MAXNOMACS]; /* macro defs - 1st 5 built in */ variable in typeref:struct:maps
|
H A D | ex_vget.c | 586 macpush(&b[1],maps == arrows); 599 macpush(maps[d].mapto,maps == arrows);
|
H A D | ex_cmdsub.c | 1516 mp = ab ? abbrevs : exclam() ? immacs : arrows; 1601 * the structure to affect (arrows, etc). 1613 if (dest && mp==arrows) {
|
H A D | ex_vmain.c | 216 op = map(c, arrows, 0);
|
H A D | ex_voper.c | 182 c = map(getesc(), arrows, 0);
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | itree.h | 123 } *arrows; member in struct:event::bubble
|
H A D | itree.c | 111 * has everything it needs to construct the appropriate arrows. 668 * it can be used at the source of any arrows 677 * it construct the arrows as appropriate. 801 * the right side and create arrows to each element. 1150 * arrows in the instance tree. generate() looks at the cp pointers to 1155 * matches when generating the arrows in the instance tree. 1216 generate_new(); /* new set of arrows */ 1717 * Free arrows if they are FROM me. Free arrowlists on 1718 * other types of bubbles (but not the attached arrows, 1809 newb->arrows [all...] |
Completed in 116 milliseconds