Searched refs:TokenizerW (Results 1 – 2 of 2) sorted by relevance
305 typedef struct tokenizerW TokenizerW; typedef308 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 *,
113 TokenizerW *tok; in main()