Searched refs:GS (Results 1 - 25 of 85) sorted by relevance

1234

/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp48 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, argument
54 GS.HasNonInstructionUser = true;
61 if (analyzeGlobalAux(CE, GS, PhiUsers))
64 if (!GS.HasMultipleAccessingFunctions) {
66 if (GS.AccessingFunction == 0)
67 GS.AccessingFunction = F;
68 else if (GS.AccessingFunction != F)
69 GS.HasMultipleAccessingFunctions = true;
72 GS.IsLoaded = true;
76 GS
174 analyzeGlobal(const Value *V, GlobalStatus &GS) argument
[all...]
/freebsd-10-stable/contrib/nvi/cl/
H A Dextern.h16 void cl_setname __P((GS *, char *));
20 int sig_init __P((GS *, SCR *));
23 int cl_quit __P((GS *));
26 int cl_term_end __P((GS *));
H A Dcl_main.c36 GS *__global_list; /* GLOBAL: List of screens. */
39 static void cl_func_std __P((GS *));
40 static CL_PRIVATE *cl_init __P((GS *));
41 static GS *gs_init __P((char *));
44 static void sig_end __P((GS *));
56 GS *gp;
162 * Create and partially initialize the GS structure.
164 static GS *
167 GS *gp;
175 CALLOC_NOMSG(NULL, gp, GS *,
[all...]
H A Dcl_screen.c35 static int cl_ex_end __P((GS *));
38 static int cl_vi_end __P((GS *));
53 GS *gp;
134 * PUBLIC: int cl_quit __P((GS *));
137 cl_quit(GS *gp)
190 GS *gp;
391 cl_vi_end(GS *gp)
508 cl_ex_end(GS *gp)
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h76 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
/freebsd-10-stable/contrib/ntp/include/
H A Dascii.h70 #define GS 29 macro
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DSolaris.h33 #undef GS macro
/freebsd-10-stable/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh482 GS="$GROFF_GHOSTSCRIPT_INTERPRETER"
483 test -f "$GS" && test -x "$GS" || GS=":"
487 GS=`searchpath $prog "$PATH"`
488 test "$GS" = ":" || break
494 if test "$GS" = ":"
553 PDFWRITE="$GS -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pdfwrite"
/freebsd-10-stable/sys/cddl/dev/dtrace/x86/
H A Dregset.h144 #define GS 0 macro
146 #define GS 18 macro
/freebsd-10-stable/contrib/gdb/gdb/
H A Di386v4-nat.c55 #define GS 0 (in <sys/reg.h>)
98 DS, ES, FS, GS,
/freebsd-10-stable/contrib/nvi/common/
H A Dcommon.h32 typedef struct _gs GS; typedef in typeref:struct:_gs
H A Dextern.h7 void cut_close __P((GS *));
54 int editor __P((GS *, int, char *[]));
55 void v_end __P((GS *));
67 void msg_close __P((GS *));
102 int screen_init __P((GS *, SCR *, SCR **));
116 void seq_close __P((GS *));
H A Dmem.h64 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \
82 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \
105 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \
121 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \
138 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \
H A Dkey.c106 GS *gp;
189 GS *gp;
365 GS *gp;
417 GS *gp;
545 GS *gp;
761 GS *gp;
831 GS *gp;
849 GS *gp;
H A Dmain.c41 static void attach __P((GS *));
49 * PUBLIC: int editor __P((GS *, int, char *[]));
53 GS *gp,
85 /* Structures shared by screens so stored in the GS structure. */
439 * PUBLIC: void v_end __P((GS *));
443 GS *gp;
579 attach(GS *gp)
H A Dscreen.h40 GS *gp; /* Pointer to global area. */
H A Dscreen.c35 * PUBLIC: int screen_init __P((GS *, SCR *, SCR **));
39 GS *gp,
54 sp->gp = gp; /* All ref the GS structure. */
213 GS *gp;
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Dregs.sed.in44 SED_REPLACE(GS)
/freebsd-10-stable/contrib/nvi/vi/
H A Dvs_msg.c61 GS *gp;
163 GS *gp;
233 GS *gp;
395 GS *gp;
515 GS *gp;
639 GS *gp;
745 GS *gp;
781 GS *gp;
849 GS *gp;
868 GS *g
[all...]
H A Dvs_split.c33 static void vs_insert __P((SCR *sp, GS *gp));
48 GS *gp;
210 GS *gp;
298 vs_insert(SCR *sp, GS *gp)
339 GS *gp;
456 GS *gp;
616 GS *gp;
669 GS *gp;
707 GS *gp;
802 GS *g
[all...]
H A Dv_ex.c61 GS *gp;
327 GS *gp;
497 GS *gp;
626 GS *gp;
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_screen.c103 GS *gp;
H A Dex_display.c127 GS *gp;
H A Dex_print.c94 GS *gp;
208 GS *gp;
/freebsd-10-stable/contrib/groff/src/roff/grog/
H A Dgrog.pl51 elsif (/^\.GS$sp/) {

Completed in 307 milliseconds

1234