| /src/tests/usr.bin/indent/ |
| lsym_rbrace.c | 9 * In a function body, '}' ends a block. 40 void function(void) {{{ body(); }}} 49 body();
|
| lsym_lbrace.c | 9 * In a function body, '{' starts a block. 37 void function(void) {{{ body(); }}} 46 body();
|
| /src/external/bsd/libfido2/dist/tools/ |
| include_check.sh | 16 body="#include \"$header\"" 17 echo "echo $body | $try" 18 echo "$body" | eval "$try"
|
| /src/external/gpl3/gcc/dist/gcc/ |
| rtl-error.cc | 37 rtx body = PATTERN (insn); local 42 if (GET_CODE (body) == SET && GET_CODE (SET_SRC (body)) == ASM_OPERANDS) 43 asmop = SET_SRC (body); 44 else if (GET_CODE (body) == ASM_OPERANDS) 45 asmop = body; 46 else if (GET_CODE (body) == PARALLEL 47 && GET_CODE (XVECEXP (body, 0, 0)) == SET) 48 asmop = SET_SRC (XVECEXP (body, 0, 0)); 49 else if (GET_CODE (body) == PARALLE [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| rtl-error.cc | 37 rtx body = PATTERN (insn); local 42 if (GET_CODE (body) == SET && GET_CODE (SET_SRC (body)) == ASM_OPERANDS) 43 asmop = SET_SRC (body); 44 else if (GET_CODE (body) == ASM_OPERANDS) 45 asmop = body; 46 else if (GET_CODE (body) == PARALLEL 47 && GET_CODE (XVECEXP (body, 0, 0)) == SET) 48 asmop = SET_SRC (XVECEXP (body, 0, 0)); 49 else if (GET_CODE (body) == PARALLE [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| mk_rep.c | 45 EncAPRepPart body; local 54 memset (&body, 0, sizeof(body)); 56 body.ctime = auth_context->authenticator->ctime; 57 body.cusec = auth_context->authenticator->cusec; 64 free_EncAPRepPart(&body); 69 &body.subkey); 71 free_EncAPRepPart(&body); 75 body.subkey = NULL; 81 ALLOC(body.seq_number, 1) [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/ |
| modules.exp | 57 "body reason" breakpoint \ 58 "body hitBreakpointIds" $fn_bpno 65 "body reason" new] module_event ignore 67 gdb_assert {[string match *$libname* [dict get $module_event body module id]]} \ 69 gdb_assert {[string match *$libname* [dict get $module_event body module name]]} \ 71 gdb_assert {[string match *$libname* [dict get $module_event body module path]]} \ 75 "body reason" breakpoint \ 76 "body hitBreakpointIds" $fn_bpno 81 set frame_id [dict get [lindex [dict get $bt body stackFrames] 1] moduleId] 90 "body reason" remove [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/ |
| modules.exp | 56 "body reason" breakpoint \ 57 "body hitBreakpointIds" $fn_bpno 64 "body reason" new] module_event ignore 66 gdb_assert {[string match *$libname* [dict get $module_event body module id]]} \ 68 gdb_assert {[string match *$libname* [dict get $module_event body module name]]} \ 70 gdb_assert {[string match *$libname* [dict get $module_event body module path]]} \ 74 "body reason" breakpoint \ 75 "body hitBreakpointIds" $fn_bpno 80 set frame_id [dict get [lindex [dict get $bt body stackFrames] 1] moduleId] 89 "body reason" remove [all...] |
| /src/usr.bin/make/unit-tests/ |
| opt-debug-for.exp | 4 For: loop body with outer = a: 9 For: loop body with inner = 1: 11 For: loop body with inner = 2: 13 For: loop body with outer = b: 18 For: loop body with inner = 1: 20 For: loop body with inner = 2:
|
| directive-for-escape.exp | 2 For: loop body with chars = !"#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~: 9 For: loop body with chars = !"\\#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~: 16 For: loop body with i = $: 19 For: loop body with i = ${V}: 22 For: loop body with i = ${V:=-with-modifier}: 25 For: loop body with i = $(V): 28 For: loop body with i = $(V:=-with-modifier): 32 For: loop body with i = $: 35 For: loop body with i = ${V}: 38 For: loop body with i = ${V:=-with-modifier} [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| execution-termios.exp | 22 # Run to main, and execute BODY in the caller's context, with PREFIX 25 proc test { prefix body } { 30 uplevel 1 $body
|
| type-opaque.exp | 48 proc body { struct } { 111 body struct 112 body union
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/ |
| cond-wrap.exp | 17 # Proc that temporarily sets global variable a to 6, and executes BODY. 19 # even if executing body throws an error, but we don't need to bother with this 21 proc wrap { body } { 28 uplevel 1 $body
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| perftest.exp | 47 # Compile source files of test case. BODY is the tcl code to do 50 proc compile {body} { 51 return [uplevel 2 $body] 56 proc startup {body} { 57 return [uplevel 2 $body] 61 proc startup_gdb {body} { 62 uplevel 2 $body 67 proc run {body} { 77 set result [uplevel 2 $body]
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| execution-termios.exp | 22 # Run to main, and execute BODY in the caller's context, with PREFIX 25 proc test { prefix body } { 30 uplevel 1 $body
|
| type-opaque.exp | 48 proc body { struct } { 111 body struct 112 body union
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.testsuite/ |
| cond-wrap.exp | 17 # Proc that temporarily sets global variable a to 6, and executes BODY. 19 # even if executing body throws an error, but we don't need to bother with this 21 proc wrap { body } { 28 uplevel 1 $body
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| perftest.exp | 47 # Compile source files of test case. BODY is the tcl code to do 50 proc compile {body} { 51 return [uplevel 2 $body] 56 proc startup {body} { 57 return [uplevel 2 $body] 61 proc startup_gdb {body} { 62 uplevel 2 $body 67 proc run {body} { 77 set result [uplevel 2 $body]
|
| /src/external/mit/expat/dist/doc/ |
| style.css | 35 body {
|
| /src/usr.bin/make/ |
| for.c | 38 * # the body 41 * When a .for line is parsed, the following lines are copied to the body of 43 * phase, the body is not yet evaluated. This also applies to any nested 48 * body is scanned for expressions, and those that match the 50 * that, the body is treated like a file from an .include directive. 67 Buffer body; /* Unexpanded body of the loop */ member in struct:ForLoop 98 Buf_Init(&f->body); 112 Buf_Done(&f->body); 286 Buf_AddStr(&accumFor->body, line) [all...] |
| /src/external/ibm-public/postfix/dist/mantools/ |
| make-relnotes | 17 %leader = (); %body = (); 24 $append_to = \%body; 34 $append_to = \%body; 79 for $class (sort keys %body) { 83 print $body{$class};
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| unicode-case-fold.py | 30 # This variable will body of the mappings function 31 body = "" variable 67 global body 74 body += " // {2}\n if (C == {0:#06x})\n return {1:#06x};\n".format(*b[0]) 82 body += " if (C < {0:#06x})\n return C;\n".format(first) 83 body += " // {0} characters\n".format(len(b)) 99 body += pattern.format(last, stride(b), modulo, shift(b[0])) 141 print(body)
|
| /src/sys/dev/pcmcia/ |
| if_malo_pcmcia.c | 1272 struct malo_cmd_body_spec *body; local 1273 const uint16_t psize = sizeof(*hdr) + sizeof(*body); 1277 hdr->size = htole16(sizeof(*body)); 1281 body = (struct malo_cmd_body_spec *)(hdr + 1); 1282 memset(body, 0, sizeof(*body)); 1284 memset(body->macaddr, 0xff, ETHER_ADDR_LEN); 1301 struct malo_cmd_body_spec *body; local 1303 body = (struct malo_cmd_body_spec *)(hdr + 1); 1306 memcpy(ic->ic_myaddr, body->macaddr, ETHER_ADDR_LEN) 1337 struct malo_cmd_body_scan *body; local 1398 struct malo_cmd_body_rsp_scan *body; local 1484 struct malo_cmd_body_auth *body; local 1512 struct malo_cmd_body_wep *body; local 1569 struct malo_cmd_body_snmp *body; local 1621 struct malo_cmd_body_radio *body; local 1652 struct malo_cmd_body_channel *body; local 1681 struct malo_cmd_body_txpower *body; local 1708 struct malo_cmd_body_antenna *body; local 1752 struct malo_cmd_body_macctrl *body; local 1783 struct malo_cmd_body_macaddr *body; local 1810 struct malo_cmd_body_assoc *body; local 1887 struct malo_cmd_body_rsp_assoc *body; local 1906 struct malo_cmd_body_rate *body; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32-utils.cc | 247 rtx body = PATTERN (insn); local 253 if (MEM_P (SET_SRC (body))) 254 return SET_SRC (body); 257 if (GET_CODE (SET_SRC (body)) == UNSPEC) 259 gcc_assert (MEM_P (XVECEXP (SET_SRC (body), 0, 0))); 260 return XVECEXP (SET_SRC (body), 0, 0); 264 gcc_assert (MEM_P (XEXP (SET_SRC (body), 0))); 265 return XEXP (SET_SRC (body), 0); 269 if (MEM_P (SET_DEST (body))) 270 return SET_DEST (body); 473 rtx body = PATTERN (insn); local 556 rtx body = PATTERN (insn); local 616 rtx body = PATTERN (insn); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32-utils.cc | 247 rtx body = PATTERN (insn); local 253 if (MEM_P (SET_SRC (body))) 254 return SET_SRC (body); 257 if (GET_CODE (SET_SRC (body)) == UNSPEC) 259 gcc_assert (MEM_P (XVECEXP (SET_SRC (body), 0, 0))); 260 return XVECEXP (SET_SRC (body), 0, 0); 264 gcc_assert (MEM_P (XEXP (SET_SRC (body), 0))); 265 return XEXP (SET_SRC (body), 0); 269 if (MEM_P (SET_DEST (body))) 270 return SET_DEST (body); 473 rtx body = PATTERN (insn); local 556 rtx body = PATTERN (insn); local 616 rtx body = PATTERN (insn); local [all...] |