Lines Matching refs:esc
249 esc = 0; /* ??? */
302 esc += j;
382 esc += j;
391 if (esc)
466 if (esc > 0 && esc < 100) {
467 oput(esc / 10 + '0');
468 oput(esc % 10 + '0');
470 hpos += esc;
471 esc = 0;
473 if (esc)
480 if (esc)
489 if (esc += bd)
498 esc -= bd;
500 esc += w;
558 hpos += esc; in ptesc()
559 if (esc > 0) { in ptesc()
561 if (esc>=10 && esc<100) { in ptesc()
562 oput(esc/10 + '0'); in ptesc()
563 oput(esc%10 + '0'); in ptesc()
565 fdprintf(ptid, "%d", esc); in ptesc()
568 esc = 0; in ptesc()
625 esc = po; in dostop()