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

  /src/bin/ksh/
emacs.c 147 static char *x_lastcp ARGS((void));
466 x_lastcp();
580 for (cp = x_lastcp(); cp > xcp; )
736 x_lastcp();
887 if (xep > x_lastcp())
1080 cp = x_lastcp();
1593 int lim = x_lastcp() - xbp;
1918 shellf("\txlp == 0x%lx\n", (long) x_lastcp());
2139 * x_lastcp - last visible char
2142 * x_lastcp()
2159 x_lastcp() function in typeref:typename:char *
    [all...]
emacs.c 147 static char *x_lastcp ARGS((void));
466 x_lastcp();
580 for (cp = x_lastcp(); cp > xcp; )
736 x_lastcp();
887 if (xep > x_lastcp())
1080 cp = x_lastcp();
1593 int lim = x_lastcp() - xbp;
1918 shellf("\txlp == 0x%lx\n", (long) x_lastcp());
2139 * x_lastcp - last visible char
2142 * x_lastcp()
2159 x_lastcp() function in typeref:typename:char *
    [all...]

Completed in 23 milliseconds