Searched refs:ex_prchars (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/usr.bin/vi/ex/ |
| D | ex_print.c | 26 static int ex_prchars(SCR *, const char *, size_t *, size_t, u_int, int); 120 if (ex_prchars(sp, p, &col, 8, 0, 0)) 156 if (len > 0 && ex_prchars(sp, p, &col, len, LF_ISSET(E_C_LIST), 0)) 160 if (ex_prchars(sp, p, &col, 1, LF_ISSET(E_C_LIST), 0)) 185 if (ex_prchars(sp, p, &col, 8, 0, 0)) 192 if (ex_prchars(sp, p, &col, fp->cno, 0, ' ')) 195 if (ex_prchars(sp, 201 if (ex_prchars(sp, p, &col, 5, 0, 0)) 212 ex_prchars(sp, p, colp, len, flags, repeatc) in ex_prchars() function
|