Home
last modified time | relevance | path

Searched refs:TokenizerW (Results 1 – 2 of 2) sorted by relevance

/external/libedit/src/
Dhistedit.h305 typedef struct tokenizerW TokenizerW; typedef
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 *,
/external/libedit/examples/
Dwtc1.c113 TokenizerW *tok; in main()