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

/xsrc/external/mit/xconsole/dist/
H A Dxconsole.c182 #ifndef PTYCHAR1
183 #define PTYCHAR1 "pqrstuvwxyzPQRSTUVWXYZ" macro
184 #endif /* !PTYCHAR1 */
807 while (PTYCHAR1[letter]) {
809 PTYCHAR1 [letter];
/xsrc/external/mit/xterm/dist/
H A Dptyx.h236 #ifndef PTYCHAR1
238 #define PTYCHAR1 "zyxwvutsrqp" macro
240 #define PTYCHAR1 "pqrstuvwxyzPQRSTUVWXYZ" macro
242 #endif /* !PTYCHAR1 */
H A Dmain.c3290 while (PTYCHAR1[letter]) {
3292 ptydev[strlen(ptydev) - 2] = PTYCHAR1[letter];

Completed in 21 milliseconds