Lines Matching +defs:file +defs:exists +defs:p
68 int exists; member
153 static int _parse_config_file(struct parser *p, struct config_tree *cft) in _parse_config_file()
169 struct parser *p; in create_config_tree_from_string() local
209 struct parser *p; in read_config_fd() local
524 int write_config_file(struct config_tree *cft, const char *file, in write_config_file()
573 static struct config_node *_file(struct parser *p) in _file()
590 static struct config_node *_section(struct parser *p) in _section()
625 static struct config_value *_value(struct parser *p) in _value()
661 static struct config_value *_type(struct parser *p) in _type()
711 static int _match_aux(struct parser *p, int t) in _match_aux()
723 static void _get_token(struct parser *p, int tok_prev) in _get_token()
835 static void _eat_space(struct parser *p) in _eat_space()
880 static char *_dup_tok(struct parser *p) in _dup_tok()