Searched refs:vs_line (Results 1 – 6 of 6) sorted by relevance
| /dflybsd-src/contrib/nvi2/vi/ |
| H A D | vs_smap.c | 342 if (vs_line(sp, ++p, NULL, NULL)) in vs_sm_delete() 398 if (vs_line(sp, t, NULL, NULL)) in vs_sm_insert() 434 if (vs_line(sp, p, NULL, NULL)) in vs_sm_reset() 468 if (vs_line(sp, t, NULL, NULL)) in vs_sm_reset() 488 if (vs_line(sp, t, NULL, NULL)) in vs_sm_reset() 497 if (vs_line(sp, ++t, NULL, NULL)) in vs_sm_reset() 639 if (vs_line(sp, TMAP, NULL, NULL)) in vs_sm_up() 733 if (!SMAP_CACHE(smp) && vs_line(sp, smp, NULL, NULL)) in vs_sm_up() 767 return (vs_line(sp, TMAP, NULL, NULL)); in vs_sm_1up() 947 if (!SMAP_CACHE(smp) && vs_line(sp, smp, NULL, NULL)) in vs_sm_down() [all …]
|
| H A D | vs_refresh.c | 49 if (vs_line(sp, smp, NULL, NULL)) in vs_repaint() 264 if (vs_line(sp, TMAP, NULL, NULL)) in vs_paint() 642 if (vs_line(sp, smp, &y, &SCNO)) in vs_paint() 662 if (vs_line(sp, smp, &y, &SCNO)) in vs_paint()
|
| H A D | vs_line.c | 37 vs_line(SCR *sp, SMAP *smp, size_t *yp, size_t *xp) in vs_line() function
|
| H A D | v_txt.c | 2631 if (vs_line(sp, &TMAP[0], NULL, NULL)) in txt_isrch()
|
| /dflybsd-src/usr.bin/vi/ |
| H A D | Makefile | 79 SRCS+= vs_line.c vs_msg.c vs_refresh.c vs_relative.c vs_smap.c vs_split.c
|
| H A D | vi_extern.h | 114 int vs_line(SCR *, SMAP *, size_t *, size_t *);
|