Lines Matching refs:esc
251 esc = 0; /* ??? */
304 esc += j;
384 esc += j;
393 if (esc)
468 if (esc > 0 && esc < 100) {
469 oput(esc / 10 + '0');
470 oput(esc % 10 + '0');
472 hpos += esc;
473 esc = 0;
475 if (esc)
482 if (esc)
491 if (esc += bd)
500 esc -= bd;
502 esc += w;
560 hpos += esc; in ptesc()
561 if (esc > 0) { in ptesc()
563 if (esc>=10 && esc<100) { in ptesc()
564 oput(esc/10 + '0'); in ptesc()
565 oput(esc%10 + '0'); in ptesc()
567 fdprintf(ptid, "%d", esc); in ptesc()
570 esc = 0; in ptesc()
626 esc = po; in dostop()