Searched refs:comment_string (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/contrib/ |
H A D | pvcs2rcs.in | 434 $relative_comment_index, @comment_string, 753 push @comment_string, $vlog_strings[$num+4+$relative_comment_index], "\n"; 760 while ( (pop @comment_string) !~ /^-{35}|={35}$/ ) 762 $comment{$rev_num[$rev_index]} = join "", @comment_string;
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/ |
H A D | common.py | 898 def dump_input_lines(output_lines, test_info, prefix_set, comment_string): argument 902 if line.strip() == comment_string: 906 if line.lstrip().startswith(comment_string): 913 comment_string, check_generator): argument 921 output_lines.append(comment_string)
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
H A D | smtpd.c | 3250 static void comment_sanitize(VSTRING *comment_string) in comment_sanitize() argument 3264 for (pc = 0, cp = (unsigned char *) STR(comment_string); (ch = *cp) != 0; cp++) { in comment_sanitize() 3277 VSTRING_ADDCH(comment_string, ')'); in comment_sanitize() 3278 VSTRING_TERMINATE(comment_string); in comment_sanitize()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/doc/ |
H A D | gp-collect-app.texi | 163 @item -C @var{<comment_string>}
|