Searched refs:setcursor (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ie/
H A Demacs.c171 static void setcursor();
1316 setcursor(sptr-screen,*nptr);
1351 setcursor(w_size,longline);
1355 setcursor(i,0);
1367 setcursor(new,c) function
/ast/src/cmd/ksh93/edit/
H A Demacs.c174 static void setcursor(Emacs_t*,int, int);
1493 setcursor(ep,sptr-ep->screen,*nptr);
1533 setcursor(ep,w_size,longline);
1537 setcursor(ep,i,0);
1539 setcursor(ep,nscend+1-nscreen,0);
1550 static void setcursor(register Emacs_t *ep,register int newp,int c) function

Completed in 10 milliseconds