Lines Matching refs:GS
1 /* $NetBSD: gs.c,v 1.4 2013/12/01 02:34:54 christos Exp $ */
31 * Create and partially initialize the GS structure.
32 * PUBLIC: GS * gs_init __P((char*));
34 GS *
37 GS *gp;
45 CALLOC_NOMSG(NULL, gp, GS *, 1, sizeof(GS));
58 /* Structures shared by screens so stored in the GS structure. */
71 * PUBLIC: WIN * gs_new_win __P((GS *gp));
75 gs_new_win(GS *gp)
141 * PUBLIC: void gs_end __P((GS *));
144 gs_end(GS *gp)