Searched defs:wsp (Results 1 - 2 of 2) sorted by relevance

/external/libedit/src/
H A Dvi.c1089 const Char *wep, *wsp; local
1097 wep = wsp = 0;
1103 wsp = wp;
1110 if (wsp == 0 || (el->el_state.doingarg && el->el_state.argument != 0))
1114 len = (int)(wep - wsp);
1122 while (wsp < wep && cp < lim)
1123 *cp++ = *wsp++;
/external/mksh/src/
H A Dlex.c1577 get_brace_var(XString *wsp, char *wp) argument
1626 Xcheck(*wsp, wp);
1643 Xcheck(*wsp, wp);

Completed in 432 milliseconds