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

1 2

  /xsrc/external/mit/xterm/dist/vttests/
xorblink.pl 88 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 " %s", $msg
    [all...]
xtra-scroll.pl 126 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 "%s$crlf", $rows[$row]
    [all...]
closest-rgb.pl 49 printf STDERR <<EOF
acs.pl 43 printf STDERR "? %s\n", $args;
setpos.pl 46 printf STDERR <<EOF
print-vt-chars.pl 130 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";
iso2022.pl 84 printf STDERR <<EOF
utf8.pl 87 printf STDERR "? not a codepoint: $dec\n";
palettes.pl 46 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 "%s#%dP", $CSI, $slot + 1
    [all...]
insdelln.pl 48 STDERR->autoflush(1);
257 printf STDERR <<EOF
scroll.pl 48 STDERR->autoflush(1);
256 printf STDERR <<EOF
blink.pl 108 printf STDERR <<EOF
erase.pl 137 printf STDERR <<EOF
mouse-codes 140 printf STDERR <<EOF
under-latin.pl 72 printf STDERR <<EOF
decsed.pl 101 printf STDERR <<EOF
halves.pl 185 printf STDERR <<EOF
wrap.pl 134 printf STDERR <<EOF
lrmm-scroll.pl 46 STDERR->autoflush(1);
339 printf STDERR <<EOF
titlestack.pl 145 print STDERR encode( &SendUTF8 ? "utf-8" : "iso-8859-1", $command );
604 printf STDERR <<EOF
650 printf STDERR "\x1b G";
query-color.pl 247 printf STDERR "? not a color name or code: $param\n";
  /xsrc/external/mit/xterm/dist/
run-tic.in 67 STDERR=$MYTEMP/run-tic$$.log
129 $TIC_PROG $OPT "$PASS2" 2>"$STDERR"
132 sed -e "s%$PASS2%$PASS1%" "$STDERR" | \
136 rm -f "$STDERR"
gen-charsets.pl 97 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/
mkhtmlindex.pl 15 print STDERR "Usage: mkhtmlindex.pl htmlmandir\n";
22 print STDERR "$dir is not a directory\n";
  /xsrc/external/mit/MesaLib.old/dist/scripts/
get_reviewer.pl 1511 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 13 milliseconds

1 2