ncl_gqopsg (3) Linux Manual Page
GQOPSG (Inquire name of open segment) – returns the name of the currently open segment. Synopsis CALL GQOPSG(ERRIND,SGNA) C-Binding Synopsis #include <ncarg/gks.h> void ginq_name_open_seg(Gint *err_ind, Gint *name_open_seg); Description ERRIND (Integer, Output) – If the GKS state is SGOP (segment open), then ERRIND is returned as "0"; otherwise ERRIND is returned as "4". SGNA (Integer, Output)…
