Searched refs:PTYCHAR2 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xconsole/dist/
H A Dxconsole.c186 #ifndef PTYCHAR2
188 #define PTYCHAR2 "0123456789abcdefghijklmnopqrstuv" macro
190 #define PTYCHAR2 "0123456789abcdef" macro
192 #endif /* !PTYCHAR2 */
811 while (PTYCHAR2[devindex]) {
813 PTYCHAR2 [devindex];
/xsrc/external/mit/xterm/dist/
H A Dptyx.h244 #ifndef PTYCHAR2
246 #define PTYCHAR2 "fedcba9876543210" macro
249 #define PTYCHAR2 "0123456789abcdefghijklmnopqrstuv" macro
251 #define PTYCHAR2 "0123456789abcdef" macro
254 #endif /* !PTYCHAR2 */
H A Dmain.c3294 while (PTYCHAR2[devindex]) {
3296 ptydev[strlen(ptydev) - 1] = PTYCHAR2[devindex];

Completed in 15 milliseconds