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_mark.c,v 8.4 1993/12/02 10:47:23 bostic Exp $ (Berkeley) $Date: 1993/12/02 10:47:23 $";
12 #include <sys/types.h>
23 if (cmdp
->argv
[0]->len
!= 1) {
24 msgq(sp
, M_ERR
, "Mark names must be a single character.");
27 return (mark_set(sp
, ep
, cmdp
->argv
[0]->bp
[0], &cmdp
->addr1
, 1));