Searched refs:tput (Results 1 – 25 of 27) sorted by relevance
12
26 tput setf 7 || tput setaf 729 tput sgr0
35 tput setf 7 || tput setaf 738 tput sgr0
12 ERR=`tput smso`error`tput rmso`
79 double weigth_pcnt, double runtime, char *tput) in generic_op_print() argument82 name, num, num / runtime, op_pcnt, weigth_pcnt, tput); in generic_op_print()
35 tput setf 7 || tput setaf 7
61 --width=`tput cols` \
47 yes = | head -n`tput cols` | tr -d '\n'
130 tput $*
49 declare void @llvm.mblaze.fsl.tput(i32 %port)247 call void @llvm.mblaze.fsl.tput(i32 %port)293 call void @llvm.mblaze.fsl.tput(i32 1)295 ; CHECK: tput
375 # CHECK: tput378 tput rfsl0
157 ncolors=`tput colors 2>/dev/null`
408 double tput; in print_time() local413 tput = mb / runtime; in print_time()415 stage_name(oper->rw), oper->file_name, tput, mb, runtime); in print_time()
419 double tput; in print_time() local424 tput = mb / runtime; in print_time()426 stage_name(oper->rw), oper->file_name, tput, mb, runtime); in print_time()
158 # tput -V161 21720 21720 tput curses_version Version=ncurses 6.0.20160709
223 # CHECK: tput rfsl0
192 def TPUT : FSLPutT<0x1B, 0x2, "tput ", int_mblaze_fsl_tput>;
502 tc_reset=`tput sgr0`503 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`505 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`506 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1`507 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2`508 test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4`509 test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
392 tc_reset=`tput sgr0`393 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`395 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`396 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1`397 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2`398 test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4`399 test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
510 tc_reset=`tput sgr0`511 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`513 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`514 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1`515 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2`516 test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4`517 test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
464 elif eval tput cols >/dev/null 2>&1; then465 set -- `tput cols`