Home
last modified time | relevance | path

Searched refs:tt_str (Results 1 – 14 of 14) sorted by relevance

/dports/misc/window/window/
H A Dttgeneric.c75 struct tt_str *gen_PC;
76 struct tt_str *gen_CM;
77 struct tt_str *gen_IM;
78 struct tt_str *gen_IC;
80 struct tt_str *gen_IP;
81 struct tt_str *gen_EI;
82 struct tt_str *gen_DC;
84 struct tt_str *gen_AL;
86 struct tt_str *gen_DL;
88 struct tt_str *gen_CE;
[all …]
H A Dtttermcap.c59 struct tt_str *
63 register struct tt_str *s;
67 if ((s = (struct tt_str *) malloc(sizeof *s)) == 0)
74 struct tt_str *
78 register struct tt_str *s;
84 if ((s = (struct tt_str *) malloc(sizeof *s)) == 0)
94 struct tt_str *s;
104 struct tt_str *s;
111 register struct tt_str *a, *b; in ttstrcmp()
H A Dttwyse60.c61 extern struct tt_str *gen_AS;
62 extern struct tt_str *gen_AE;
66 static struct tt_str ae = { "\033H\003", 3 }; in tt_wyse60()
67 static struct tt_str as = { "\033H\002", 3 }; in tt_wyse60()
H A Dttwyse75.c61 extern struct tt_str *gen_AS;
62 extern struct tt_str *gen_AE;
66 static struct tt_str ae = { "\033(B", 3 }; in tt_wyse75()
67 static struct tt_str as = { "\033(0", 3 }; in tt_wyse75()
H A Dttf100.c57 extern struct tt_str *gen_AE, *gen_AS;
61 static struct tt_str ae = { "\033%", 2 }; in tt_f100()
62 static struct tt_str as = { "\033$", 2 }; in tt_f100()
H A Dtt.h126 struct tt_str { struct
131 struct tt_str *tttgetstr(); argument
132 struct tt_str *ttxgetstr(); /* tgetstr() and expand delays */
H A Dtth19.c70 extern struct tt_str *gen_VS;
71 extern struct tt_str *gen_VE;
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_model.cpp372 QString tt_str = "<p>"; in toolTipForInterface() local
375 tt_str += QString("%1: %2") in toolTipForInterface()
382 tt_str = QString(tr("Extcap interface: %1")).arg(get_basename(device->if_info.extcap)); in toolTipForInterface()
386 tt_str = tr("No addresses"); in toolTipForInterface()
388 tt_str += "<br/>"; in toolTipForInterface()
393 tt_str += tr("No capture filter"); in toolTipForInterface()
397 tt_str += QString("%1: %2") in toolTipForInterface()
401 tt_str += "</p>"; in toolTipForInterface()
403 return tt_str; in toolTipForInterface()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_model.cpp372 QString tt_str = "<p>"; in toolTipForInterface() local
375 tt_str += QString("%1: %2") in toolTipForInterface()
382 tt_str = QString(tr("Extcap interface: %1")).arg(get_basename(device->if_info.extcap)); in toolTipForInterface()
386 tt_str = tr("No addresses"); in toolTipForInterface()
388 tt_str += "<br/>"; in toolTipForInterface()
393 tt_str += tr("No capture filter"); in toolTipForInterface()
397 tt_str += QString("%1: %2") in toolTipForInterface()
401 tt_str += "</p>"; in toolTipForInterface()
403 return tt_str; in toolTipForInterface()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_model.cpp372 QString tt_str = "<p>";
375 tt_str += QString("%1: %2")
382 tt_str = QString(tr("Extcap interface: %1")).arg(get_basename(device->if_info.extcap));
386 tt_str = tr("No addresses");
388 tt_str += "<br/>";
393 tt_str += tr("No capture filter");
397 tt_str += QString("%1: %2")
401 tt_str += "</p>";
403 return tt_str;
/dports/net/tshark/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_model.cpp372 QString tt_str = "<p>";
375 tt_str += QString("%1: %2")
382 tt_str = QString(tr("Extcap interface: %1")).arg(get_basename(device->if_info.extcap));
386 tt_str = tr("No addresses");
388 tt_str += "<br/>";
393 tt_str += tr("No capture filter");
397 tt_str += QString("%1: %2")
401 tt_str += "</p>";
403 return tt_str;
/dports/lang/onyx/onyx-5.1.2/test/
H A Dverify.in276 $tt_str = sprintf ("%d / %d passed (%5.2f%%%%)",
287 $tt_str . ' ' x (40 - length($tt_str)),
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/utils/
H A DTagUIUtils.java2599 String tt_str = tt.getTagTypeName( true ) + ": "; in addLibraryViewTagsSubMenu() local
2618 tt_str += (num==0?"":", " ) + t.getTagName( true ); in addLibraryViewTagsSubMenu()
2624 tt_str += " (" + tag_counts.get( t ) + ")"; in addLibraryViewTagsSubMenu()
2628 tt_i.setText( tt_str ); in addLibraryViewTagsSubMenu()
/dports/comms/wsjtz/wsjtx/widgets/
H A Dmainwindow.cpp7885 QString tt_str; in on_outAttenuation_valueChanged() local
7888 tt_str = tr ("Tune digital gain "); in on_outAttenuation_valueChanged()
7890 tt_str = tr ("Transmit digital gain "); in on_outAttenuation_valueChanged()
7892 tt_str += (a ? QString::number (-dBAttn, 'f', 1) : "0") + "dB"; in on_outAttenuation_valueChanged()
7894 QToolTip::showText (QCursor::pos (), tt_str, ui->outAttenuation); in on_outAttenuation_valueChanged()