Home
last modified time | relevance | path

Searched refs:to_attrs (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dview_curses.cc588 std::pair<attr_t, attr_t> view_colors::to_attrs( in to_attrs() function in view_colors
715 this->vc_role_colors[VCR_IDENTIFIER] = this->to_attrs( in init_roles()
739 this->vc_role_colors[VCR_SKEWED_TIME] = this->to_attrs( in init_roles()
834 this->vc_role_colors[VCR_POPUP] = this->to_attrs( in init_roles()
836 this->vc_role_colors[VCR_FOCUSED] = this->to_attrs( in init_roles()
844 this->vc_role_colors[VCR_SCROLLBAR] = this->to_attrs( in init_roles()
875 this->vc_role_colors[VCR_NUMBER] = this->to_attrs( in init_roles()
878 this->vc_role_colors[VCR_RE_SPECIAL] = this->to_attrs( in init_roles()
880 this->vc_role_colors[VCR_RE_REPEAT] = this->to_attrs( in init_roles()
905 this->vc_level_attrs[level] = this->to_attrs( in init_roles()
[all …]
H A Dview_curses.hh321 std::pair<attr_t, attr_t> to_attrs(
/dports/devel/py-pylama/pylama-7.7.1/pylama/lint/
H A Dpylama_pylint.py61 Run([path] + params.to_attrs(), reporter=reporter, **kwargs)
99 def to_attrs(self): member in _Params
104 return " ".join(self.to_attrs())