Home
last modified time | relevance | path

Searched refs:InitAttr (Results 1 – 13 of 13) sorted by relevance

/dports/security/steghide/steghide-0.5.1/src/
H A DTerminal.cc30 if ((tcgetattr (STDIN_FILENO, &InitAttr)) != 0) { in Terminal()
67 if ((tcsetattr (STDIN_FILENO, TCSANOW, &InitAttr)) != 0) { in reset()
H A DTerminal.h45 struct termios InitAttr ; variable
/dports/misc/kcd/kcd-7.15.0/
H A Dkhwin.cc305 InitAttr(1, kcdConfig.cfgAttrNormal, normalA); in khScreenManager()
306 InitAttr(3, kcdConfig.cfgAttrLink, linkA); in khScreenManager()
307 InitAttr(5, kcdConfig.cfgAttrHighlight, highlightA); in khScreenManager()
308 InitAttr(7, kcdConfig.cfgAttrURL, urlA); in khScreenManager()
309 InitAttr(9, kcdConfig.cfgAttrHeader, headerA); in khScreenManager()
310 InitAttr(11, kcdConfig.cfgAttrBold, boldA); in khScreenManager()
311 InitAttr(13, kcdConfig.cfgAttrItalic, italicA); in khScreenManager()
314 InitAttr(19, kcdConfig.cfgAttrScrollBar, scrollBarA); in khScreenManager()
315 InitAttr(21, kcdConfig.cfgAttrTitle, barA); in khScreenManager()
316 InitAttr(23, kcdConfig.cfgAttrMore, markA); in khScreenManager()
[all …]
H A Dkhwin.h66 void InitAttr(int id, const AttrConfig &cfg, ATTR_TYPE& attr);
H A DChangeLog5880 * khwin.cc (khScreenManager::InitAttr): Check if background is
6103 (khScreenManager::InitAttr): New member function.
6107 (khScreenManager::InitAttr): Declare.
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dattr.e108 extern int InitAttr ARGS_DECL((void));
H A Dsetup.c2243 InitAttr(); in Setup()
H A Dattr.c2547 int InitAttr() in InitAttr() function
/dports/print/libharu/libharu-RELEASE_2_3_0/src/
H A Dhpdf_fontdef_tt.c64 InitAttr (HPDF_FontDef fontdef);
186 InitAttr (fontdef); in FreeFunc()
204 InitAttr (HPDF_FontDef fontdef) in InitAttr() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_fontdef_tt.c64 InitAttr (HPDF_FontDef fontdef);
186 InitAttr (fontdef); in FreeFunc()
204 InitAttr (HPDF_FontDef fontdef) in InitAttr() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_fontdef_tt.c64 InitAttr (HPDF_FontDef fontdef);
186 InitAttr (fontdef); in FreeFunc()
204 InitAttr (HPDF_FontDef fontdef) in InitAttr() function
/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Dsheet.cpp1443 InitAttr(attr, DoGetDefaultGridAttr()); in GetOrCreateAttr()
1484 InitAttr(attr, DoGetDefaultRowLabelAttr()); in GetOrCreateAttr()
1512 InitAttr(attr, DoGetDefaultColLabelAttr()); in GetOrCreateAttr()
1655 InitAttr(attr, DoGetDefaultGridAttr()); in SetAttr()
1706 InitAttr(attr, DoGetDefaultRowLabelAttr()); in SetAttr()
1735 InitAttr(attr, DoGetDefaultColLabelAttr()); in SetAttr()
1751 bool wxSheet::InitAttr( wxSheetCellAttr& initAttr, const wxSheetCellAttr& defAttr ) const in InitAttr() function in wxSheet
/dports/math/gambit/gambit-16.0.1/src/labenski/include/wx/sheet/
H A Dsheet.h486 bool InitAttr( wxSheetCellAttr& initAttr, const wxSheetCellAttr& defAttr ) const;