Searched refs:psx (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dpopup.c62 u_int psx; member in struct:popup_data
313 if (pd->psx > tty->sx)
316 pd->sx = pd->psx;
466 pd->psx = pd->sx;
716 pd->psx = sx;
H A Dwindow-copy.c3190 window_copy_search_lr_regex(struct grid *gd, u_int *ppx, u_int *psx, u_int py, argument
3239 *psx = foundx;
3241 *psx += gd->sx;
3244 *psx -= *ppx;
3252 *psx = 0;
3257 window_copy_search_rl_regex(struct grid *gd, u_int *ppx, u_int *psx, u_int py, argument
3287 if (window_copy_last_regex(gd, py, first, last, len, ppx, psx, buf,
3296 *psx = 0;
3343 u_int len, u_int *ppx, u_int *psx, const char *buf, const regex_t *preg,
3365 *psx
3342 window_copy_last_regex(struct grid *gd, u_int py, u_int first, u_int last, u_int len, u_int *ppx, u_int *psx, const char *buf, const regex_t *preg, int eflags) argument
3569 window_copy_search_back_overlap(struct grid *gd, regex_t *preg, u_int *ppx, u_int *psx, u_int *ppy, u_int endline) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DXHTML.pm29 my $psx = Pod::Simple::XHTML->new;
30 $psx->output_string(\my $html);
31 $psx->parse_file('path/to/Module/Name.pm');
40 $psx->html_charset('UTF-8');
41 $psx->html_encode_chars(q{&<>'"});

Completed in 191 milliseconds