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

/ast/src/cmd/ie/
H A Dvi.c1270 * This routine will move cur_virt forward to the next nth word.
1275 forward(nwords, cmd) function
1623 case 't': /** find up to new char forward **/
1624 case 'f': /** find new char forward **/
1684 case 'w': /** forward word **/
1686 forward(repeat, motion);
2512 case 'x': /** delete repeat chars forward - dl **/
/ast/src/cmd/ksh93/edit/
H A Dvi.c1277 * This routine will move cur_virt forward to the next nth word.
1281 static void forward(Vi_t *vp,register int nwords, int cmd) function
1739 case 't': /** find up to new char forward **/
1740 case 'f': /** find new char forward **/
1799 case 'w': /** forward word **/
1801 forward(vp,vp->repeat, motion);
2682 case 'x': /** delete repeat chars forward - dl **/

Completed in 14 milliseconds