• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/src/

Lines Matching +defs:from +defs:encoding

343    complete on.  Once they complete, they are removed from this mask
371 /* Buffered-ahead input char from process, indexed by channel.
374 output from the process is to read at least one char.
414 /* Compute the Lisp form of the process status, p->status, from
832 /* If the process has already signaled, remove it from the list. */
991 Output from PROCESS is inserted in this buffer unless PROCESS has a filter. */)
1001 doc: /* Return the marker for the end of the last output from PROCESS. */)
1012 t means stop accepting output from the process.
1260 doc: /* Convert network ADDRESS from internal format to a string.
1579 If you want to separate standard output from standard error, invoke
1637 remove it from the process list. This means that each error
1767 systems for encoding arguments and for encoding data sent to the
1799 remove it from the process list. */
1866 /* Use volatile to protect variables from being clobbered by longjmp. */
2026 Protect it from permanent change. */
2401 it could have come from user data. So if FAMILY is not valid,
2715 it cannot be signaled, and the status codes are different from normal
2802 function is called when the server accepts a network connection from a
2832 A server process will listen for and accept connections from clients.
2843 inherited from the server process' TYPE, FILTER and SENTINEL.
2846 - The client process' plist is initialized from the server's plist.
3182 /* Comment from KFS: The original open-network-stream code
3924 doc: /* Allow any pending output from subprocesses to be read by Emacs.
3927 from PROCESS.
3935 from PROCESS, suspending reading output from other processes.
4189 concat3 (build_string ("accept from "),
4195 concat3 (build_string ("open from "),
4200 /* This variable is different from waiting_for_input in keyboard.c.
4269 If WAIT_PROC is specified, wait until something arrives from that
4270 process. The return value is true iff we read some input from
4273 If JUST_WAIT_PROC is non-nil, handle only output from WAIT_PROC
4274 (suspending output from other processes). A negative value
4278 received input from that process before the timeout elapsed.
4279 Otherwise, return true iff we received input from any process. */
4339 /* If calling from keyboard input, do not quit
4353 /* Compute time from now till when time limit is up */
4480 /* Don't wait for output from a non-running process. Just
4493 /* Read data from the process, until we exhaust it. */
4768 /* If checking input just got us a size-change event from X,
4773 /* Check for data from a process. */
4806 /* Read data from the process, starting with our
4814 don't try to read from any other processes
4933 from the process before calling the sentinel. */
4948 /* If calling from keyboard input, do not quit
4953 /* Prevent input_pending from remaining set if we quit. */
4990 /* Read pending output from the process channel,
5171 /* If a coding system for encoding is not yet decided, we set
5373 doc: /* Returns non-nil if Emacs is waiting for input from the user.
5400 OBJECT is the Lisp object that the data comes from. If OBJECT is
5401 nil or t, it means that the data comes from C string.
5404 for encoding before it is sent.
5415 /* Use volatile to protect variables from being clobbered by longjmp. */
5444 /* The coding system for encoding was changed to raw-text
5478 int from_byte = -1, from = -1, to = -1;
5483 from = buf_bytepos_to_charpos (XBUFFER (object), from_byte);
5489 from = string_byte_to_char (object, from_byte);
5496 coding_save_composition (coding, from, to, object);
5753 /* The coding system for encoding was changed to raw-text
5798 Called from program, takes three arguments, PROCESS, START and END.
5801 Output from processes can arrive in between bunches. */)
5820 Output from processes can arrive in between bunches. */)
5844 /* Some OS:es (Solaris 8/9) does not allow TIOCGPGRP from the
6505 ** USG WARNING: Although it is not obvious from the documentation
6793 from Vprocess_alist, and then causes a GC, tail is an unprotected
6914 (process, decoding, encoding)
6915 register Lisp_Object process, decoding, encoding;
6926 Fcheck_coding_system (encoding);
6929 p->encode_coding_system = encoding;
6937 doc: /* Return a cons of coding systems for decoding and encoding of PROCESS. */)
6983 /* The first time this is called, assume keyboard input comes from DESC
6984 instead of from where we used to expect it.
6985 Subsequent calls mean assume input keyboard can come from DESC
7234 On some systems, when Emacs reads the output from a subprocess, the output data
7237 non-nil value, as it will automatically delay reading from such processes, to
7351 Return true iff we received input from any process. */
7384 /* If calling from keyboard input, do not quit
7394 /* Compute time from now till when time limit is up */