Searched refs:PTYRANGE0 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/screen-22/screen/
H A Dconfig.h656 * define PTYRANGE0 and or PTYRANGE1 if you want to adapt screen
659 * #define PTYRANGE0 "pqrstuvwxyzPQRST"
662 #define PTYRANGE0 "pqrstuvw" macro
H A Dpty.c62 #ifndef PTYRANGE0
63 # define PTYRANGE0 "qpr" macro
352 for (l = PTYRANGE0; (*p = *l) != '\0'; l++)
H A Dconfig.h.in655 * define PTYRANGE0 and or PTYRANGE1 if you want to adapt screen
658 * #define PTYRANGE0 "pqrstuvwxyzPQRST"
661 #undef PTYRANGE0
/macosx-10.10/vim-55/src/auto/
H A Dconfig.h131 #define PTYRANGE0 "pqrstuvw" macro
/macosx-10.10/vim-55/src/
H A Dpty.c111 #ifndef PTYRANGE0
112 # define PTYRANGE0 "qprs" macro
381 for (l = PTYRANGE0; (*p = *l) != '\0'; l++)
H A Dconfig.h.in123 #undef PTYRANGE0

Completed in 188 milliseconds