Lines Matching refs:move
1036 int move; in readbuf() local
1053 move = Itabn - ((chars + Itabn) % Itabn); in readbuf()
1054 move = (move < width-chars) ? move : in readbuf()
1056 chars += move; in readbuf()
1167 int move = 0; in put() local
1195 move = Itabn - ((Lcolpos + Itabn) % Itabn); in put()
1196 move = (move < width-Lcolpos) ? move : width-Lcolpos; in put()
1197 Nspace += move; in put()
1198 Lcolpos += move; in put()
1221 move = -1; in put()
1239 move = 1; in put()
1241 move = 0; in put()
1243 move = wcwidth(wc); in put()
1245 move = 0; in put()
1251 if (Lcolpos > 0 || move > 0) in put()
1252 Lcolpos += move; in put()
1260 Outpos += move; in put()