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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dprocess.c398 static int pty_max_bytes;
5525 if (pty_max_bytes == 0)
5528 pty_max_bytes = fpathconf (XFASTINT (p->outfd), _PC_MAX_CANON);
5529 if (pty_max_bytes < 0)
5530 pty_max_bytes = 250;
5532 pty_max_bytes = 250;
5535 pty_max_bytes--;
5563 while (ptr != end && linepos < pty_max_bytes)
396 static int pty_max_bytes; variable

Completed in 131 milliseconds