| /netbsd/src/external/gpl3/gdb/dist/sim/rx/ |
| D | rx.c | 655 #define GS() get_op (opcode, 1) macro 662 #define US1() ((opcode->op[2].type == RX_Operand_None) ? GD() : GS()) 663 #define US2() ((opcode->op[2].type == RX_Operand_None) ? GS() : GS2()) 813 fb = GS (); \ 1009 sll = GS (); in decode_opcode() 1033 mb = GS (); in decode_opcode() 1045 mb = GS (); in decode_opcode() 1060 mb = GS (); in decode_opcode() 1071 if (opcode->op[1].type == RX_Operand_None || GS()) in decode_opcode() 1103 if (opcode->op[1].type == RX_Operand_None || GS()) in decode_opcode() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/rl78/ |
| D | rl78.c | 299 #define GS() get_op (&opcode, 1, 1) macro 450 a = GS (); in decode_opcode() 461 a = GS (); in decode_opcode() 472 a = GS (); in decode_opcode() 484 if (!condition_true (opcode.op[1].condition, GS ())) in decode_opcode() 547 b = GS (); in decode_opcode() 609 a = GS (); in decode_opcode() 694 a = GS (); in decode_opcode() 739 a = GS (); in decode_opcode() 754 a = GS (); in decode_opcode() [all …]
|
| /netbsd/src/external/bsd/nvi/dist/common/ |
| D | gs.c | 34 GS * 37 GS *gp; in gs_init() 45 CALLOC_NOMSG(NULL, gp, GS *, 1, sizeof(GS)); in gs_init() 75 gs_new_win(GS *gp) in gs_new_win() 144 gs_end(GS *gp) in gs_end()
|
| D | screen.h | 37 GS *gp; /* Pointer to global area. */ 98 GS *gp; /* Pointer to global area. */
|
| D | key.c | 112 GS *gp; in v_key_init() 208 GS *gp; in v_key_ilookup() 526 GS *gp; in v_event_get() 742 GS *gp; in v_sync()
|
| D | screen.c | 45 screen_init(GS *gp, SCR *orig, SCR **spp) in screen_init() 241 GS *gp; in screen_next()
|
| D | nothread.c | 42 thread_init(GS *gp) in thread_init()
|
| D | common.h | 45 typedef struct _gs GS; typedef
|
| /netbsd/src/external/bsd/nvi/dist/cl/ |
| D | cl_main.c | 39 GS *__global_list; /* GLOBAL: List of screens. */ 49 static void sig_end __P((GS *)); 61 GS *gp; in main() 184 GS *gp; in cl_init() 333 sig_init(GS *gp, SCR *sp) in sig_init() 406 sig_end(GS *gp) in sig_end() 426 GS *gp; in cl_func_std()
|
| D | cl_screen.c | 41 static int cl_ex_end __P((GS *)); 44 static int cl_vi_end __P((GS *)); 59 GS *gp; in cl_screen() 163 cl_quit(GS *gp) in cl_quit() 417 cl_vi_end(GS *gp) in cl_vi_end() 555 cl_ex_end(GS *gp) in cl_ex_end()
|
| /netbsd/src/external/bsd/nvi/dist/vi/ |
| D | vs_msg.c | 67 GS *gp; in vs_busy() 167 GS *gp; in vs_update() 237 GS *gp; in vs_msg() 403 GS *gp; in vs_output() 528 GS *gp; in vs_ex_resolve() 652 GS *gp; in vs_resolve() 760 GS *gp; in vs_scroll() 796 GS *gp; in vs_wait() 864 GS *gp; in vs_divider() 883 GS *gp; in vs_msgsave()
|
| D | vs_split.c | 53 GS *gp; in vs_split() 215 GS *gp; in vs_vsplit() 344 GS *gp; in vs_discard() 623 GS *gp; in vs_fg() 678 GS *gp; in vs_bg() 718 GS *gp; in vs_swap() 815 GS *gp; in vs_resize() 936 GS *gp; in vs_getbg()
|
| D | v_ex.c | 67 GS *gp; in v_exmode() 510 GS *gp; in v_ecl() 641 GS *gp; in v_ecl_init()
|
| /netbsd/src/external/bsd/nvi/docs/internals/ |
| D | structures | 4 structure per screen type. The first is a single global structure (GS) 11 references the GS structure. 13 The GS structure contains linked lists of screen (SCR) structures. 16 The GS structure has a set of functions which update the screen and/or 18 The GS structure never goes away. The SCR structure persists over
|
| /netbsd/src/external/bsd/nvi/dist/ip/ |
| D | ip_main.c | 36 GS *__global_list; /* GLOBAL: List of screens. */ 56 GS *gp; in main() 124 GS *gp; in run_editor() 281 GS *gp; in ip_func_std()
|
| D | ip_read.c | 37 extern GS *__global_list; 215 GS *gp; in ip_read() 372 GS *gp; in ip_resize()
|
| D | ip_screen.c | 38 GS *gp; in ip_screen()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | amd64-linux-nat.c | 77 FS * 8, GS * 8, /* %fs, %gs */ 360 gdb_assert (GS < ELF_NGREG); in ps_get_thread_area() 378 case GS: in ps_get_thread_area()
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | geo | 60 # GS%2B-6063-BB-GS%2B-Broadcast-Raw-Data-File-Format-Command-Specification.pdf 73 # filename; original file name like: "C:\GS+\Projects\Default\Raw Data Files\060116342.rdf"
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ascii.h | 72 #define GS 29 macro
|
| /netbsd/src/external/bsd/nvi/dist/ex/ |
| D | ex_read.c | 59 GS *gp; in ex_read() 309 GS *gp; in ex_readfp()
|
| D | ex_tcl.c | 51 GS *gp; in ex_tcl()
|
| /netbsd/src/sys/dev/videomode/ |
| D | ediddevs | 104 product VSC 17GS 0x0c00 17GS
|
| /netbsd/src/lib/libc/gen/ |
| D | unvis.c | 202 #define GS(a) ((a) & 0xff) in unvis() macro 208 st = GS(*astate); in unvis()
|
| /netbsd/src/sys/arch/x68k/include/ |
| D | kbdmap.h | 35 #define GS 29 macro
|