Searched refs:PtyProto (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/screen-22/screen/
H A Dpty.c81 static char PtyProto[] = "/dev/ptym/ptyXY"; variable
85 static char PtyProto[] = "/dev/ptypXY"; variable
88 static char PtyProto[] = "/dev/ptyXY"; variable
346 strcpy(PtyName, PtyProto);
/macosx-10.10/vim-55/src/
H A Dpty.c353 static char PtyProto[] = "/dev/ptym/ptyXY"; variable
357 static char PtyProto[] = "/dev/pt/XY"; variable
360 static char PtyProto[] = "/dev/ptyXY"; variable
375 strcpy(PtyName, PtyProto);

Completed in 676 milliseconds