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

  /src/external/bsd/tmux/dist/
window-copy.c 3362 u_int endline, foundx, foundy, len, pywrap, size = 1; local
3398 foundx = first;
3400 window_copy_cstrtocellpos(gd, len, &foundx, &foundy,
3402 if (foundy == py && foundx < last) {
3403 *ppx = foundx;
3404 len -= foundx - first;
3405 window_copy_cstrtocellpos(gd, len, &foundx, &foundy,
3407 *psx = foundx;
3519 u_int foundx, foundy, oldx, px = 0, savepx, savesx = 0; local
3522 foundx = first
    [all...]
window-copy.c 3362 u_int endline, foundx, foundy, len, pywrap, size = 1; local
3398 foundx = first;
3400 window_copy_cstrtocellpos(gd, len, &foundx, &foundy,
3402 if (foundy == py && foundx < last) {
3403 *ppx = foundx;
3404 len -= foundx - first;
3405 window_copy_cstrtocellpos(gd, len, &foundx, &foundy,
3407 *psx = foundx;
3519 u_int foundx, foundy, oldx, px = 0, savepx, savesx = 0; local
3522 foundx = first
    [all...]

Completed in 31 milliseconds