Searched refs:_POSIX_VDISABLE (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | stty.c | 73 #ifndef _POSIX_VDISABLE 74 # define _POSIX_VDISABLE 0 macro 166 { "eol2", CHAR, T_CHAR, US, VEOL2, _POSIX_VDISABLE, C("Alternate character to end the line") }, 169 { "swtch", CHAR, T_CHAR, US, VSWTCH, _POSIX_VDISABLE, C("Switch to a different shell layer") }, 171 { "eol", CHAR, T_CHAR, NL|US, VEOL, _POSIX_VDISABLE, C("End the line") }, 539 if(off==_POSIX_VDISABLE) 660 sp->c_cc[tp->mask] = _POSIX_VDISABLE;
|
/ast/src/cmd/ksh93/sh/ |
H A D | jobs.c | 107 # ifdef _POSIX_VDISABLE 108 # define CNSUSP _POSIX_VDISABLE 111 # endif /* _POSIX_VDISABLE */
|
Completed in 16 milliseconds