Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/vi/
Dv_txt.c41 static int txt_insch(SCR *, TEXT *, CHAR_T *, u_int);
1271 insl_ch: if (txt_insch(sp, tp, &evp->e_c, flags)) in v_txt()
1956 (void)txt_insch(sp, tp, &ch, 0); in txt_dent()
1958 (void)txt_insch(sp, tp, &ch, 0); in txt_dent()
2390 txt_insch(SCR *sp, TEXT *tp, CHAR_T *chp, u_int flags) in txt_insch() function