HomeSort by: relevance | last modified time | path
    Searched refs:print_line (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/bsd/zstd/dist/contrib/gen_html/
gen_html.cpp 65 void print_line(stringstream &sout, string line) function
122 print_line(sout, lines[l]);
131 print_line(sout, line);
175 print_line(sout, fline);
179 print_line(sout, comments[l]);
186 print_line(sout, comments[l]);
191 print_line(sout, lines[l]);
203 print_line(sout, comments[l]);
  /src/external/historical/nawk/dist/testdir/
funstack.awk 254 print_line(prefix(2) "<BR>")
258 print_line(prefix(2) Journal "<BR>")
262 print_line("")
263 print_line(Journal)
266 print_line(strip_html(vol_no_month_year()))
275 print_line("")
462 print_line("")
463 print_line(prefix(2) "<HR>")
464 print_line("")
465 print_line(prefix(2) "<H1>"
796 function print_line(line) function
    [all...]
  /src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
mdoc2man 162 sub print_line { subroutine
183 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line)) {
185 print_line(Mdoc::to_string(@ret)) if @ret;
mdoc2texi 139 sub print_line { subroutine
150 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line,
156 print_line($s);
  /src/external/cddl/osnet/dist/tools/ctf/dump/
dump.c 181 print_line(const char *s) function
191 print_line("- CTF Header ");
217 print_line("- Label Table ");
280 print_line("- Data Objects ");
331 print_line("- Functions ");
415 print_line("- Types ");
734 print_line("- String Table ");
773 print_line("- CTF Statistics ");
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_chat.c 435 /* print_line - line_wrap callback */
437 static void print_line(const char *str, int len, int indent, void *context) function
500 line_wrap(printable(*cpp, '?'), LENGTH, INDENT, print_line,
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_chat.c 284 /* print_line - line_wrap callback */
286 static void print_line(const char *str, int len, int indent, void *context) function
346 line_wrap(printable(*cpp, '?'), LENGTH, INDENT, print_line,
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ppoutput.cc 67 static bool print_line (location_t, const char *);
573 print_line (location_t src_loc, const char *special_flags) function
798 print_line (map->start_location, flags);
811 print_line (map->start_location, flags);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ppoutput.cc 63 static bool print_line (location_t, const char *);
535 print_line (location_t src_loc, const char *special_flags) function
756 print_line (map->start_location, flags);
769 print_line (map->start_location, flags);
  /src/external/bsd/mdocml/dist/
mdoc_man.c 121 static void print_line(const char *, int);
463 print_line(const char *s, int newflags) function
479 print_line(".PD", 0);
483 print_line(".PD 0", MMAN_PD);
497 print_line(".RS", MMAN_Bk_susp);
670 print_line(".B \\-T man", MMAN_nl);
969 print_line(".nf", 0);
982 print_line(".RE", MMAN_nl);
1098 print_line(".TS", MMAN_nl);
1114 print_line(".TE", 0)
    [all...]
  /src/usr.sbin/ofctl/
ofctl.c 737 print_line(const u_int8_t *buf, size_t off, size_t len) function
767 print_line(buf, off, len);
798 print_line(buf, 0, len);
830 print_line(buf, 0, len);
876 print_line(buf + off, 0, line_len);
  /src/external/gpl3/gcc/dist/gcc/fortran/
cpp.cc 753 static void print_line (location_t, const char *);
857 print_line (src_loc, "");
863 print_line (location_t src_loc, const char *special_flags) function
918 print_line (map->start_location, flags);
930 print_line (map->start_location, flags);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
cpp.cc 754 static void print_line (location_t, const char *);
858 print_line (src_loc, "");
864 print_line (location_t src_loc, const char *special_flags) function
919 print_line (map->start_location, flags);
931 print_line (map->start_location, flags);
  /src/external/gpl2/groff/dist/src/roff/troff/
column.cpp 54 void print_line(hunits, vunits, node *, vunits, vunits);
211 out->print_line(page_offset, pos, nd, before, after);
344 void column::print_line(hunits page_offset, vunits pos, node *nd, function in class:column
node.h 642 virtual void print_line(hunits x, vunits y, node *n,
div.cpp 396 the_output->print_line(page_offset, vertical_position, nd,
  /src/external/gpl3/binutils/dist/gprof/
hist.c 41 static void print_line (Sym *, double);
56 static double accum_time; /* Accumulated time so far for print_line(). */
503 print_line (Sym *sym, double scale) function
663 print_line (time_sorted_syms[sym_index], SItab[log_scale].scale);
cg_print.c 49 static void print_line (Sym *);
470 print_line (Sym *np) function
534 print_line (parent);
  /src/external/gpl3/binutils.old/dist/gprof/
hist.c 41 static void print_line (Sym *, double);
56 static double accum_time; /* Accumulated time so far for print_line(). */
503 print_line (Sym *sym, double scale) function
663 print_line (time_sorted_syms[sym_index], SItab[log_scale].scale);
cg_print.c 49 static void print_line (Sym *);
470 print_line (Sym *np) function
534 print_line (parent);
  /src/external/bsd/nsd/dist/
verify.c 89 static inline size_t print_line(struct verifier_stream *stream, int eof) function
157 while (print_line(stream, eof)) ;
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc 389 void print_line (linenum_type row);
2707 /* Helper function for use by layout::print_line when printing the
2815 layout::print_line (linenum_type row) function in class:layout
2924 layout.print_line (row);
3127 test_layout.print_line (1);
3152 test_layout.print_line (1);
3231 test_layout.print_line (1);
3254 test_layout.print_line (1);
5582 into 11 spaces. Recall that print_line() also puts one space before
5591 test_layout.print_line (1)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc 387 void print_line (linenum_type row);
2643 /* Helper function for use by layout::print_line when printing the
2751 layout::print_line (linenum_type row) function in class:layout
2848 layout.print_line (row);
3048 test_layout.print_line (1);
3072 test_layout.print_line (1);
3149 test_layout.print_line (1);
3171 test_layout.print_line (1);
5474 into 11 spaces. Recall that print_line() also puts one space before
5483 test_layout.print_line (1)
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 12090 my $print_line = sprintf ("%-20s %-22s %8s %s",
12093 gp_message ($mode, $subr_name, $print_line);
12113 my $print_line = sprintf ("%-20s =>", $key);
12124 $print_line = join (" ", $print_line, $keyword_value_pair);
12126 gp_message ($mode, $subr_name, $print_line);
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 12090 my $print_line = sprintf ("%-20s %-22s %8s %s",
12093 gp_message ($mode, $subr_name, $print_line);
12113 my $print_line = sprintf ("%-20s =>", $key);
12124 $print_line = join (" ", $print_line, $keyword_value_pair);
12126 gp_message ($mode, $subr_name, $print_line);

Completed in 166 milliseconds

1 2