Home
last modified time | relevance | path

Searched defs:gc (Results 1 – 25 of 42) sorted by relevance

12

/minix3/external/bsd/tmux/dist/
H A Dgrid-cell.c27 grid_cell_width(const struct grid_cell *gc) in grid_cell_width()
34 grid_cell_get(const struct grid_cell *gc, struct utf8_data *ud) in grid_cell_get()
43 grid_cell_set(struct grid_cell *gc, const struct utf8_data *ud) in grid_cell_set()
51 grid_cell_one(struct grid_cell *gc, u_char ch) in grid_cell_one()
H A Dstyle.c26 style_parse(const struct grid_cell *defgc, struct grid_cell *gc, in style_parse()
113 style_tostring(struct grid_cell *gc) in style_tostring()
154 struct grid_cell *gc; in style_update_new() local
173 style_update_old(struct options *oo, const char *name, struct grid_cell *gc) in style_update_old()
200 style_apply(struct grid_cell *gc, struct options *oo, const char *name) in style_apply()
219 style_apply_update(struct grid_cell *gc, struct options *oo, const char *name) in style_apply_update()
H A Dscreen-write.c68 screen_write_putc(struct screen_write_ctx *ctx, struct grid_cell *gc, u_char ch) in screen_write_putc()
149 struct screen_write_ctx *ctx, struct grid_cell *gc, const char *fmt, ...) in screen_write_puts()
161 ssize_t maxlen, struct grid_cell *gc, int utf8flag, const char *fmt, ...) in screen_write_nputs()
172 struct grid_cell *gc, int utf8flag, const char *fmt, va_list ap) in screen_write_vnputs()
225 ssize_t maxlen, struct grid_cell *gc, int utf8flag, const char *fmt, ...) in screen_write_cnputs()
299 const struct grid_cell *gc; in screen_write_copy() local
347 const struct grid_cell *gc; in screen_write_initctx() local
501 struct grid_cell gc; in screen_write_alignmenttest() local
898 screen_write_cell(struct screen_write_ctx *ctx, const struct grid_cell *gc) in screen_write_cell()
1009 struct grid_cell *gc; in screen_write_combine() local
[all …]
H A Dgrid.c41 #define grid_put_cell(gd, px, py, gc) do { \ argument
45 #define grid_put_utf8(gd, px, py, gc) do { \ argument
270 grid_set_cell(struct grid *gd, u_int px, u_int py, const struct grid_cell *gc) in grid_set_cell()
408 grid_string_cells_fg(const struct grid_cell *gc, int *values) in grid_string_cells_fg()
449 grid_string_cells_bg(const struct grid_cell *gc, int *values) in grid_string_cells_bg()
495 const struct grid_cell *gc, char *buf, size_t len, int escape_c0) in grid_string_cells_code()
586 const struct grid_cell *gc; in grid_string_cells() local
H A Dcolour.c127 colour_set_fg(struct grid_cell *gc, int c) in colour_set_fg()
136 colour_set_bg(struct grid_cell *gc, int c) in colour_set_bg()
H A Dclock.c103 struct grid_cell gc; in clock_draw() local
H A Dtty.c614 const struct grid_cell *gc; in tty_draw_line() local
1093 tty_cell(struct tty *tty, const struct grid_cell *gc) in tty_cell()
1133 struct grid_cell *gc = &tty->cell; in tty_reset() local
1312 tty_attributes(struct tty *tty, const struct grid_cell *gc) in tty_attributes()
1380 tty_colours(struct tty *tty, const struct grid_cell *gc) in tty_colours()
1449 tty_check_fg(struct tty *tty, struct grid_cell *gc) in tty_check_fg()
1478 tty_check_bg(struct tty *tty, struct grid_cell *gc) in tty_check_bg()
1509 tty_colours_fg(struct tty *tty, const struct grid_cell *gc) in tty_colours_fg()
1542 tty_colours_bg(struct tty *tty, const struct grid_cell *gc) in tty_colours_bg()
H A Dwindow-copy.c277 struct grid_cell gc; in window_copy_vadd() local
947 const struct grid_cell *gc, *sgc; in window_copy_search_compare() local
1021 struct grid_cell gc; in window_copy_search_up() local
1088 struct grid_cell gc; in window_copy_search_down() local
1172 struct grid_cell gc; in window_copy_write_line() local
1286 struct grid_cell gc; in window_copy_update_selection() local
1500 const struct grid_cell *gc; in window_copy_copy_line() local
1564 const struct grid_cell *gc; in window_copy_in_set() local
1581 const struct grid_cell *gc; in window_copy_find_length() local
1629 const struct grid_cell *gc; in window_copy_cursor_back_to_indentation() local
[all …]
H A Dstatus.c79 time_t t, int utf8flag, struct grid_cell *gc, size_t *size) in status_redraw_get_left()
100 time_t t, int utf8flag, struct grid_cell *gc, size_t *size) in status_redraw_get_right()
141 struct grid_cell stdgc, lgc, rgc, gc; in status_redraw() local
626 struct client *c, struct winlink *wl, time_t t, struct grid_cell *gc) in status_print()
735 struct grid_cell gc; in status_message_redraw() local
852 struct grid_cell gc, *gcp; in status_prompt_redraw() local
H A Dcmd-capture-pane.c93 struct grid_cell *gc = NULL; in cmd_capture_pane_history() local
H A Dscreen.c254 u_int ex, u_int ey, u_int rectflag, struct grid_cell *gc) in screen_set_selection()
H A Dgrid-view.c50 struct grid *gd, u_int px, u_int py, const struct grid_cell *gc) in grid_view_set_cell()
H A Dscreen-redraw.c348 struct grid_cell gc; in screen_redraw_draw_number() local
/minix3/external/bsd/nvi/dist/vi/
H A Dv_match.c46 int cnt, isempty, matchc, startc, (*gc)__P((SCR *, VCS *)); in v_match() local
/minix3/sys/ufs/chfs/
H A Dchfs_gc.c71 struct garbage_collector_thread *gc = &chmp->chm_gc_thread; in chfs_gc_trigger() local
85 struct garbage_collector_thread *gc = &chmp->chm_gc_thread; in chfs_gc_thread() local
120 struct garbage_collector_thread *gc = &chmp->chm_gc_thread; in chfs_gc_thread_start() local
134 struct garbage_collector_thread *gc = &chmp->chm_gc_thread; in chfs_gc_thread_stop() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A D2008-08-07-AlignPadding1.c11 } gc; member
H A Dunion-init.c11 } gc; member
/minix3/external/bsd/elftoolchain/dist/libelf/
H A Dgelf_cap.c105 gelf_update_cap(Elf_Data *ed, int ndx, GElf_Cap *gc) in gelf_update_cap()
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-multiple-nonvirtual-inheritance.cpp173 GrandchildOverride gc; in emit_ctors() local
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Ddestructor-template.cpp69 template <typename T> int Marshal<T>::gc() { in gc() function in rdar13140795::Marshal
/minix3/external/mit/xorg/lib/libxcb/files/
H A Dxv.c937 xcb_gcontext_t gc /**< */, in xcb_xv_put_video_checked()
983 xcb_gcontext_t gc /**< */, in xcb_xv_put_video()
1029 xcb_gcontext_t gc /**< */, in xcb_xv_put_still_checked()
1075 xcb_gcontext_t gc /**< */, in xcb_xv_put_still()
1121 xcb_gcontext_t gc /**< */, in xcb_xv_get_video_checked()
1167 xcb_gcontext_t gc /**< */, in xcb_xv_get_video()
1213 xcb_gcontext_t gc /**< */, in xcb_xv_get_still_checked()
1259 xcb_gcontext_t gc /**< */, in xcb_xv_get_still()
2100 xcb_gcontext_t gc /**< */, in xcb_xv_put_image_checked()
2159 xcb_gcontext_t gc /**< */, in xcb_xv_put_image()
[all …]
H A Dxproto.c5554 xcb_gcontext_t gc /**< */, in xcb_change_gc_checked()
5589 xcb_gcontext_t gc /**< */, in xcb_change_gc()
5717 xcb_gcontext_t gc /**< */, in xcb_set_dashes_checked()
5754 xcb_gcontext_t gc /**< */, in xcb_set_dashes()
5823 xcb_gcontext_t gc /**< */, in xcb_set_clip_rectangles_checked()
5862 xcb_gcontext_t gc /**< */, in xcb_set_clip_rectangles()
5900 xcb_gcontext_t gc /**< */) in xcb_free_gc_checked()
5927 xcb_gcontext_t gc /**< */) in xcb_free_gc()
6028 xcb_gcontext_t gc /**< */, in xcb_copy_area_checked()
6071 xcb_gcontext_t gc /**< */, in xcb_copy_area()
[all …]
H A Dshm.c212 xcb_gcontext_t gc /**< */, in xcb_shm_put_image_checked()
267 xcb_gcontext_t gc /**< */, in xcb_shm_put_image()
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DGarbageCollection.rst309 .. _gcroot:
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dcxx0x-deleted-default-ctor.cpp59 good_const gc; variable

12