| /src/usr.bin/make/unit-tests/ | 
| varmod-sysv.exp | 7 pre-middle-suffix        =                        "pre-middle-suffix" 11 pre-middle-suffix        =NS                      "pre-middle-suffixNS"
 15 pre-middle-suffix        =%                       "pre-middle-suffix%"
 19 pre-middle-suffix        =%NS                     "pre-middle-suffix%NS"
 23 pre-middle-suffix        =NPre%                   "pre-middle-suffixNPre%
 [all...]
 | 
| deptgt-ignore.mk | 26 # Even though the command 'false' in the middle fails, the remaining commands 
 | 
| suff-rebuild.mk | 25 # possible to delete the suffixes in the middle of the makefile, add back 
 | 
| parse-var.mk | 79 # In variable assignments, there may be spaces in the middle of the left-hand 109 # In this test word, the below conditions will replace the '{{}' in the middle
 
 | 
| directive-include-guard.exp | 29 Parse_PushInput: variable-name-exclamation-middle.tmp:1 30 Parse_PushInput: variable-name-exclamation-middle.tmp:1
 
 | 
| dir.mk | 35 # The braces may start in the middle of a word. 
 | 
| comment.mk | 80 	@echo A shell comment can#not start in the middle of a word. 
 | 
| parse.mk | 11 ====== middle 
 | 
| varmod-sysv.mk | 205 .if ${prefix-middle-suffix:L:prefix-%-suffix=p-%-s} != "p-middle-s" 247 .    for word in '' suffix prefix pre-middle-suffix
 
 | 
| varname-dot-make-save_dollars.mk | 55 # It's even possible to change the dollar interpretation in the middle of 
 | 
| /src/lib/libm/arch/vax/ | 
| n_argred.S | 159  *  middle:	n * pi/2 ,  n = 0, 1, 2, ..., 29 160  *			middle[n]   ,
 167  *		middle[n]   := (n * pi/2  -  leading[n])  rounded,
 168  *		trailing[n] := (( n * pi/2 - leading[n]) - middle[n])  rounded .
 202 middle:  label
 203 	.double	0d+0.00000000000000000000e+00	#  0 * pi/2  middle
 204 	.double	0d+5.72118872610983179676e-18	#  1 * pi/2  middle
 205 	.double	0d+1.14423774522196635935e-17	#  2 * pi/2  middle
 206 	.double	0d-3.83475850529283316309e-17	#  3 * pi/2  middle
 207 	.double	0d+2.28847549044393271871e-17	#  4 * pi/2  middle
 [all...]
 | 
| /src/lib/libc/locale/ | 
| _wcstod.h | 46 #define INT_NAME_(pre, middle, post) pre ## middle ## post 47 #define INT_NAME(pre, middle, post) INT_NAME_(pre, middle, post)
 
 | 
| /src/lib/libintl/ | 
| gettext.c | 851 	int top, bottom, middle, omiddle;  local in function:lookup_bsearch 862 		middle = (top + bottom) / 2;
 864 		if (omiddle == middle)
 866 		if ((size_t)middle >= mohandle->mo.mo_nstring)
 869 		n = strcmp(msgid, mohandle->mo.mo_otable[middle].off);
 872 				*rlen = mohandle->mo.mo_ttable[middle].len;
 873 			return (const char *)mohandle->mo.mo_ttable[middle].off;
 876 			bottom = middle;
 878 			top = middle;
 879 		omiddle = middle;
 [all...]
 | 
| /src/games/rogue/ | 
| level.c | 431 	short i, middle, t;  local in function:draw_simple_passage 438 		middle = get_rand(col1+1, col2-1);
 439 		for (i = col1+1; i != middle; i++) {
 443 			dungeon[i][middle] = TUNNEL;
 445 		for (i = middle; i != col2; i++) {
 453 		middle = get_rand(row1+1, row2-1);
 454 		for (i = row1+1; i != middle; i++) {
 458 			dungeon[middle][i] = TUNNEL;
 460 		for (i = middle; i != row2; i++) {
 
 | 
| /src/usr.bin/compress/ | 
| zopen.c | 252 		goto middle; 284 middle:	while (count--) {
 389 		/* Get any 8 bit parts in the middle (<=1 for up to 16 bits). */
 473 		goto middle;
 540 middle:		do {
 611 	/* Get any 8 bit parts in the middle (<=1 for up to 16 bits). */
 
 | 
| /src/usr.bin/menuc/testm/ | 
| menus.mc | 179 	option  "middle, no title", sub menu middle; 188 menu middle, no box;
 
 | 
| /src/common/lib/libc/arch/sparc/gen/ | 
| mul.S | 152 	sll	%o4, 12, %o0	! shift middle bits left 12 
 | 
| umul.S | 185 	sll	%o4, 12, %o0	! shift middle bits left 12 
 | 
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ | 
| at91-ariag25.dts | 43 		/* little green LED in middle of Aria G25 module */ 
 | 
| /src/sys/dev/pckbport/ | 
| alps.c | 825 	int left, middle, right;  local in function:pms_alps_decode_trackstick_packet_v7 840 	middle = (psc->packet[1] & 0x04) >> 2;
 843 	buttons = (u_int)((left << 0) | (middle << 1) | (right << 2));
 958 			buttons |= button << 1; /* Middle button */
 966 			buttons |= button << 1; /* Middle button */
 1035 	u_int left, middle, right;  local in function:pms_alps_decode_touchpad_packet_v2
 1046 	middle = (psc->packet[3] & 0x04) >> 2;
 1063 	buttons |= (middle | forward | back) << 1;
 
 | 
| /src/sys/ufs/ext2fs/ | 
| ext2fs_htree.c | 716 	struct ext2fs_htree_entry *entp, *start, *end, *middle, *found;  local in function:ext2fs_htree_find_leaf 767 			middle = start + (end - start) / 2;
 768 			if (ext2fs_htree_get_hash(middle) > hash_major)
 769 				end = middle - 1;
 771 				start = middle + 1;
 
 | 
| /src/usr.bin/make/ | 
| dir.c | 772 	const char *prefix, *middle, *piece, *middle_end, *suffix;  local in function:DirExpandCurly 775 	/* Split the word into prefix, '{', middle, '}' and suffix. */
 777 	middle = brace + 1;
 778 	middle_end = closing_brace(middle);
 780 		Error("Unterminated {} clause \"%s\"", middle);
 789 	/* Split the middle into pieces, separated by commas. */
 791 	piece = middle;
 
 | 
| /src/usr.bin/gzip/ | 
| zuncompress.c | 229 		goto middle; 303 middle:		do {
 383 	/* Get any 8 bit parts in the middle (<=1 for up to 16 bits). */
 
 | 
| /src/sys/arch/riscv/riscv/ | 
| kobj_machdep.c | 219 			// XXXNH why is this without middle? 233 			const uint32_t middle = 1U << (lobits - 1);  local in function:kobj_reloc
 235 			addend += addr + middle;
 
 | 
| /src/distrib/mvme68k/miniroot/ | 
| install.md | 199 hit return.  Also, quitting in the middle of installation may leave your 
 |