Searched refs:bltin (Results 1 – 19 of 19) sorted by relevance
32 Section :ref:`bltin-file-objects`
32 :ref:`bltin-file-objects`). Each call to the function should return one line55 section :ref:`bltin-file-objects`). Each call to the function should return one
11 file objects for operations (section :ref:`bltin-file-objects`). (For
61 :ref:`bltin-file-objects` in this manual. (It is not a built-in file object,
473 :ref:`bltin-file-objects`. The constructor's arguments are the same as those879 section :ref:`bltin-file-objects`. If the file cannot be opened,
666 described in :ref:`bltin-file-objects`.) The file object does not close the
137 bltin, /* BLTIN */
184 extern Cell *bltin(Node **, int);
207 * run.c (bltin): For FSYSTEM, use the macros defined for wait(2)
710 fixed call to time in run.c (bltin); arg is time_t *.1043 all the built-in arithmetic functions in bltin().1044 A warning is generated if a bltin() is called with
1516 Cell *bltin(Node **a, int n) /* builtin functions. a[0] is type, a[1] is arg list */ in bltin() function
74 :ref:`bltin-exceptions` lists the built-in exceptions and their meanings.
328 :ref:`bltin-file-objects` (``for line in sys.stdin``) which is not influenced
111 ``True`` (see :ref:`bltin-boolean-values`).1590 See also :ref:`bltin-type-objects`.
228 described in :ref:`bltin-exceptions`.
226 described in :ref:`bltin-exceptions`.
1045 * Use the right data structures. Study documentation for the :ref:`bltin-types`
901 error streams. See :ref:`bltin-file-objects` for complete documentation of