Lines Matching refs:locus

62 struct locus  struct
69 struct locus *loc, argument
75 struct locus *loc,
80 struct locus *loc,
84 static int parse_enum(struct protolib *plib, struct locus *loc,
155 parse_ident(struct locus *loc, char **str) in parse_ident()
204 parse_int(struct locus *loc, char **str, long *ret) in parse_int()
220 check_nonnegative(struct locus *loc, long l) in check_nonnegative()
231 check_int(struct locus *loc, long l) in check_int()
243 parse_char(struct locus *loc, char **str, char expected) in parse_char()
255 static struct expr_node *parse_argnum(struct locus *loc,
259 parse_zero(struct locus *loc, char **str, int *ownp) in parse_zero()
305 parse_argnum(struct locus *loc, char **str, int *ownp, int zero) in parse_argnum()
416 parse_typedef(struct protolib *plib, struct locus *loc, char **str) in parse_typedef()
485 parse_struct(struct protolib *plib, struct locus *loc, in parse_struct()
538 unshare_type_info(struct locus *loc, struct arg_type_info **infop, int *ownp) in unshare_type_info()
556 parse_string(struct protolib *plib, struct locus *loc, in parse_string()
661 build_printf_pack(struct locus *loc, struct param **packp, size_t param_num) in build_printf_pack()
712 parse_alias(struct protolib *plib, struct locus *loc, in parse_alias()
748 parse_array(struct protolib *plib, struct locus *loc, in parse_array()
788 parse_enum(struct protolib *plib, struct locus *loc, char **str, in parse_enum()
886 parse_nonpointer_type(struct protolib *plib, struct locus *loc, in parse_nonpointer_type()
983 parse_type(struct protolib *plib, struct locus *loc, char **str, in parse_type()
1017 parse_lens(struct protolib *plib, struct locus *loc, in parse_lens()
1095 struct locus *loc = data; in void_to_hidden_int()
1110 process_line(struct protolib *plib, struct locus *loc, char *buf) in process_line()
1264 struct locus loc = { path, 0 }; in read_config_file()