Home
last modified time | relevance | path

Searched refs:aixhack (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dpty.c349 static int aixhack = -1; variable
370 if (aixhack >= 0) in mch_openpty()
371 close(aixhack); in mch_openpty()
372 if ((aixhack = open(TtyName, O_RDWR | O_NOCTTY | O_EXTRA, 0)) < 0) in mch_openpty()