Lines Matching refs:move
1034 int move; in readbuf() local
1051 move = Itabn - ((chars + Itabn) % Itabn); in readbuf()
1052 move = (move < width-chars) ? move : in readbuf()
1054 chars += move; in readbuf()
1166 int move = 0; in put() local
1194 move = Itabn - ((Lcolpos + Itabn) % Itabn); in put()
1195 move = (move < width-Lcolpos) ? move : width-Lcolpos; in put()
1196 Nspace += move; in put()
1197 Lcolpos += move; in put()
1220 move = -1; in put()
1238 move = 1; in put()
1240 move = 0; in put()
1242 move = wcwidth(wc); in put()
1244 move = 0; in put()
1250 if (Lcolpos > 0 || move > 0) in put()
1251 Lcolpos += move; in put()
1259 Outpos += move; in put()