HomeSort by: relevance | last modified time | path
    Searched defs:x_arg (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
emacs.c 100 static int x_arg; /* general purpose arg */ variable in typeref:typename:int
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
    [all...]
emacs.c 100 static int x_arg; /* general purpose arg */ variable in typeref:typename:int
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
    [all...]

Completed in 128 milliseconds