Home
last modified time | relevance | path

Searched refs:precedence (Results 1 – 25 of 38) sorted by relevance

12

/dragonfly/usr.bin/m4/TEST/
H A Dmath.m45 dnl first level of precedence
16 dnl next level of precedence
31 dnl next level of precedence
40 dnl next level of precedence
45 dnl next level of precedence
70 dnl next level of precedence
79 dnl next level of precedence
84 dnl next level of precedence
89 dnl next level of precedence
96 dnl next level of precedence
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dparser-defs.h288 enum precedence enum
304 enum precedence precedence; member
318 enum precedence);
362 enum precedence);
365 struct ui_file *, enum precedence);
H A Dexpprint.c52 struct ui_file *stream, enum precedence prec) in print_subexp()
61 struct ui_file *stream, enum precedence prec) in print_subexp_standard()
70 enum precedence myprec = PREC_NULL; in print_subexp_standard()
572 myprec = op_print_tab[tem].precedence; in print_subexp_standard()
612 (enum precedence) ((int) myprec + assoc)); in print_subexp_standard()
624 (enum precedence) ((int) myprec + !assoc)); in print_subexp_standard()
/dragonfly/bin/sh/
H A Darith_yacc.c205 static arith_t binop2(arith_t a, int op, int precedence, int noeval) in binop2() argument
228 arith_prec(op2) >= precedence) in binop2()
/dragonfly/tools/regression/lib/libc-regex/datafiles/
H A Dcategorize.dat10 ?E ((a*)(ab)*)((b*)(a*)) aba (0,3)(0,2)(0,0)(0,2)(2,3)(2,2)(2,3) SUBEXPRESSION=precedence
/dragonfly/contrib/ldns/
H A Dstr2host.c1277 uint8_t precedence = 0; in ldns_str2rdf_ipseckey() local
1307 precedence = (uint8_t)atoi(token); in ldns_str2rdf_ipseckey()
1399 data[0] = precedence; in ldns_str2rdf_ipseckey()
1686 uint8_t precedence = 0; in ldns_str2rdf_amtrelay() local
1714 precedence = (uint8_t)atoi(token); in ldns_str2rdf_amtrelay()
1789 data[0] = precedence; in ldns_str2rdf_amtrelay()
H A Dhost2str.c1082 uint8_t precedence; in ldns_rdf2buffer_str_ipseckey() local
1099 precedence = data[0]; in ldns_rdf2buffer_str_ipseckey()
1171 ldns_buffer_printf(output, "%u %u %u ", precedence, gateway_type, algorithm); in ldns_rdf2buffer_str_ipseckey()
1314 uint8_t precedence; in ldns_rdf2buffer_str_amtrelay() local
1327 precedence = data[0]; in ldns_rdf2buffer_str_amtrelay()
1385 precedence, discovery_optional, relay_type); in ldns_rdf2buffer_str_amtrelay()
/dragonfly/contrib/lvm2/dist/scripts/lvm2create_initrd/
H A Dlvm2create_initrd.pod59 precedence.
121 situations where both are set, then the command-line options take precedence.
/dragonfly/contrib/binutils-2.27/gprof/
H A DREADME187 precedence than --annotated-source
206 has lower precedence than --flat-profile.
223 is suppressed. This option has lower precedence
241 has lower precedence than --exec-counts.
/dragonfly/contrib/binutils-2.27/gold/
H A DREADME31 order of decreasing precedence:
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-mmix.texi518 Expression operator precedence is not that of mmixal: operator precedence
520 parentheses to explicitly specify wanted operator precedence whenever more
H A Dc-xtensa.texi69 @samp{--auto-@-litpools} takes precedence.
737 disabling transformation of that opcode, always takes precedence over
H A Das.texinfo4174 have precedence, but operations with equal precedence are performed left
4179 @cindex operator precedence
4180 @cindex precedence of operators
4203 Intermediate precedence
4275 or operator has a slightly lower precedence than logical and.
/dragonfly/games/larn/datfiles/
H A Dlarn.help123 of difficulty is also noted on the scoreboards, and this takes precedence
/dragonfly/contrib/cvs-1.12/contrib/
H A Dcvs_acls.in360 the same user, repository and branch, the last one takes precedence.
/dragonfly/sys/conf/
H A Doptions184 # Allows the ncr to take precedence
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcppopts.texi550 @option{-fpreprocessed} take precedence. This enables full preprocessing of
645 precedence if there's a conflict. @var{charset} can be any encoding
H A Dcpp.texi2641 This does not do what is intended. The operator-precedence rules of
2676 precedence rules have put the division outside the @code{sizeof} when it
4445 @option{-M} (@pxref{Invocation}). These take precedence over
4446 environment variables, which in turn take precedence over the
/dragonfly/contrib/cryptsetup/po/
H A Dcryptsetup.pot651 msgid "Option --key-file takes precedence over specified key file argument.\n"
/dragonfly/share/examples/IPv6/
H A DUSAGE80 change of prefix properties take precedence over ones assigned by
/dragonfly/contrib/grep/doc/
H A Dgrep.texi1293 Repetition takes precedence over concatenation,
1294 which in turn takes precedence over alternation.
1296 to override these precedence rules and form a subexpression.
/dragonfly/contrib/bmake/
H A Dbmake.cat11239 && Logical AND; of higher precedence than `||'.
1242 its value. Parentheses can be used to override the operator precedence.
1244 tional. It is of higher precedence than `&&'.
/dragonfly/contrib/gdb-7/readline/doc/
H A Drluser.texi1839 @option{-D} option takes precedence over @option{-E}.
2029 The @option{-D} option takes precedence over @option{-E}.
/dragonfly/contrib/binutils-2.27/ld/
H A Dld.texinfo3335 precedence.
3376 line option takes precedence.
4376 takes precedence over the command line option.
4579 precedence. @xref{Output Section Fill}, for details on the fill
5483 takes precedence over a version script.
5829 @cindex precedence in expressions
5831 the standard bindings and precedence levels:
5836 precedence associativity Operators Notes
/dragonfly/contrib/awk/
H A DFIXES.1e1212 AVA fixed the grammar so that ! is uniformly of the same precedence as

12