Searched refs:vs_line (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/usr.bin/vi/vi/ |
| D | vs_smap.c | 337 if (vs_line(sp, ++p, NULL, NULL)) 395 if (vs_line(sp, t, NULL, NULL)) 433 if (vs_line(sp, p, NULL, NULL)) 467 if (vs_line(sp, t, NULL, NULL)) 487 if (vs_line(sp, t, NULL, NULL)) 496 if (vs_line(sp, ++t, NULL, NULL)) 647 if (vs_line(sp, TMAP, NULL, NULL)) 741 if (!SMAP_CACHE(smp) && vs_line(sp, smp, NULL, NULL)) 776 return (vs_line(sp, TMAP, NULL, NULL)); 956 if (!SMAP_CACHE(smp) && vs_line(sp, smp, NULL, NULL)) [all …]
|
| D | vs_refresh.c | 50 if (vs_line(sp, smp, NULL, NULL)) 266 if (vs_line(sp, TMAP, NULL, NULL)) 646 if (vs_line(sp, smp, &y, &SCNO)) 666 if (vs_line(sp, smp, &y, &SCNO))
|
| D | vs_line.c | 39 vs_line(sp, smp, yp, xp) in vs_line() function
|
| D | v_txt.c | 2685 if (vs_line(sp, &TMAP[0], NULL, NULL))
|
| /mirbsd/src/usr.bin/vi/build/ |
| D | Makefile | 45 v_zexit.c vi.c vs_line.c vs_msg.c vs_refresh.c vs_relative.c \
|
| /mirbsd/src/usr.bin/vi/include/ |
| D | vi_extern.h | 117 int vs_line(SCR *, SMAP *, size_t *, size_t *);
|