plural_parser.c | 108 init_tokenizer_context(struct tokenizer_context *tcx) 110 tcx->token0.token = T_NONE; 115 tokenize_atom(struct tokenizer_context *tcx, union token_data *token_data) 122 ch = _memstream_getc(&tcx->memstream); 124 _memstream_ungetc(&tcx->memstream, ch); 157 tokenize(struct tokenizer_context *tcx, union token_data *token_data) 162 ch = _memstream_getc(&tcx->memstream); 180 ch = _memstream_getc(&tcx->memstream); 182 _memstream_ungetc(&tcx->memstream, ch); 196 ch = _memstream_getc(&tcx->memstream) 254 struct tokenizer_context tcx; local in function:main 758 struct tokenizer_context tcx; local in function:main 854 struct tokenizer_context tcx; local in function:main 1004 struct tokenizer_context tcx; local in function:parse_plural_body [all...] |