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

  /src/bin/ksh/
emacs.c 1198 int lastcol = xep - xbuf; local in function:x_kill
1202 x_arg = lastcol;
1203 else if (x_arg > lastcol)
1204 x_arg = lastcol;
emacs.c 1198 int lastcol = xep - xbuf; local in function:x_kill
1202 x_arg = lastcol;
1203 else if (x_arg > lastcol)
1204 x_arg = lastcol;

Completed in 24 milliseconds