Searched defs:e (Results 1 – 13 of 13) sorted by relevance
/scripts/kconfig/ |
D | expr.c | 16 struct expr *e = calloc(1, sizeof(*e)); in expr_alloc_symbol() local 24 struct expr *e = calloc(1, sizeof(*e)); in expr_alloc_one() local 32 struct expr *e = calloc(1, sizeof(*e)); in expr_alloc_two() local 41 struct expr *e = calloc(1, sizeof(*e)); in expr_alloc_comp() local 64 struct expr *e; in expr_copy() local 99 void expr_free(struct expr *e) in expr_free() 231 struct expr *expr_eliminate_yn(struct expr *e) in expr_eliminate_yn() 317 struct expr *expr_trans_bool(struct expr *e) in expr_trans_bool() 612 struct expr *expr_eliminate_dups(struct expr *e) in expr_eliminate_dups() 636 struct expr *expr_transform(struct expr *e) in expr_transform() [all …]
|
D | symbol.c | 238 struct expr *e; in sym_choice_default() local 264 struct expr *e; in sym_calc_choice() local 296 struct expr *e; in sym_calc_value() local 360 struct expr *e; in sym_calc_value() local 499 struct expr *e; in sym_set_tristate_value() local 1090 static struct symbol *sym_check_expr_deps(struct expr *e) in sym_check_expr_deps() 1159 struct expr *e; in sym_check_choice_deps() local
|
D | qconf.cc | 310 void ConfigLineEdit::keyPressEvent(QKeyEvent* e) in keyPressEvent() 711 void ConfigList::contentsMousePressEvent(QMouseEvent* e) in contentsMousePressEvent() 718 void ConfigList::contentsMouseReleaseEvent(QMouseEvent* e) in contentsMouseReleaseEvent() 773 void ConfigList::contentsMouseMoveEvent(QMouseEvent* e) in contentsMouseMoveEvent() 780 void ConfigList::contentsMouseDoubleClickEvent(QMouseEvent* e) in contentsMouseDoubleClickEvent() 807 void ConfigList::focusInEvent(QFocusEvent *e) in focusInEvent() 821 void ConfigList::contextMenuEvent(QContextMenuEvent *e) in contextMenuEvent() 1177 void ConfigInfoView::contentsContextMenuEvent(QContextMenuEvent *e) in contentsContextMenuEvent() 1635 void ConfigMainWindow::closeEvent(QCloseEvent* e) in closeEvent()
|
D | util.c | 38 struct expr *e; in file_write_dep() local
|
D | expr.h | 48 #define expr_list_for_each_sym(l, e, s) \ argument 211 static inline int expr_is_yes(struct expr *e) in expr_is_yes() 216 static inline int expr_is_no(struct expr *e) in expr_is_no()
|
D | confdata.c | 990 struct expr *e; in randomize_choice_values() local 1033 struct expr *e; in set_all_choice_values() local
|
D | menu.c | 82 static struct expr *menu_check_dep(struct expr *e) in menu_check_dep()
|
/scripts/dtc/ |
D | flattree.c | 60 static void bin_emit_cell(void *e, cell_t val) in bin_emit_cell() 67 static void bin_emit_string(void *e, char *str, int len) in bin_emit_string() 78 static void bin_emit_align(void *e, int a) in bin_emit_align() 85 static void bin_emit_data(void *e, struct data d) in bin_emit_data() 92 static void bin_emit_beginnode(void *e, struct label *labels) in bin_emit_beginnode() 97 static void bin_emit_endnode(void *e, struct label *labels) in bin_emit_endnode() 102 static void bin_emit_property(void *e, struct label *labels) in bin_emit_property() 138 static void asm_emit_cell(void *e, cell_t val) in asm_emit_cell() 147 static void asm_emit_string(void *e, char *str, int len) in asm_emit_string() 165 static void asm_emit_align(void *e, int a) in asm_emit_align() [all …]
|
D | dtc-parser.y | 333 char *e; in eval_literal() local
|
/scripts/genksyms/ |
D | parse.y | 49 struct string_list *b = *pb, *e = *pe; in remove_list() local
|
D | genksyms.c | 342 void free_list(struct string_list *s, struct string_list *e) in free_list() 514 struct string_list **e, **b; in print_list() local 544 struct string_list **e, **b; in expand_and_crc_sym() local
|
/scripts/ |
D | docproc.c | 215 char *e; in find_export_symbols() local
|
/scripts/mod/ |
D | modpost.c | 1781 const char *e = is_vmlinux(m) ?"":".ko"; in check_for_gpl_usage() local 1806 const char *e = is_vmlinux(m) ?"":".ko"; in check_for_unused() local
|