/openbsd/regress/usr.bin/m4/ |
H A D | comments.m4 | 6 # this is a comment 7 >> this is a comment 8 p this is a comment 9 p this is a comment q comment too 16 p this is a comment q comment too 23 p this is a comment q comment too 30 p this is a comment q comment too 37 p this is a comment q comment too 44 p this is a comment q comment too 51 p this is a comment q comment too [all …]
|
H A D | comments.out | 2 # this is a comment 9 >> this is a comment 34 p this is a comment 35 p this is a comment q COMMENT too 40 p this is a comment 41 p this is a comment q comment too 44 # this is a comment
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/ |
H A D | asmsrc1.s | 6 comment "asm-source.exp." label 9 comment "This file is not linked with crt0." label 10 comment "Provide very simplistic equivalent." label 19 comment "main routine for assembly source debugging test" label 21 comment "machine independence." label 31 comment "Call a subroutine in another file." label 35 comment "All done." label 40 comment "A routine for foo2 to call." label 53 comment "A static function" label 60 comment "A global variable" label [all …]
|
H A D | common.inc | 1 .macro comment text 4 comment "Can't rely on assembler comment character so do this." 10 comment "Declare a data variable" 17 comment "Declare a subroutine" 22 comment "End a subroutine" 27 comment "enter - subroutine prologue" 28 comment "leave - subroutine epilogue" 29 comment "call - call a named subroutine" 31 comment "exit0 - exit (0)" 34 comment "datavar - define a data variable" [all …]
|
H A D | alpha.inc | 1 comment "subroutine declare" 7 comment "subroutine prologue" 17 comment "subroutine epilogue" 24 comment "subroutine end" 29 comment "subroutine call" 43 comment "exit (0)" 50 comment "crt0 startup" 57 comment "Declare a data variable"
|
H A D | mips.inc | 1 comment "subroutine declare" 9 comment "subroutine prologue" 24 comment "subroutine epilogue" 36 comment "subroutine end" 53 comment "exit (0)" 55 comment "Don't know how to exit, but this will certainly halt..." 59 comment "crt0 startup"
|
H A D | sh.inc | 5 comment "subroutine declare" 12 comment "subroutine prologue" 20 comment "subroutine epilogue" 30 comment "subroutine end" 36 comment "subroutine call" 58 comment "exit (0)" 64 comment "crt0 startup" 77 comment "Declare a data variable"
|
H A D | powerpc.inc | 1 comment "subroutine prologue" 10 comment "subroutine epilogue" 30 comment "exit (0)" 32 comment "Don't know how to exit, but this will certainly halt..." 37 comment "crt0 startup" 42 comment "Declare a data variable"
|
H A D | pa.inc | 1 comment "subroutine prologue" 9 comment "subroutine epilogue" 28 comment "exit (0)" 30 comment "Don't know how to exit, but this will certainly halt..." 34 comment "crt0 startup" 39 comment "Declare a data variable"
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/ |
H A D | comment.tml | 8 c: d #comment 10 - f #comment 16 j: | # comment 19 k: {} # comment 20 l: [] # comment 21 m: # comment 52 c: d #comment '"!&@%` 54 - f #comment '"!&@%` 60 j: | # comment '"!&@%` 65 m: # comment '"!&@%` [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | dwarf2asm.c | 71 VA_OPEN (ap, comment); in dw2_asm_output_data() 101 VA_OPEN (ap, comment); in dw2_asm_output_delta() 135 VA_OPEN (ap, comment); in dw2_asm_output_offset() 164 VA_OPEN (ap, comment); in dw2_asm_output_pcrel() 194 VA_OPEN (ap, comment); in dw2_asm_output_addr() 217 VA_OPEN (ap, comment); in dw2_asm_output_addr_rtx() 240 VA_OPEN (ap, comment); in dw2_asm_output_nstring() 511 VA_OPEN (ap, comment); in dw2_asm_output_data_uleb128() 554 if (comment) in dw2_asm_output_data_uleb128() 573 VA_OPEN (ap, comment); in dw2_asm_output_data_sleb128() [all …]
|
/openbsd/gnu/usr.bin/perl/t/re/ |
H A D | opt.t | 62 $comment = (defined $comment && length $comment) 63 ? "$pat ($comment):" 67 ok($o, "$comment compiled ok"); 78 $skip || is($got, $todo, "$comment minlen $got = $todo"); 127 "$comment anchored min offset"); 163 "$comment floating min offset"); 172 "$comment floating max offset"); 205 $skip || is($got, $expect ? 1 : 0, "$comment $_"); 214 $skip || is($got, $expect || 0, "$comment $_"); 225 ? like($got, qr{$expect}, "$comment $_") [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | dwarf2asm.c | 74 va_start (ap, comment); in dw2_asm_output_data() 106 va_start (ap, comment); in dw2_asm_output_delta() 140 va_start (ap, comment); in dw2_asm_output_offset() 170 va_start (ap, comment); 200 va_start (ap, comment); in dw2_asm_output_addr() 222 va_start (ap, comment); in dw2_asm_output_addr_rtx() 250 va_start (ap, comment); in dw2_asm_output_nstring() 516 va_start (ap, comment); in dw2_asm_output_data_uleb128() 556 if (comment) in dw2_asm_output_data_uleb128() 577 va_start (ap, comment); in dw2_asm_output_data_sleb128() [all …]
|
/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | dump_ast_matchers.py | 92 comment = m.group(1) 97 comment = re.sub(r'^\\[^\s]+\n', r'', comment, flags=re.M) 101 comment = re.sub(r'\\see', r'See also:', comment) 104 comment = re.sub(r'\\[^\s]+\s+', r'', comment) 105 return comment 262 comment += """ 331 comment += """ 430 if not comment: 460 comment = '' variable 469 comment = '' variable [all …]
|
H A D | dump_format_style.py | 95 self.comment = comment.strip() 113 def __init__(self, name, comment): argument 115 self.comment = comment.strip() 122 def __init__(self, name, comment): argument 124 self.comment = comment.strip() 132 def __init__(self, name, comment): argument 134 self.comment = comment.strip() 143 self.comment = comment 157 self.comment = comment 234 comment = '' [all …]
|
/openbsd/regress/usr.bin/ssh/ |
H A D | keygen-comment.sh | 9 comment="$2" 14 if ! egrep "^([0-9]+) SHA256:(.){43} ${comment} \(.*\)\$" \ 34 comment="foo bar" 37 ${SSHKEYGEN} $fmtarg -N '' -C "${comment}" \ 40 check_fingerprint $OBJ/$t-key "${comment}" 41 check_fingerprint $OBJ/$t-key.pub "${comment}" 47 comment="no comment" 49 check_fingerprint $OBJ/$t-key "${comment}"
|
/openbsd/regress/usr.sbin/pkg_add/ |
H A D | list7.out | 2 ga-0 comment 3 gb-0p0 comment 5 gd-0 comment 6 ge-1 comment 7 gf-1 comment 8 gg-0 comment
|
H A D | list8.out | 2 ga-0 comment 3 gb-0p0 comment 5 gd-1 comment 6 ge-1 comment 7 gf-1 comment 8 gg-0 comment
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | lex_assign.t | 70 ($op, undef, $comment) = /^([^\#]+)(\#\s+(.*))?/; 71 $comment = $op unless defined $comment; 77 $integer = ($comment =~ /^i_/) ? "use integer" : '' ; 80 skip $comment, 1; 91 is (\$a, \$b, \$comment); 128 ($op, undef, $comment) = /^([^\#]+)(\#\s+(.*))?/; 129 $comment = $op unless defined $comment; 136 is $sc, $@ ? 0 : 1, "STORE count for $comment"; 141 ($op, undef, $comment) = /^([^\#]+)(\#\s+(.*))?/; 142 $comment = $op unless defined $comment; [all …]
|
/openbsd/gnu/usr.bin/binutils/cpu/ |
H A D | simplify.inc | 29 (define-pmacro (define-normal-enum name comment attrs prefix vals) 33 (define-full-enum name comment attrs prefix vals) 42 (define-full-insn-enum name comment attrs prefix fld vals) 51 (define-full-ifield name comment attrs start length UINT #f #f) 68 (define-pmacro (define-normal-multi-ifield name comment attrs 83 (define-pmacro (dsmf name comment attrs subflds) 94 (define-pmacro (define-normal-hardware name comment attrs type 99 (define-full-hardware name comment attrs name type 118 (define-pmacro (define-simple-hardware name comment attrs type) 189 (define-full-minsn name comment attrs syntax expansion) [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | simplify.inc | 29 (define-pmacro (define-normal-enum name comment attrs prefix vals) 33 (define-full-enum name comment attrs prefix vals) 42 (define-full-insn-enum name comment attrs prefix fld vals) 51 (define-full-ifield name comment attrs start length UINT #f #f) 68 (define-pmacro (define-normal-multi-ifield name comment attrs 83 (define-pmacro (dsmf name comment attrs subflds) 94 (define-pmacro (define-normal-hardware name comment attrs type 99 (define-full-hardware name comment attrs name type 118 (define-pmacro (define-simple-hardware name comment attrs type) 189 (define-full-minsn name comment attrs syntax expansion) [all …]
|
H A D | sh.cpu | 29 (comment "Hitachi SuperH (SH)") 55 (comment "SH 64-bit family") 63 (comment "SH-2 CPU core") 70 (comment "SH-3 CPU core") 77 (comment "SH-3e CPU core") 84 (comment "SH-4 CPU core") 91 (comment "SH-5 CPU core") 109 (comment "Program counter") 152 (comment "Control registers") 168 (comment "Status register") [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
H A D | Mksymlists.pm | 91 my $comment = sprintf "Perl (v%s%s%s) module %s", 93 chomp $comment; 96 $comment = "Core $comment"; 98 $comment = "$comment (Perl-config: $Config{config_args})"; 99 $comment = substr($comment, 0, 200) . "...)" if length $comment > 203; 105 print $def "DESCRIPTION '\@#$distname:$data->{VERSION}#\@ $comment'\n";
|
/openbsd/regress/usr.sbin/btrace/ |
H A D | comments.bt | 2 * Multi-lines comment. 5 // comment after probe 7 printf("followed by a comment\n"); 8 // comment that should be skipped (off-by one test) 10 /* Another comment */
|
/openbsd/lib/libcrypto/bn/asm/ |
H A D | bn-586.pl | 138 &comment(""); 163 &comment("Round $i"); 175 &comment(""); 255 &comment(""); 289 &comment(""); 362 &comment(""); 385 &comment(""); 431 &comment(""); 464 &comment(""); 503 &comment(""); [all …]
|