Searched refs:e_c (Results 1 – 11 of 11) sorted by relevance
/openbsd/usr.bin/calendar/ |
H A D | ostern.c | 39 int e_a, e_b, e_c, e_d, e_e,e_f, e_g, e_h, e_i, e_k; in easter() local 45 e_c = year % 100; in easter() 52 e_i = e_c / 4; in easter() 53 e_k = e_c % 4; in easter() 69 e_a, e_b, e_c, e_d, e_e, e_f, e_g, e_h, in easter()
|
/openbsd/usr.bin/vi/common/ |
H A D | key.c | 360 evp->e_c = *p_s++; in v_event_push() 361 evp->e_value = KEY_VAL(sp, evp->e_c); in v_event_push() 393 evp->e_c = *s++; in v_event_append() 394 evp->e_value = KEY_VAL(sp, evp->e_c); in v_event_append() 598 (evp->e_c < MAX_BIT_SEQ && !bit_test(gp->seqb, evp->e_c))) in v_event_get() 632 nomap: if (!isdigit(evp->e_c) && LF_ISSET(EC_MAPNODIGIT)) in v_event_get() 645 not_digit: argp->e_c = CH_NOT_DIGIT; in v_event_get()
|
H A D | seq.c | 197 if (qp->input[0] > e_input->e_c) in seq_find() 199 if (qp->input[0] < e_input->e_c || in seq_find() 355 if (*p1++ != ep->e_c) in e_memcmp() 356 return (*--p1 - ep->e_c); in e_memcmp()
|
H A D | key.h | 94 #define e_c _u_event._e_ch.c macro
|
/openbsd/usr.bin/vi/ex/ |
H A D | ex_txt.c | 248 tp->lb[0] = ev.e_c; in ex_txt() 326 ins_ch: if (LF_ISSET(TXT_BEAUTIFY) && iscntrl(ev.e_c) && in ex_txt() 330 tp->lb[tp->len++] = ev.e_c; in ex_txt()
|
H A D | ex_subst.c | 643 ev.e_c = TAILQ_FIRST(&tiq)->lb[0]; in s() 646 switch (ev.e_c) { in s()
|
/openbsd/usr.bin/vi/vi/ |
H A D | v_txt.c | 528 evp->e_c = 033; in v_txt() 567 O_STR(sp, O_CEDIT)[0] == evp->e_c) in v_txt() 570 O_STR(sp, O_FILEC)[0] == evp->e_c) in v_txt() 611 if (evp->e_c == ' ') in v_txt() 648 if (hexcnt > 1 && !isxdigit(evp->e_c)) { in v_txt() 694 if (txt_abbrev(sp, tp, &evp->e_c, \ in v_txt() 1196 evp->e_c = '^'; in v_txt() 1253 if (!inword(evp->e_c)) { in v_txt() 1256 if (txt_abbrev(sp, tp, &evp->e_c, in v_txt() 1265 if (isblank(evp->e_c) && UNMAP_TST) in v_txt() [all …]
|
H A D | vi.c | 426 (key) = ev.e_c; \ 492 key = ev.e_c; in v_cmd() 1128 ev.e_c = fkey; in v_count() 1135 tc = count * 10 + ev.e_c - '0'; in v_count() 1142 } while (isdigit(ev.e_c)); in v_count() 1150 } while (isdigit(ev.e_c)); in v_count()
|
H A D | v_replace.c | 118 vip->rlast = ev.e_c; in v_replace()
|
H A D | vs_msg.c | 829 ev.e_c = CH_QUIT; in vs_wait() 837 if (ev.e_c == CH_QUIT) in vs_wait() 841 if (ev.e_c == ':' && continuep != NULL) in vs_wait()
|
/openbsd/usr.bin/vi/docs/ |
H A D | TODO | 87 E_CHARACTER, /* Input character: e_c set. */
|