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

/freebsd-10.1-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp122 int cur_v; member in class:dvi_printer
274 cur_v = pushed_v;
283 pushed_v = cur_v;
381 if (env->vpos != cur_v) {
382 out_signed(down1, env->vpos - cur_v);
383 cur_v = env->vpos;
391 if (cur_v > max_v)
392 max_v = cur_v;
509 cur_v = font::res;
571 if (v != cur_v) {
[all...]
/freebsd-10.1-release/contrib/tcsh/
H A Ded.refresh.c326 int cur_h, cur_v = 0, new_vcv; local
354 cur_v = vcursor_v;
362 cur_v = vcursor_v;
419 reprintf("\r\nCursorH = %d, CursorV = %d, cur_h = %d, cur_v = %d\r\n",
420 CursorH, CursorV, cur_h, cur_v);
425 MoveToLine(cur_v); /* go to where the cursor is */

Completed in 150 milliseconds