Home
last modified time | relevance | path

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

/freebsd/usr.bin/vi/
H A Dvi_extern.h144 int vs_swap(SCR *, SCR **, char *);
/freebsd/contrib/nvi/vi/
H A Dextern.h144 int vs_swap(SCR *, SCR **, char *);
H A Dvs_split.c628 if (vs_swap(sp, &nsp, np)) in vs_fg()
701 vs_swap(SCR *sp, SCR **nspp, char *name) in vs_swap() function
H A Dvi.c248 if (next == NULL && vs_swap(sp, &next, NULL)) in vi()