Home
last modified time | relevance | path

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

/netbsd/external/bsd/nvi/dist/vi/
H A Dvs_split.c38 static SCR *vs_getbg __P((SCR *, const char *));
638 nsp = vs_getbg(sp, np); in vs_fg()
726 if ((*nspp = nsp = vs_getbg(sp, name)) == NULL) in vs_swap()
934 vs_getbg(SCR *sp, const char *name) in vs_getbg() function