Searched refs:cur_h (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp121 int cur_h; member in class:dvi_printer
273 cur_h = pushed_h;
282 pushed_h = cur_h;
368 int distance = env->hpos - cur_h;
371 cur_h = env->hpos;
375 cur_h = env->hpos - max_drift;
379 cur_h = env->hpos + max_drift;
387 cur_h += scale(f->get_width(idx, UNITWIDTH)/MULTIPLIER,
389 if (cur_h > max_h)
390 max_h = cur_h;
[all...]
/freebsd-10-stable/contrib/tcsh/
H A Ded.refresh.c356 int cur_h, cur_v = 0, new_vcv; local
378 cur_h = -1; /* set flag in case I'm not set */
382 if (cp >= Cursor && cur_h == -1) {
383 cur_h = vcursor_h; /* save for later */
390 if (cur_h == -1) { /* if I haven't been set yet, I'm at the end */
391 cur_h = vcursor_h;
449 reprintf("\r\nCursorH = %d, CursorV = %d, cur_h = %d, cur_v = %d\r\n",
450 CursorH, CursorV, cur_h, cur_v);
456 MoveToChar(cur_h);

Completed in 481 milliseconds