package core_unix

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Unix_pseudo_terminalSource

Sourcemodule Unix = Caml_unix
Sourcetype openpt_flag =
  1. | O_RDWR
    (*

    Open for reading and writing

    *)
  2. | O_NOCTTY
    (*

    Don't make this dev a controlling tty

    *)
Sourceval grantpt : (Unix.file_descr -> unit) Core.Or_error.t
Sourceval unlockpt : (Unix.file_descr -> unit) Core.Or_error.t
Sourceval ptsname : (Unix.file_descr -> string) Core.Or_error.t