Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/nvi/ex/
H A Dex_visual.c153 if (ex_init(sp)) in ex_visual()
H A Dex_util.c126 ex_init(SCR *sp) in ex_init() function
H A Dextern.h118 int ex_init(SCR *);
H A Dex.c64 if (ex_init(sp)) in ex()
/freebsd-12.1/sys/dev/ex/
H A Dif_ex.c103 static void ex_init(void *);
241 ifp->if_init = ex_init; in ex_attach()
307 ex_init(void *xsc) in ex_init() function
841 ex_init(sc); in ex_ioctl()
/freebsd-12.1/usr.bin/vi/
H A DMakefile57 ex_init.c ex_join.c ex_map.c ex_mark.c ex_mkexrc.c ex_move.c \
/freebsd-12.1/contrib/nvi/vi/
H A Dvs_msg.c283 if (ex_init(sp)) in vs_msg()