Home
last modified time | relevance | path

Searched refs:is_too_wide (Results 1 – 2 of 2) sorted by relevance

/dports/databases/py-pgcli/pgcli-3.2.0/pgcli/
H A Dmain.py1066 def is_too_wide(self, line): member in PGCli
1091 if self.is_too_tall(lines) or any(self.is_too_wide(l) for l in lines):
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dlimex_compile.cpp600 bool is_too_wide(const AccelScheme &as) { in is_too_wide() function
661 if (is_too_wide(as)) { in fillAccelInfo()