Searched refs:O_TTY_INIT (Results 1 – 3 of 3) sorted by relevance
156 O_TTY_INIT;
425 pub const O_TTY_INIT: ::c_int = 0x00080000; constant
14704 #ifdef O_TTY_INIT in all_ins()14705 if (PyModule_AddIntMacro(m, O_TTY_INIT)) return -1; in all_ins()