| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | tree.h | 199 struct expression { struct 204 struct expression *expr; argument 205 struct expression *offset; 206 struct expression *len; 208 struct expression *equal [2]; 209 struct expression *and [2]; 210 struct expression *or [2]; 211 struct expression *not; 212 struct expression *add; 213 struct expression *subtract; [all …]
|
| H A D | statement.h | 62 struct expression *expr; 64 struct expression *eval; 65 struct expression *retval; 81 struct expression *expr; 84 struct expression *c_case; 87 struct expression *expr; 98 struct expression *expr; 102 struct expression *arglist;
|
| /netbsd-src/external/gpl2/grep/dist/intl/ |
| H A D | plural.y | 54 struct expression *exp; 59 static struct expression *new_exp PARAMS ((int nargs, enum operator op, 60 struct expression * const *args)); 61 static inline struct expression *new_exp_0 PARAMS ((enum operator op)); 62 static inline struct expression *new_exp_1 PARAMS ((enum operator op, 63 struct expression *right)); 64 static struct expression *new_exp_2 PARAMS ((enum operator op, 65 struct expression *left, 66 struct expression *right)); 67 static inline struct expression *new_exp_3 PARAMS ((enum operator op, [all …]
|
| H A D | plural.c | 72 struct expression *exp; 77 static struct expression *new_exp PARAMS ((int nargs, enum operator op, 78 struct expression * const *args)); 79 static inline struct expression *new_exp_0 PARAMS ((enum operator op)); 80 static inline struct expression *new_exp_1 PARAMS ((enum operator op, 81 struct expression *right)); 82 static struct expression *new_exp_2 PARAMS ((enum operator op, 83 struct expression *left, 84 struct expression *right)); 85 static inline struct expression *new_exp_3 PARAMS ((enum operator op, [all …]
|
| H A D | plural-exp.c | 37 static const struct expression plvar = 42 static const struct expression plone = 51 struct expression GERMANIC_PLURAL = 59 [0] = (struct expression *) &plvar, 60 [1] = (struct expression *) &plone 72 static struct expression plvar; 73 static struct expression plone; 74 struct expression GERMANIC_PLURAL; 103 struct expression **pluralp;
|
| /netbsd-src/external/gpl3/gcc.old/dist/intl/ |
| H A D | plural.y | 57 struct expression *exp; 62 static struct expression *new_exp PARAMS ((int nargs, enum operator op, 63 struct expression * const *args)); 64 static inline struct expression *new_exp_0 PARAMS ((enum operator op)); 65 static inline struct expression *new_exp_1 PARAMS ((enum operator op, 66 struct expression *right)); 67 static struct expression *new_exp_2 PARAMS ((enum operator op, 68 struct expression *left, 69 struct expression *right)); 70 static inline struct expression *new_exp_3 PARAMS ((enum operator op, [all …]
|
| H A D | plural-exp.c | 35 static const struct expression plvar = 40 static const struct expression plone = 49 struct expression GERMANIC_PLURAL = 57 [0] = (struct expression *) &plvar, 58 [1] = (struct expression *) &plone 70 static struct expression plvar; 71 static struct expression plone; 72 struct expression GERMANIC_PLURAL; 101 struct expression **pluralp;
|
| /netbsd-src/external/gpl3/gcc/dist/intl/ |
| H A D | plural.y | 57 struct expression *exp; 62 static struct expression *new_exp PARAMS ((int nargs, enum operator op, 63 struct expression * const *args)); 64 static inline struct expression *new_exp_0 PARAMS ((enum operator op)); 65 static inline struct expression *new_exp_1 PARAMS ((enum operator op, 66 struct expression *right)); 67 static struct expression *new_exp_2 PARAMS ((enum operator op, 68 struct expression *left, 69 struct expression *right)); 70 static inline struct expression *new_exp_3 PARAMS ((enum operator op, [all …]
|
| H A D | plural-exp.c | 35 static const struct expression plvar = 40 static const struct expression plone = 49 struct expression GERMANIC_PLURAL = 57 [0] = (struct expression *) &plvar, 58 [1] = (struct expression *) &plone 70 static struct expression plvar; 71 static struct expression plone; 72 struct expression GERMANIC_PLURAL; 101 struct expression **pluralp;
|
| H A D | plural.c | 72 struct expression *exp; 80 static struct expression *new_exp PARAMS ((int nargs, enum operator op, 81 struct expression * const *args)); 82 static inline struct expression *new_exp_0 PARAMS ((enum operator op)); 83 static inline struct expression *new_exp_1 PARAMS ((enum operator op, 84 struct expression *right)); 85 static struct expression *new_exp_2 PARAMS ((enum operator op, 86 struct expression *left, 87 struct expression *right)); 88 static inline struct expression *new_exp_3 PARAMS ((enum operator op, [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/intl/ |
| H A D | plural.y | 57 struct expression *exp; 62 static struct expression *new_exp PARAMS ((int nargs, enum operator op, 63 struct expression * const *args)); 64 static inline struct expression *new_exp_0 PARAMS ((enum operator op)); 65 static inline struct expression *new_exp_1 PARAMS ((enum operator op, 66 struct expression *right)); 67 static struct expression *new_exp_2 PARAMS ((enum operator op, 68 struct expression *left, 69 struct expression *right)); 70 static inline struct expression *new_exp_3 PARAMS ((enum operator op, [all …]
|
| H A D | plural-exp.c | 35 static const struct expression plvar = 40 static const struct expression plone = 49 struct expression GERMANIC_PLURAL = 57 [0] = (struct expression *) &plvar, 58 [1] = (struct expression *) &plone 70 static struct expression plvar; 71 static struct expression plone; 72 struct expression GERMANIC_PLURAL; 101 struct expression **pluralp;
|
| /netbsd-src/external/bsd/openldap/dist/doc/devel/variadic_debug/ |
| H A D | 04-variadic.cocci | 21 expression list[2] args; 22 expression E; 31 expression list[2] args; 32 expression E; 42 expression list[1] args; 43 expression E; 52 expression list[1] args; 53 expression E; 62 expression E, S; 70 expression E, S; [all …]
|
| H A D | 03-libldap_Debug.cocci | 11 expression E; 12 expression list args; 28 expression list[2] args; 29 expression E; 41 expression list[1] args; 42 expression E; 53 expression E, S; 64 expression E, S; 65 expression list[3] args;
|
| /netbsd-src/external/bsd/bc/dist/ |
| H A D | bc.y | 107 %type <i_value> expression return_expression named_expression opt_expression 175 | expression 272 | If '(' expression ')' 295 '(' expression 327 | expression 420 argument_list : expression 435 | argument_list ',' expression 466 | expression 475 | expression 489 expression : named_expression ASSIGN_OP [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| H A D | plural.y | 54 struct expression *exp; 64 static struct expression * 65 new_exp (int nargs, enum operator op, struct expression * const *args) in new_exp() 68 struct expression *newp; in new_exp() 76 newp = (struct expression *) malloc (sizeof (*newp)); in new_exp() 93 static inline struct expression * 99 static inline struct expression * 100 new_exp_1 (enum operator op, struct expression *right) in new_exp_1() 102 struct expression *args[1]; in new_exp_1() 108 static struct expression * [all …]
|
| H A D | plural-exp.c | 35 static const struct expression plvar = 40 static const struct expression plone = 49 struct expression GERMANIC_PLURAL = 57 [0] = (struct expression *) &plvar, 58 [1] = (struct expression *) &plone 70 static struct expression plvar; 71 static struct expression plone; 72 struct expression GERMANIC_PLURAL; 99 EXTRACT_PLURAL_EXPRESSION (const char *nullentry, struct expression **pluralp, in EXTRACT_PLURAL_EXPRESSION()
|
| /netbsd-src/external/gpl2/texinfo/dist/intl/ |
| H A D | plural.y | 54 struct expression *exp; 64 static struct expression * 65 new_exp (int nargs, enum operator op, struct expression * const *args) in new_exp() 68 struct expression *newp; in new_exp() 76 newp = (struct expression *) malloc (sizeof (*newp)); in new_exp() 93 static inline struct expression * 99 static inline struct expression * 100 new_exp_1 (enum operator op, struct expression *right) in new_exp_1() 102 struct expression *args[1]; in new_exp_1() 108 static struct expression * [all …]
|
| H A D | plural-exp.c | 37 static const struct expression plvar = 42 static const struct expression plone = 51 struct expression GERMANIC_PLURAL = 59 [0] = (struct expression *) &plvar, 60 [1] = (struct expression *) &plone 72 static struct expression plvar; 73 static struct expression plone; 74 struct expression GERMANIC_PLURAL; 101 EXTRACT_PLURAL_EXPRESSION (const char *nullentry, struct expression **pluralp, in EXTRACT_PLURAL_EXPRESSION()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| H A D | regex | 54 * A facility for performing regular expression pattern matching. 102 * Specifies that when a regular expression is matched against a character 103 * container sequence, no sub-expression matches are to be stored in the 109 * Specifies that the regular expression engine should pay more attention to 111 * speed with which regular expression objects are constructed. Otherwise 123 * Specifies that the grammar recognized by the regular expression engine is 128 * POSIX regular expression grammar. 133 * Specifies that the grammar recognized by the regular expression engine is 142 * Specifies that the grammar recognized by the regular expression engine is 150 * Specifies that the grammar recognized by the regular expression engine is [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
| H A D | regex | 54 * A facility for performing regular expression pattern matching. 102 * Specifies that when a regular expression is matched against a character 103 * container sequence, no sub-expression matches are to be stored in the 109 * Specifies that the regular expression engine should pay more attention to 111 * speed with which regular expression objects are constructed. Otherwise 123 * Specifies that the grammar recognized by the regular expression engine is 128 * POSIX regular expression grammar. 133 * Specifies that the grammar recognized by the regular expression engine is 142 * Specifies that the grammar recognized by the regular expression engine is 150 * Specifies that the grammar recognized by the regular expression engine is [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-nios2.texi | 100 @item %hiadj(@var{expression}) 101 Extract the upper 16 bits of @var{expression} and add 104 The value of @code{%hiadj(@var{expression})} is: 106 ((@var{expression} >> 16) & 0xffff) + ((@var{expression} >> 15) & 0x01) 119 @item %hi(@var{expression}) 120 Extract the upper 16 bits of @var{expression}. 123 @item %lo(@var{expression}) 124 Extract the lower 16 bits of @var{expression}. 127 @item %gprel(@var{expression}) 129 @var{expression}. [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-nios2.texi | 100 @item %hiadj(@var{expression}) 101 Extract the upper 16 bits of @var{expression} and add 104 The value of @code{%hiadj(@var{expression})} is: 106 ((@var{expression} >> 16) & 0xffff) + ((@var{expression} >> 15) & 0x01) 119 @item %hi(@var{expression}) 120 Extract the upper 16 bits of @var{expression}. 123 @item %lo(@var{expression}) 124 Extract the lower 16 bits of @var{expression}. 127 @item %gprel(@var{expression}) 129 @var{expression}. [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/intl/ |
| H A D | plural-exp.c | 35 static const struct expression plvar = 40 static const struct expression plone = 49 struct expression GERMANIC_PLURAL = 57 [0] = (struct expression *) &plvar, 58 [1] = (struct expression *) &plone 70 static struct expression plvar; 71 static struct expression plone; 72 struct expression GERMANIC_PLURAL; 101 struct expression **pluralp;
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
| H A D | label.y | 47 struct expression { struct 55 virtual ~expression() { } in ~expression() argument 61 class at_expr : public expression { argument 68 class format_expr : public expression { 79 class field_expr : public expression { 88 class literal_expr : public expression { 95 class unary_expr : public expression { 97 expression *expr; 99 unary_expr(expression *e) : expr(e) { } in unary_expr() 110 analyzed_expr(expression *); [all …]
|