Home
last modified time | relevance | path

Searched refs:lastsx (Results 1 – 1 of 1) sorted by relevance

/original-bsd/old/prof/
H A Dprof.c570 double time, lastx, lasty, lastsx; in plotprof() local
583 lastsx = 0.0; in plotprof()
589 tx = lastsx; in plotprof()
591 lastsx -= 2000.*time/totime; in plotprof()
594 line((int)tx, (int)ty, (int)lastsx, (int)lasty); in plotprof()