Lines Matching +defs:parser +defs:c
51 struct parser { struct
52 const char *fb, *fe; /* file limits */
54 int t; /* token limits and type */
55 const char *tb, *te;
80 static void _get_token(struct parser *p, int tok_prev); argument
118 struct cs *c; in create_config_tree() local
145 struct cs *c = (struct cs *) cft; in destroy_config_tree() local
167 struct cs *c; in create_config_tree_from_string() local
208 struct cs *c = (struct cs *) cft; in read_config_fd() local
273 struct cs *c = (struct cs *) cft; in read_config_file() local
319 struct cs *c = (struct cs *) cft; in config_file_timestamp() local
329 struct cs *c = (struct cs *) cft; in config_file_changed() local
1284 char c; in _count_tokens() local