1SFLUSH(3NCARG) NCAR GRAPHICS SFLUSH(3NCARG)
2
3
4
6 SFLUSH - Flushes polylines, accumulated through calls to the routines
7 PLOTIF and PLOTIT, from the SPPS polyline buffer shared by those
8 routines; updates all open workstations; and flushes all system-level
9 I/O buffers.
10
12 SFLUSH was called FLUSH in previous versions. The name was changed to
13 avoid a naming conflict with a common system routine.
14
16 CALL SFLUSH
17
19 #include <ncarg/ncargC.h>
20
21 void c_sflush()
22
24 Use the ncargex command to see the following relevant examples: (none)
25
27 To use SFLUSH or c_sflush, load the NCAR Graphics libraries ncarg,
28 ncarg_gks, and ncarg_c, preferably in that order.
29
31 Online: ngpict, frame, plotif, spps, spps_params, ncarg_cbind
32
33 Hardcopy: NCAR Graphics Fundamentals, UNIX Version; User's Guide for
34 NCAR GKS-0A Graphics
35
37 Copyright (C) 1987-2007
38 University Corporation for Atmospheric Research
39
40 This documentation is free software; you can redistribute it and/or
41 modify it under the terms of the GNU General Public License as
42 published by the Free Software Foundation; either version 2 of the
43 License, or (at your option) any later version.
44
45 This software is distributed in the hope that it will be useful, but
46 WITHOUT ANY WARRANTY; without even the implied warranty of
47 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
48 General Public License for more details.
49
50 You should have received a copy of the GNU General Public License along
51 with this software; if not, write to the Free Software Foundation,
52 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
53
54
55
56UNIX March 1993 SFLUSH(3NCARG)