Searched refs:expr (Results 51 - 75 of 392) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dssfilter.y44 applet: null expr
53 expr: DCOND HOSTCOND label
115 | expr '|' expr
120 | expr expr
125 | expr '&' expr
131 | '!' expr
135 | '(' expr ')'
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.y48 struct expr *expr;
89 %type <expr> expr
90 %type <expr> if_expr
196 config_option: T_DEFAULT expr if_expr T_EOL
294 if_entry: T_IF expr nl
394 depends: T_DEPENDS T_ON expr T_EOL
399 | T_DEPENDS expr T_EOL
404 | T_REQUIRES expr T_EO
437 expr: symbol { $$ = expr_alloc_symbol($1); } label
[all...]
H A Dzconf.tab.c196 struct expr *expr; member in union:YYSTYPE
457 "prompt", "end", "nl", "if_expr", "expr", "symbol", 0
1421 menu_add_prompt(P_PROMPT, (yyvsp[-2].string), (yyvsp[-1].expr));
1429 menu_add_expr(P_DEFAULT, (yyvsp[-2].expr), (yyvsp[-1].expr));
1441 menu_add_symbol(P_SELECT, sym_lookup((yyvsp[-2].string), 0), (yyvsp[-1].expr));
1449 menu_add_expr(P_RANGE, expr_alloc_comp(E_RANGE,(yyvsp[-3].symbol), (yyvsp[-2].symbol)), (yyvsp[-1].expr));
1485 menu_add_prompt(P_PROMPT, (yyvsp[-2].string), (yyvsp[-1].expr));
1515 menu_add_symbol(P_DEFAULT, sym_lookup((yyvsp[-2].string), 0), (yyvsp[-1].expr));
[all...]
H A Dsymbol.c41 prop->expr = expr_alloc_symbol(sym_lookup(def, 1));
125 prop->visible.tri = expr_calc_value(prop->visible.expr);
137 prop->visible.tri = expr_calc_value(prop->visible.expr);
180 val2 = sym_get_range_val(prop->expr->left.sym, base);
182 val2 = sym_get_range_val(prop->expr->right.sym, base);
201 prop->visible.tri = expr_calc_value(prop->visible.expr);
213 if (sym->rev_dep.expr)
214 tri = expr_calc_value(sym->rev_dep.expr);
227 struct expr *e;
239 prop->visible.tri = expr_calc_value(prop->visible.expr);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.tab.c207 struct expr *expr; member in union:YYSTYPE
522 "prompt_stmt_opt", "prompt", "end", "nl", "if_expr", "expr", "symbol", 0
1522 menu_add_prompt(P_PROMPT, (yyvsp[-2].string), (yyvsp[-1].expr));
1530 menu_add_expr(P_DEFAULT, (yyvsp[-2].expr), (yyvsp[-1].expr));
1542 menu_add_symbol(P_SELECT, sym_lookup((yyvsp[-2].string), 0), (yyvsp[-1].expr));
1550 menu_add_expr(P_RANGE, expr_alloc_comp(E_RANGE,(yyvsp[-3].symbol), (yyvsp[-2].symbol)), (yyvsp[-1].expr));
1608 menu_add_prompt(P_PROMPT, (yyvsp[-2].string), (yyvsp[-1].expr));
1638 menu_add_symbol(P_DEFAULT, sym_lookup((yyvsp[-2].string), 0), (yyvsp[-1].expr));
[all...]
H A Dsymbol.c41 prop->expr = expr_alloc_symbol(sym_lookup(def, 1));
125 prop->visible.tri = expr_calc_value(prop->visible.expr);
137 prop->visible.tri = expr_calc_value(prop->visible.expr);
180 val2 = sym_get_range_val(prop->expr->left.sym, base);
182 val2 = sym_get_range_val(prop->expr->right.sym, base);
201 prop->visible.tri = expr_calc_value(prop->visible.expr);
213 if (sym->rev_dep.expr)
214 tri = expr_calc_value(sym->rev_dep.expr);
227 struct expr *e;
239 prop->visible.tri = expr_calc_value(prop->visible.expr);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dglibconfig.in.h147 #define g_assert(expr) if (!(expr)) abort ()
150 #define g_return_if_fail(expr) if (!(expr)) return
151 #define g_return_val_if_fail(expr,val) if (!(expr)) return (val)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dglibconfig.in.h147 #define g_assert(expr) if (!(expr)) abort ()
150 #define g_return_if_fail(expr) if (!(expr)) return
151 #define g_return_val_if_fail(expr,val) if (!(expr)) return (val)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Ddebug.h27 #define ubi_assert(expr) BUG_ON(!(expr))
30 #define ubi_assert(expr) ({})
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_stat/
H A Ddd.sh38 c=`expr $c + 1`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Dconstraint.h23 #define CEXPR_NOT 1 /* not expr */
24 #define CEXPR_AND 2 /* expr and expr */
25 #define CEXPR_OR 3 /* expr or expr */
57 struct constraint_expr *expr; /* constraint on permissions */ member in struct:constraint_node
H A Dconditional.h56 struct cond_expr *expr; member in struct:cond_node
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dg10lib.h99 void _gcry_assert_failed (const char *expr, const char *file, int line,
103 void _gcry_assert_failed (const char *expr, const char *file, int line);
124 #define gcry_assert(expr) ((expr)? (void)0 \
125 : _gcry_assert_failed (STR(expr), __FILE__, __LINE__, __FUNCTION__))
128 #define gcry_assert(expr) ((expr)? (void)0 \
129 : _gcry_assert_failed (STR(expr), __FILE__, __LINE__, __func__))
132 #define gcry_assert(expr) ((expr)
[all...]
H A Dmisc.c166 _gcry_assert_failed (const char *expr, const char *file, int line, argument
170 ("Assertion `%s' failed (%s:%d:%s)\n"), expr, file, line, func );
182 _gcry_assert_failed (const char *expr, const char *file, int line) argument
185 ("Assertion `%s' failed (%s:%d)\n"), expr, file, line);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestC14N.c31 "Usage: %s <mode> <xml-file> [<xpath-expr>] [<inclusive-ns-list>]\n",
229 xmlChar *expr; local
235 * load XPath expr as a file
266 expr = xmlNodeGetContent(node);
267 if(expr == NULL) {
276 xmlFree(expr);
288 xmlFree(expr);
299 xpath = xmlXPathEvalExpression(expr, ctx);
302 xmlFree(expr);
310 xmlFree(expr);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/support/
H A Ddebug.c79 assfail(char *expr, char *file, int line) argument
81 printk("Assertion failed: %s, file: %s, line: %d\n", expr, file, line);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/aoe/
H A Dmkshelf.sh26 minor=`expr $minor + 1`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-argmatch.c29 #define ASSERT(expr) \
32 if (!(expr)) \
H A Dtest-canonicalize-lgpl.c27 #define ASSERT(expr) \
30 if (!(expr)) \
H A Dtest-getdelim.c26 #define ASSERT(expr) \
29 if (!(expr)) \
H A Dtest-getline.c26 #define ASSERT(expr) \
29 if (!(expr)) \
H A Dtest-localename.c30 #define ASSERT(expr) \
33 if (!(expr)) \
H A Dtest-vsnprintf.c27 #define ASSERT(expr) \
30 if (!(expr)) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dlkc.h9 #include "expr.h"
51 void menu_add_dep(struct expr *dep);
52 struct property *menu_add_prop(int token, char *prompt, struct symbol *def, struct expr *dep);
H A Dzconf.y37 struct expr *expr;
79 %type <expr> expr
80 %type <expr> if_expr
244 if: T_IF expr
361 depends: T_DEPENDS T_ON expr
366 | T_DEPENDS expr
371 | T_REQUIRES expr
385 | prompt T_IF expr
406 expr: symbol { $$ = expr_alloc_symbol($1); } label
[all...]

Completed in 239 milliseconds

1234567891011>>