Home
last modified time | relevance | path

Searched defs:r (Results 1 – 7 of 7) sorted by relevance

/scripts/genksyms/
Dkeywords.c72 struct resword *r = keywords + i; in is_reserved_word() local
Dparse.y48 struct string_list *b = *body, *i = *ident, *r; in record_compound() local
/scripts/kconfig/
Dmenu.c589 static void get_def_str(struct gstr *r, const struct menu *menu) in get_def_str()
595 static void get_dep_str(struct gstr *r, const struct expr *expr, in get_dep_str()
610 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str()
669 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
690 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
Dexpr.c33 static struct expr *expr_lookup(enum expr_type type, void *l, void *r) in expr_lookup()
103 struct expr *l, *r; in __expr_eliminate_eq() local
269 struct expr *l, *r; in expr_eliminate_yn() local
481 struct expr *tmp, *l, *r; in expr_eliminate_dups1() local
545 struct expr *l, *r; in expr_eliminate_dups() local
Dmconf.c352 static int show_textbox_ext(const char *title, const char *text, int r, int c, in show_textbox_ext()
362 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox()
/scripts/basic/
Dfixdep.c191 const char *q, *r; in parse_config_file() local
/scripts/
Dsorttable.c67 static uint32_t (*r)(const uint32_t *); variable