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_put.c,v 8.2 1993/11/04 16:16:54 bostic Exp $ (Berkeley) $Date: 1993/11/04 16:16:54 $";
12 #include <sys/types.h>
21 * ex_put -- [line] pu[t] [buffer]
23 * Append a cut buffer into the file.
36 F_ISSET(cmdp
, E_BUFFER
) ? DEFCB
: cmdp
->buffer
,
40 F_SET(sp
, S_AUTOPRINT
);