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

/freebsd-11-stable/contrib/nvi/ex/
H A Dex_visual.c153 if (ex_init(sp))
H A Dex_util.c120 * ex_init --
123 * PUBLIC: int ex_init(SCR *);
126 ex_init(SCR *sp) function
H A Dextern.h118 int ex_init(SCR *);
H A Dex.c64 if (ex_init(sp))
/freebsd-11-stable/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-11-stable/sys/dev/ex/
H A Dif_ex.c101 static void ex_init(void *);
239 ifp->if_init = ex_init;
305 ex_init(void *xsc) function
321 DODEBUG(Start_End, printf("%s: ex_init: start\n", ifp->if_xname););
404 DODEBUG(Start_End, printf("%s: ex_init: finish\n", ifp->if_xname););
606 sc->tx_last = 0; /* XXX I think these two lines are not necessary, because ex_init will always be called again to reinit the interface. */
845 ex_init(sc);
900 * as this is only called from ex_init */
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_msg.c283 if (ex_init(sp))

Completed in 74 milliseconds