Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c143 #ifndef _POSIX_DISABLE
144 # define _POSIX_DISABLE 0 macro
346 nttyparm.c_cc[VREPRINT] = _POSIX_DISABLE; in tty_raw()
349 nttyparm.c_cc[VDISCARD] = _POSIX_DISABLE; in tty_raw()
352 nttyparm.c_cc[VDSUSP] = _POSIX_DISABLE; in tty_raw()
355 if(ttyparm.c_cc[VWERASE] == _POSIX_DISABLE) in tty_raw()
359 nttyparm.c_cc[VWERASE] = _POSIX_DISABLE; in tty_raw()
364 if(ttyparm.c_cc[VLNEXT] == _POSIX_DISABLE ) in tty_raw()
368 nttyparm.c_cc[VLNEXT] = _POSIX_DISABLE; in tty_raw()
478 nttyparm.c_cc[VREPRINT] = _POSIX_DISABLE; in tty_alt()
[all …]