Home | History | Annotate | Download | only in ksh

Lines Matching defs:x_arg

100 static int	x_arg;		/* general purpose arg */
101 static int x_arg_defaulted;/* x_arg not explicitly set; defaulted to 1 */
376 x_arg = 1;
412 while (x_arg--)
505 if (x_arg > col)
506 x_arg = col;
507 x_goto(xcp - x_arg);
508 x_delete(x_arg, false);
522 if (x_arg > nleft)
523 x_arg = nleft;
524 x_delete(x_arg, false);
628 while (x_arg--)
655 while (x_arg--)
765 if (x_arg > col)
766 x_arg = col;
767 x_goto(xcp - x_arg);
781 if (x_arg > nleft)
782 x_arg = nleft;
783 x_goto(xcp + x_arg);
795 while (x_arg--) {
815 for (; x_arg--; cp = p)
852 static int x_prev_com(c) int c; { x_load_hist(x_histp - x_arg); return KSTD;}
854 static int x_next_com(c) int c; { x_load_hist(x_histp + x_arg); return KSTD;}
867 x_load_hist(histptr + x_arg - source->line);
1202 x_arg = lastcol;
1203 else if (x_arg > lastcol)
1204 x_arg = lastcol;
1205 ndel = x_arg - col;
1207 x_goto(xbuf + x_arg);
1957 x_arg = 1;
1961 x_arg = n;
2037 while (x_arg-- > 1)
2100 while (x_arg--) {