Searched refs:fgc (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | cmd-display-panes.c | 67 struct grid_cell fgc, bgc; in cmd_display_panes_draw_pane() local 130 memcpy(&fgc, &grid_default_cell, sizeof fgc); in cmd_display_panes_draw_pane() 133 fgc.fg = active_colour; in cmd_display_panes_draw_pane() 136 fgc.fg = colour; in cmd_display_panes_draw_pane() 147 tty_attributes(tty, &fgc, &grid_default_cell, NULL, NULL); in cmd_display_panes_draw_pane() 182 tty_attributes(tty, &fgc, &grid_default_cell, NULL, NULL); in cmd_display_panes_draw_pane()
|
/openbsd/sys/dev/usb/ |
H A D | udl.c | 936 uint16_t fgc, bgc; in udl_putchar() local 944 fgc = (uint16_t)sc->sc_ri.ri_devcmap[fg]; in udl_putchar() 961 r = udl_draw_char(sc, fgc, bgc, uc, x, y); in udl_putchar()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-1996 | 3803 (init_decl_processing): Delete code relying on -fgc. 3807 (store_parm_decls): Delete -fgc calls to cp_expand_decl_cleanup 3812 (lang_f_options): Delete offering of -fgc. 3813 (lang_decode_option): Delete -fgc and -fno-gc handling. 3819 (build_component_addr): Delete -fgc warning.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | ChangeLog.2 | 20081 (init_decl_processing): Delete code relying on -fgc. 20085 (store_parm_decls): Delete -fgc calls to cp_expand_decl_cleanup 20090 (lang_f_options): Delete offering of -fgc. 20091 (lang_decode_option): Delete -fgc and -fno-gc handling. 20097 (build_component_addr): Delete -fgc warning.
|