Home
last modified time | relevance | path

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

/freebsd/usr.bin/vi/
H A Dex_extern.h32 int cscope_end(SCR *);
/freebsd/contrib/nvi/ex/
H A Dextern.h32 int cscope_end(SCR *);
H A Dex_init.c102 if (cscope_end(sp)) in ex_screen_end()
H A Dex_cscope.c964 return cscope_end(sp); in cscope_reset()
974 cscope_end(SCR *sp) in cscope_end() function