2 * Copyright (c) 1992, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 * Copyright (c) 1992, 1993, 1994, 1995, 1996
5 * Keith Bostic. All rights reserved.
7 * See the LICENSE file for redistribution information.
12 #include <sys/types.h>
13 #include <sys/queue.h>
16 #include <bitstring.h>
20 #include "../common/common.h"
26 * PUBLIC: int ex_set(SCR *, EXCMD *);
29 ex_set(SCR
*sp
, EXCMD
*cmdp
)
33 opts_dump(sp
, CHANGED_DISPLAY
);
36 if (opts_set(sp
, cmdp
->argv
, cmdp
->cmd
->usage
))