Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/vi/vi/
Dv_txt.c40 static int txt_insch(SCR *, TEXT *, CHAR_T *, u_int);
1312 insl_ch: if (txt_insch(sp, tp, &evp->e_c, flags))
2010 (void)txt_insch(sp, tp, &ch, 0);
2012 (void)txt_insch(sp, tp, &ch, 0);
2457 txt_insch(sp, tp, chp, flags) in txt_insch() function