Home
last modified time | relevance | path

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

/dports/x11/xterm/xterm-370/
H A Dptyx.h336 #define FullS2L(s,d) (PartS2L(s,d) && (*(d) == '\0'))
337 #define PartS2L(s,d) (isdigit(CharOf(*(s))) && (d) != (s) && (d) != 0) macro
H A Dmisc.c3082 if (!PartS2L(buf, next) || (color < 0)) in ResetAnsiColorRequest()
4152 if (!PartS2L(buf, next) || (which < 0)) in do_osc()
4162 if (!PartS2L(buf, next) || (value < 0)) in do_osc()
H A Dmain.c1462 if (PartS2L(s, d) && temp > 0) { in decode_keyvalue()