| /src/usr.bin/make/unit-tests/ | 
| directive-elif.mk | 6 # detected if the conditional branch directly above it is taken.  In all other 7 # cases, make skips over the skipped branch as fast as possible, looking only
 17 # Misspelling '.elsif' below an .if branch that is not taken.
 19 .  info This branch is not taken.
 23 # Since the .if condition evaluated to false, this whole branch is not taken.
 26 .  info This branch is not taken.
 27 # Even if the misspelling were detected, the branch would not be taken
 32 # Misspelling '.elsif' below an .if branch that is not taken.
 34 .  info This branch is not taken.
 37 # to false, this whole branch is not taken
 [all...]
 | 
| directive-elif.exp | 2 make: directive-elif.mk:54: This branch is taken. 4 make: directive-elif.mk:66: This branch is taken.
 5 make: directive-elif.mk:73: This branch is taken.
 8 make: directive-elif.mk:98: This branch is taken because of the .else.
 9 make: directive-elif.mk:117: What happens on misspelling in a skipped branch?
 11 make: directive-elif.mk:132: What happens on misspelling in a taken branch?
 
 | 
| var-op-expand.exp | 11 	while evaluating then-branch of condition " < 0 " 14 	while evaluating else-branch of condition " < 0 "
 
 | 
| varmod-ifelse.exp | 55 	while evaluating then-branch of condition "1" 58 	while evaluating else-branch of condition "1"
 63 	while evaluating then-branch of condition " < 0 "
 66 	while evaluating else-branch of condition " < 0 "
 
 | 
| cmdline-redirect-stdin.mk | 21 # If this branch is ever reached, the shell from the assignment to line1 
 | 
| moderrs.exp | 139 	while evaluating then-branch of condition "FIB" 143 	while evaluating then-branch of condition "FIB"
 147 	while evaluating else-branch of condition "FIB"
 151 	while evaluating else-branch of condition "FIB"
 
 | 
| /src/tests/usr.bin/indent/ | 
| lsym_question.c | 58 	const char *branch = cond  local in function:function 
 | 
| /src/sys/arch/macppc/dev/ | 
| dbdma.h | 113 #define	DBDMA_BUILD_CMD(d, cmd, key, interrupt, wait, branch) {		\ 117 				((branch) << 2) | (wait));		\
 120 #define	DBDMA_BUILD(d, cmd, key, count, address, interrupt, wait, branch) { \
 129 				((branch) << 2) | (wait));		\
 147 	uint32_t	d_branch;	/* Branch selection */
 153 	uint32_t	d_branchptrhi;	/* MSB of Branch Pointer */
 154 	uint32_t	d_branchptrlo;	/* LSB of Branch Pointer */
 
 | 
| /src/sys/external/bsd/sljit/dist/doc/tutorial/ | 
| branch.c | 19 static int branch(long a, long b, long c)  function in typeref:typename:int 76 	return branch(4, 5, 6);
 
 | 
| /src/sbin/ifconfig/ | 
| af_link.c | 70 static cmdloop_branch_t branch;  variable in typeref:typename:cmdloop_branch_t 130 	cmdloop_branch_init(&branch, &link_pkw.pk_parser);
 131 	register_cmdloop_branch(&branch);
 
 | 
| parse.h | 45 struct branch {  struct 46 	SIMPLEQ_ENTRY(branch)	b_next;
 52 	SIMPLEQ_HEAD(, branch)	pb_branches;
 54 	const struct branch	*pb_brinit;
 276 struct pbranch *pbranch_create(const char *, const struct branch *, size_t,
 279 int pbranch_setbranches(struct pbranch *, const struct branch *, size_t);
 
 | 
| agr.c | 178 static cmdloop_branch_t branch;  variable in typeref:typename:cmdloop_branch_t 193 	cmdloop_branch_init(&branch, &agr.pk_parser);
 194 	register_cmdloop_branch(&branch);
 
 | 
| ether.c | 62 static cmdloop_branch_t branch;  variable in typeref:typename:cmdloop_branch_t 185 	cmdloop_branch_init(&branch, ðercaps.pk_parser);
 186 	register_cmdloop_branch(&branch);
 
 | 
| pfsync.c | 59 static cmdloop_branch_t branch;  variable in typeref:typename:cmdloop_branch_t 223 	cmdloop_branch_init(&branch, &pfsync.pk_parser);
 224 	register_cmdloop_branch(&branch);
 
 | 
| vlan.c | 58 static cmdloop_branch_t branch;  variable in typeref:typename:cmdloop_branch_t 184 	cmdloop_branch_init(&branch, &vlan.pk_parser);
 185 	register_cmdloop_branch(&branch);
 
 | 
| af_atalk.c | 88 static cmdloop_branch_t branch;  variable in typeref:typename:cmdloop_branch_t 255 	cmdloop_branch_init(&branch, &atalk.pk_parser);
 256 	register_cmdloop_branch(&branch);
 
 | 
| tunnel.c | 63 static cmdloop_branch_t branch;  variable in typeref:typename:cmdloop_branch_t 198 	cmdloop_branch_init(&branch, &tunnel.pk_parser);
 199 	register_cmdloop_branch(&branch);
 
 | 
| carp.c | 57 static cmdloop_branch_t branch;  variable in typeref:typename:cmdloop_branch_t 295 	cmdloop_branch_init(&branch, &carp.pk_parser);
 296 	register_cmdloop_branch(&branch);
 
 | 
| /src/lib/libc/compat/arch/hppa/sys/ | 
| compat___sigtramp1.S | 72 	bb,>=,n	%arg3, 30, L$sigcode_bounce	; branch if not a PLABEL 
 | 
| /src/sys/arch/hppa/hppa/ | 
| sigcode.S | 77 	bb,>=,n	%arg3, 30, L$sigcode_bounce	; branch if not a PLABEL 
 | 
| /src/sys/arch/mips/mips/ | 
| spl.S | 77 	 nop					#  branch delay 100 	 nop					#  branch delay
 108 	 nop					#  branch delay
 111 	 nop					#  branch delay
 125 	 nop					#  branch delay
 129 	 nop					#  branch delay
 153 	 nop					#  branch delay
 166 	 nop					#  branch delay
 169 	 nop					#  branch delay
 257 	 nop					# branch dela
 [all...]
 | 
| /src/sys/external/isc/libsodium/dist/ | 
| README.markdown | 1 [](https://travis-ci.org/jedisct1/libsodium?branch=master) 
 | 
| /src/sys/lib/libkern/arch/m68k/ | 
| divsi3.S | 64 	bpl	3f		| branch if sgn(divisor) == sgn(dividend) 
 | 
| /src/sys/arch/arm/arm/ | 
| disassem.c | 80  * b - branch address 98  * t - thumb branch address (bits 24, 0-23)
 185     /* A5.5 Branch, branch with link, and block data transfer */
 437 	int branch;  local in function:disasm
 601 		/* b - branch address */
 603 			branch = ((insn << 2) & 0x03ffffff);
 604 			if (branch & 0x02000000)
 605 				branch |= 0xfc000000;
 606 			di->di_printaddr(loc + 8 + branch);
 [all...]
 | 
| /src/lib/libc/arch/hppa/sys/ | 
| __sigtramp2.S | 136  * Normally this would be the jump / branch, but since there isn't one in 149 	bb,>=,n	%arg3, 30, L$sigcode_bounce	; branch if not a PLABEL
 
 |