Searched refs:STDERR (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/xterm/dist/vttests/
H A Dxorblink.pl88 STDERR->autoflush(1);
122 printf STDERR "%s", $seq;
211 printf STDERR "%s\t[", &visible($set);
214 printf STDERR "\e7";
217 printf STDERR "%s", $set;
220 printf STDERR "X] ";
222 printf STDERR " [C=%s,", &DECRQSS(" q");
223 printf STDERR "B=%s,", &DECRQM(12);
224 printf STDERR "M=%s,%s]", &DECRQM(13), &DECRQM(14);
225 printf STDERR "
[all...]
H A Dxtra-scroll.pl126 printf STDERR "%s%d;%dH", $CSI, 1 + $y, 1 + $pos_x;
130 printf STDERR "%sH", $CSI;
138 printf STDERR "%s%sJ", $CSI, $mode;
143 printf STDERR "%s%sK", $CSI, $mode;
155 printf STDERR "%s?69%s", $CSI, ( $mode == 0 ) ? "l" : "h";
163 printf STDERR "%s?6%s", $CSI, ( $mode == 0 ) ? "l" : "h";
171 printf STDERR "%s?1049%s", $CSI, ( $mode == 0 ) ? "l" : "h";
183 printf STDERR "%s%s;%sr", $CSI, $param_T, $param_B;
218 printf STDERR "%s%s;%ss", $CSI, $param_L, $param_R;
269 printf STDERR "
[all...]
H A Dacs.pl43 printf STDERR "? %s\n", $args;
H A Diso2022.pl84 printf STDERR <<EOF
H A Dutf8.pl87 printf STDERR "? not a codepoint: $dec\n";
H A Dprint-vt-chars.pl130 printf STDERR "? no match for $mixed with VT-level $vt_level\n"
137 printf STDERR "? %s\n", $msg;
246 printf STDERR <<EOF
274 printf STDERR " ";
278 printf STDERR "%-*s", $width, $known[$z];
280 printf STDERR "\n";
H A Dinsdelln.pl48 STDERR->autoflush(1);
257 printf STDERR <<EOF
H A Dscroll.pl48 STDERR->autoflush(1);
256 printf STDERR <<EOF
H A Dblink.pl108 printf STDERR <<EOF
H A Dunder-latin.pl72 printf STDERR <<EOF
H A Dpalettes.pl46 select(STDERR);
766 printf STDERR "%s", $command;
858 printf STDERR "%s104;%d%s", $OSC, $number, $ST;
879 printf STDERR "%s4;%d;rgb:%02X/%02X/%02X%s", $OSC, $number, $r, $g,
893 printf STDERR "%s%d%s", $OSC, 110 + $number, $ST;
908 printf STDERR "%s%d;rgb:%02X/%02X/%02X%s", $OSC, 10 + $number, $r,
925 printf STDERR "\007" if (&isatty);
926 STDERR->flush;
933 printf STDERR "%s104%s", $OSC, $ST;
967 printf STDERR "
[all...]
H A Derase.pl137 printf STDERR <<EOF
H A Dhalves.pl185 printf STDERR <<EOF
H A Dmouse-codes140 printf STDERR <<EOF
H A Dwrap.pl134 printf STDERR <<EOF
H A Ddecsed.pl101 printf STDERR <<EOF
H A Dlrmm-scroll.pl46 STDERR->autoflush(1);
339 printf STDERR <<EOF
H A Dtitlestack.pl145 print STDERR encode( &SendUTF8 ? "utf-8" : "iso-8859-1", $command );
604 printf STDERR <<EOF
650 printf STDERR "\x1b G";
H A Dclosest-rgb.pl49 printf STDERR <<EOF
H A Dquery-color.pl247 printf STDERR "? not a color name or code: $param\n";
H A Dsetpos.pl46 printf STDERR <<EOF
/xsrc/external/mit/xterm/dist/
H A Drun-tic.in67 STDERR=$MYTEMP/run-tic$$.log
129 $TIC_PROG $OPT "$PASS2" 2>"$STDERR"
132 sed -e "s%$PASS2%$PASS1%" "$STDERR" | \
136 rm -f "$STDERR"
H A Dgen-charsets.pl97 print STDERR "Can't open $file: $!\n";
127 printf STDERR "?? %d:%s\n", $n + 1, $data[$n];
371 printf STDERR "? unexpected data:\n\t%s\n", $data;
406 printf STDERR <<EOF
/xsrc/external/mit/imake/dist/
H A Dmkhtmlindex.pl15 print STDERR "Usage: mkhtmlindex.pl htmlmandir\n";
22 print STDERR "$dir is not a directory\n";
/xsrc/external/mit/MesaLib.old/dist/scripts/
H A Dget_reviewer.pl1511 printf STDERR "\n%1s %2s %-65s",
1516 print STDERR "auth sign";
1518 print STDERR "\n";
1530 printf STDERR "%1s %2d %-65s", $sel, $count + 1, $email;
1531 printf STDERR "%4d %4d", $authored, $signed
1533 printf STDERR "\n %s\n", $role;
1537 print STDERR " Author: @{$ref}[1]\n";
1543 print STDERR " @{$ref}[2]: @{$ref}[1]\n";
1555 print STDERR <<EOT
1570 print STDERR <<EO
[all...]

Completed in 24 milliseconds

12