Home
last modified time | relevance | path

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

/dports/x11/sterm/st-0.8.4/
H A Dst.c42 #define ISCONTROLC1(c) (BETWEEN(c, 0x80, 0x9f)) macro
43 #define ISCONTROL(c) (ISCONTROLC0(c) || ISCONTROLC1(c))
2323 ISCONTROLC1(u)) { in tputc()
/dports/x11-fm/xfe/xfe-1.44/st/
H A Dst.c48 #define ISCONTROLC1(c) (BETWEEN(c, 0x80, 0x9f)) macro
49 #define ISCONTROL(c) (ISCONTROLC0(c) || ISCONTROLC1(c))
2333 ISCONTROLC1(u)) { in tputc()