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

/external/libedit/src/
H A Dhistedit.h305 typedef struct tokenizerW TokenizerW; typedef in typeref:struct:tokenizerW
308 TokenizerW *tok_winit(const wchar_t *);
309 void tok_wend(TokenizerW *);
310 void tok_wreset(TokenizerW *);
311 int tok_wline(TokenizerW *, const LineInfoW *,
313 int tok_wstr(TokenizerW *, const wchar_t *,

Completed in 70 milliseconds