Lines Matching refs:ppx
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,
3463 *ppx = 0;
3516 u_int len, u_int *ppx, u_int *psx, const char *buf, const regex_t *preg,
3537 *ppx = savepx;
3543 *psx -= *ppx;
3554 *ppx = savepx;
3558 *ppx = 0;
3605 window_copy_cstrtocellpos(struct grid *gd, u_int ncells, u_int *ppx, u_int *ppy,
3622 px = *ppx;
3674 px = *ppx + cell;
3681 *ppx = px;
3742 window_copy_search_back_overlap(struct grid *gd, regex_t *preg, u_int *ppx,
3748 oldendx = *ppx + *psx;
3756 px = *ppx;
3772 *ppx = px;
5525 const char *separators, u_int *ppx, u_int *ppy)
5547 *ppx = px;
5584 const char *separators, u_int *ppx, u_int *ppy)
5598 *ppx = px;