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-2009
38 University Corporation for Atmospheric Research
39 The use of this Software is governed by a License Agreement.
40
41
42
43UNIX March 1993 SFLUSH(3NCARG)