2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
5 * %sccs.include.redist.c%
9 static char sccsid
[] = "$Id: ex_source.c,v 8.2 1993/08/16 12:49:47 bostic Exp $ (Berkeley) $Date: 1993/08/16 12:49:47 $";
12 #include <sys/types.h>
18 * ex_source -- :source file
19 * Execute ex commands from a file.
22 ex_source(sp
, ep
, cmdp
)
27 return (ex_cfile(sp
, ep
, (char *)cmdp
->argv
[0]));