4 * Copyright (c) 1992, 1993, 1994
5 * The Regents of the University of California. All rights reserved.
6 * Copyright (c) 1992, 1993, 1994, 1995, 1996
7 * Keith Bostic. All rights reserved.
9 * See the LICENSE file for redistribution information.
15 static const char sccsid
[] = "Id: ex_set.c,v 10.8 2001/06/25 15:19:19 skimo Exp (Berkeley) Date: 2001/06/25 15:19:19";
18 #include <sys/types.h>
19 #include <sys/queue.h>
21 #include <bitstring.h>
25 #include "../common/common.h"
31 * PUBLIC: int ex_set __P((SCR *, EXCMD *));
34 ex_set(SCR
*sp
, EXCMD
*cmdp
)
38 opts_dump(sp
, CHANGED_DISPLAY
);
41 if (opts_set(sp
, cmdp
->argv
, cmdp
->cmd
->usage
))