Home
last modified time | relevance | path

Searched refs:e_c (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dkey.c394 evp->e_c = *p_s++; in v_event_push()
395 evp->e_value = KEY_VAL(sp, evp->e_c); in v_event_push()
427 evp->e_c = *s++; in v_event_append()
428 evp->e_value = KEY_VAL(sp, evp->e_c); in v_event_append()
632 ((evp->e_c & ~MAX_BIT_SEQ) == 0 && in v_event_get()
633 !bit_test(gp->seqb, evp->e_c))) in v_event_get()
667 nomap: if (!ISDIGIT(evp->e_c) && LF_ISSET(EC_MAPNODIGIT)) in v_event_get()
680 not_digit: argp->e_c = CH_NOT_DIGIT; in v_event_get()
H A Dseq.c210 if (qp->input[0] > e_input->e_c) in seq_find()
212 if (qp->input[0] < e_input->e_c || in seq_find()
365 if (*p1++ != ep->e_c) in e_memcmp()
366 return (*--p1 - ep->e_c); in e_memcmp()
H A Dkey.h115 #define e_c _u_event._e_ch.c macro
/freebsd/contrib/nvi/ex/
H A Dex_txt.c249 tp->lb[0] = ev.e_c; in ex_txt()
328 ins_ch: if (LF_ISSET(TXT_BEAUTIFY) && ISCNTRL(ev.e_c) && in ex_txt()
332 tp->lb[tp->len++] = ev.e_c; in ex_txt()
H A Dex_subst.c653 ev.e_c = TAILQ_FIRST(tiq)->lb[0]; in s()
656 switch (ev.e_c) { in s()
/freebsd/contrib/nvi/vi/
H A Dv_txt.c557 O_STR(sp, O_CEDIT)[0] == evp->e_c) in v_txt()
560 O_STR(sp, O_FILEC)[0] == evp->e_c) in v_txt()
604 if (evp->e_c == ' ') in v_txt()
641 if (hexcnt > 1 && !ISXDIGIT(evp->e_c)) { in v_txt()
687 if (txt_abbrev(sp, tp, &evp->e_c, \ in v_txt()
1187 evp->e_c = '^'; in v_txt()
1220 cp = STRCHR(match_chars, evp->e_c); in v_txt()
1252 if (!inword(evp->e_c)) { in v_txt()
1255 if (txt_abbrev(sp, tp, &evp->e_c, in v_txt()
1264 if (isblank(evp->e_c) && UNMAP_TST) in v_txt()
[all …]
H A Dvi.c415 key = ev.e_c; \
486 key = ev.e_c; in v_cmd()
1133 ev.e_c = fkey; in v_count()
1140 tc = count * 10 + ev.e_c - '0'; in v_count()
1147 } while (ISDIGIT(ev.e_c)); in v_count()
1155 } while (ISDIGIT(ev.e_c)); in v_count()
H A Dvs_msg.c821 ev.e_c = CH_QUIT; in vs_wait()
829 if (ev.e_c == CH_QUIT) in vs_wait()
833 if (ev.e_c == ':' && continuep != NULL) in vs_wait()
H A Dv_replace.c117 vip->rlast = ev.e_c; in v_replace()