HomeSort by: relevance | last modified time | path
    Searched refs:ppx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tmux/dist/
window-copy.c 3270 window_copy_search_lr(struct grid *gd, struct grid *sgd, u_int *ppx, u_int py,
3306 *ppx = ax;
3315 struct grid *sgd, u_int *ppx, u_int py, u_int first, u_int last, int cis)
3350 *ppx = ax - 1;
3358 window_copy_search_lr_regex(struct grid *gd, u_int *ppx, u_int *psx, u_int py,
3403 *ppx = foundx;
3412 *psx -= *ppx;
3419 *ppx = 0;
3425 window_copy_search_rl_regex(struct grid *gd, u_int *ppx, u_int *psx, u_int py,
3455 if (window_copy_last_regex(gd, py, first, last, len, ppx, psx, buf
    [all...]
popup.c 59 u_int ppx; member in struct:popup_data
320 if (pd->ppx + pd->sx > tty->sx)
323 pd->px = pd->ppx;
452 pd->ppx = px;
771 pd->ppx = px;

Completed in 26 milliseconds