HomeSort by: relevance | last modified time | path
    Searched defs:ex_stop (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nvi/dist/ex/
ex_stop.c 1 /* $NetBSD: ex_stop.c,v 1.3 2014/01/26 21:43:45 christos Exp $ */
16 static const char sccsid[] = "Id: ex_stop.c,v 10.11 2001/06/25 15:19:20 skimo Exp (Berkeley) Date: 2001/06/25 15:19:20 ";
19 __RCSID("$NetBSD: ex_stop.c,v 1.3 2014/01/26 21:43:45 christos Exp $");
35 * ex_stop -- :stop[!]
39 * PUBLIC: int ex_stop __P((SCR *, EXCMD *));
42 ex_stop(SCR *sp, EXCMD *cmdp) function
  /src/sys/dev/ic/
elinkxl.c 408 ifp->if_stop = ex_stop;
627 ex_stop(ifp, 0);
1585 ex_stop(struct ifnet *ifp, int disable) function
1683 ex_stop(ifp, 1);
1737 ex_stop(&sc->sc_ethercom.ec_if, 1);

Completed in 43 milliseconds