Searched defs:octx (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | format-draw.c | 109 format_draw_put(struct screen_write_ctx *octx, u_int ocx, u_int ocy, in format_draw_put() 124 format_draw_put_list(struct screen_write_ctx *octx, in format_draw_put_list() 168 format_draw_none(struct screen_write_ctx *octx, u_int available, u_int ocx, in format_draw_none() 227 format_draw_left(struct screen_write_ctx *octx, u_int available, u_int ocx, in format_draw_left() 330 format_draw_centre(struct screen_write_ctx *octx, u_int available, u_int ocx, in format_draw_centre() 438 format_draw_right(struct screen_write_ctx *octx, u_int available, u_int ocx, in format_draw_right() 544 format_draw_absolute_centre(struct screen_write_ctx *octx, u_int available, in format_draw_absolute_centre() 689 format_draw(struct screen_write_ctx *octx, const struct grid_cell *base, in format_draw()
|
/openbsd/usr.bin/ssh/ |
H A D | hmac.c | 29 struct ssh_digest_ctx *octx; member
|
H A D | umac.c | 1217 struct umac_ctx *ctx, *octx; in umac_new() local
|