Home
last modified time | relevance | path

Searched refs:e (Results 1 – 25 of 32) sorted by relevance

12

/extra/config/
A Dexpr.c235 if (e) switch (e->type) { in expr_eliminate_yn()
250 *e = *(e->right.expr); in expr_eliminate_yn()
266 *e = *(e->left.expr); in expr_eliminate_yn()
279 *e = *(e->right.expr); in expr_eliminate_yn()
295 *e = *(e->left.expr); in expr_eliminate_yn()
623 expr_eliminate_dups1(e->type, &e, &e); in expr_eliminate_dups()
624 expr_eliminate_dups2(e->type, &e, &e); in expr_eliminate_dups()
706 e = expr_transform(e); in expr_transform()
723 e = expr_transform(e); in expr_transform()
732 e = expr_transform(e); in expr_transform()
[all …]
A Dexpr.h49 #define expr_list_for_each_sym(l, e, s) \ argument
50 for (e = (l); e && (s = e->right.sym); e = e->left.expr)
204 void expr_free(struct expr *e);
207 tristate expr_calc_value(struct expr *e);
209 struct expr *expr_trans_bool(struct expr *e);
211 struct expr *expr_transform(struct expr *e);
220 void expr_fprint(struct expr *e, FILE *out);
224 static inline int expr_is_yes(struct expr *e) in expr_is_yes() argument
226 return !e || (e->type == E_SYMBOL && e->left.sym == &symbol_yes); in expr_is_yes()
229 static inline int expr_is_no(struct expr *e) in expr_is_no() argument
[all …]
A Dsymbol.c238 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
368 struct expr *e; in sym_calc_value() local
372 expr_fprint(e, stderr); in sym_calc_value()
377 expr_free(e); in sym_calc_value()
510 struct expr *e; in sym_set_tristate_value() local
515 for (e = prop->expr; e; e = e->left.expr) { in sym_set_tristate_value()
1165 if (!e) in sym_check_expr_deps()
1167 switch (e->type) { in sym_check_expr_deps()
[all …]
A Dqconf.h62 void keyPressEvent(QKeyEvent *e);
63 void contentsMousePressEvent(QMouseEvent *e);
64 void contentsMouseReleaseEvent(QMouseEvent *e);
65 void contentsMouseMoveEvent(QMouseEvent *e);
66 void contentsMouseDoubleClickEvent(QMouseEvent *e);
67 void focusInEvent(QFocusEvent *e);
68 void contextMenuEvent(QContextMenuEvent *e);
212 void keyPressEvent(QKeyEvent *e);
274 void contentsContextMenuEvent(QContextMenuEvent *e);
325 void closeEvent(QCloseEvent *e);
A Dqconf.cc313 switch (e->key()) { in keyPressEvent()
322 Parent::keyPressEvent(e); in keyPressEvent()
325 e->accept(); in keyPressEvent()
812 Parent::focusInEvent(e); in focusInEvent()
855 e->accept(); in contextMenuEvent()
857 e->ignore(); in contextMenuEvent()
1639 e->accept(); in closeEvent()
1650 e->accept(); in closeEvent()
1652 e->ignore(); in closeEvent()
1655 e->accept(); in closeEvent()
[all …]
A Dmenu.c82 static struct expr *menu_check_dep(struct expr *e) in menu_check_dep() argument
84 if (!e) in menu_check_dep()
85 return e; in menu_check_dep()
87 switch (e->type) { in menu_check_dep()
89 e->left.expr = menu_check_dep(e->left.expr); in menu_check_dep()
93 e->left.expr = menu_check_dep(e->left.expr); in menu_check_dep()
94 e->right.expr = menu_check_dep(e->right.expr); in menu_check_dep()
98 if (e->left.sym == &symbol_mod) in menu_check_dep()
99 return expr_alloc_and(e, expr_alloc_symbol(modules_sym)); in menu_check_dep()
104 return e; in menu_check_dep()
A Dutil.c38 struct expr *e; in file_write_dep() local
61 expr_list_for_each_sym(sym_env_list, e, sym) { in file_write_dep()
A Dconfdata.c1065 struct expr *e; in randomize_choice_values() local
1080 expr_list_for_each_sym(prop->expr, e, sym) in randomize_choice_values()
1090 expr_list_for_each_sym(prop->expr, e, sym) { in randomize_choice_values()
1113 struct expr *e; in set_all_choice_values() local
1120 expr_list_for_each_sym(prop->expr, e, sym) { in set_all_choice_values()
A Dlkc_proto.h57 P(expr_print,void,(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, i…
A Dzconf.hash.c_shipped20 && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \
/extra/locale/collation/
A Dmt_MT2 % a b c c. d e f g. g gh/ h h/ i ie j k l m n o p q r s t u v w x y z. z
18 collating-symbol <i-e-mt>
20 collating-element <i-e> from "<U0069><U0065>"
21 collating-element <I-e> from "<U0049><U0065>"
41 <i-e-mt>
68 <i-e> <i-e-mt>;<PCL>;<MIN>;IGNORE
69 <i-E> <i-e-mt>;<PCL>;<MIN-CAP>;IGNORE
71 <I-E> <i-e-mt>;<PCL>;<CAP>;IGNORE
72 <I-e> <i-e-mt>;<PCL>;<CAP-MIN>;IGNORE
A Dth_TH2 collating-element <ko-kai-e> from "<U0E40><U0E01>"
8 collating-element <kho-khai-e> from "<U0E40><U0E02>"
14 collating-element <kho-khuat-e> from "<U0E40><U0E03>"
20 collating-element <kho-khwai-e> from "<U0E40><U0E04>"
26 collating-element <kho-khon-e> from "<U0E40><U0E05>"
38 collating-element <ngo-ngu-e> from "<U0E40><U0E07>"
44 collating-element <cho-chan-e> from "<U0E40><U0E08>"
62 collating-element <so-so-e> from "<U0E40><U0E0B>"
146 collating-element <no-nu-e> from "<U0E40><U0E19>"
170 collating-element <fo-fa-e> from "<U0E40><U0E1D>"
[all …]
A Daz_AZ2 % <a>, <b>, <c>, <c,>, <d>, <e>, <sw>, <f>, <g>, <g(>, <h>, <x>,
7 % <a=>, <b=>, <g=>, <g-=>, <d=>, <e=>, <sw=>, <z%>, <z=>, <i=>, <y=>,
31 reorder-after <e>
A Duz_UZ3 %% a b c d e f g g' h i j k l m n o o' p q r s t u v x y z
A Dtl_PH3 %% a b c d e f g h i j k l m n ng o p q r s t u v w x y z
A Dro_RO5 % a a> a( b c d e f g h i i> j k l m n o p q r s s, t t, u v w x y z
A Dmi_NZ3 %% a b c d e f g h i j k l m n ng o p q r s t u v w wh x y z
A Dbr_FR3 %% a b c ch c'h d e f g h i j k l m n o p q r s t u v w x y z
A Dbs_BA3 % a b c c' c< d dz< d// e f g h i j k l lj m n nj o p
A Dsr_YU3 % a b c c' c< d dz< d// e f g h i j k l lj m n nj o p
A Dtt_RU3 % a, sw, b, c, c,, d, e, f, g, g(, h, i (dotless i),
A Dcy_GB4 % a b c ch d dd e f ff g ng h i l ll m n o p ph r rh s t th u w y
/extra/locale/
A Dgen_locale.c981 char *e; in lc_numeric_S() local
991 e = s; in lc_numeric_S()
996 ++e; in lc_numeric_S()
999 ++e; in lc_numeric_S()
1005 e = buf + (e-s); in lc_numeric_S()
1010 --e; in lc_numeric_S()
1011 if (*e != e[-1]) { in lc_numeric_S()
1107 char *e; in lc_monetary_S() local
1125 ++e; in lc_monetary_S()
1131 e = buf + (e-s); in lc_monetary_S()
[all …]
A Dgen_collate.c1502 char *e; in do_copy() local
1506 if ((*s == '"') && e && (*e == '"') && !e[1]) { in do_copy()
1527 char *e; in do_colsym() local
1531 if ((*s == '<') && e && (*e == '>') && !e[1]) { in do_colsym()
1546 char *e; in do_colele() local
1553 if ((*s == '<') && e && (*e == '>') && !e[1]) { in do_colele()
1624 char *e; in do_script() local
1628 if ((*s == '<') && e && (*e == '>') && !e[1]) { in do_script()
1803 char *e; in do_order_start() local
1826 if ((*s == '<') && e && (*e == '>') && !e[1]) { in do_order_start()
[all …]
/extra/scripts/
A Dunifdef.c722 int e; in hashline() local
725 e = fprintf(output, "#line %d%s", linenum, newline); in hashline()
727 e = fprintf(output, "#line %d \"%s\"%s", in hashline()
729 if (e < 0) in hashline()

Completed in 55 milliseconds

12