Home | History | Annotate | Download | only in ksh

Lines Matching defs:x_lastcp

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()
2149 * for (cp = x_lastcp(); cp > xcp; cp)
2159 x_lastcp()