Searched defs:off_option (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Ddefs.h461 #define off_option(s,x) ((s)->v[((x)&WMASK)/WBITS] &= ~(1L << ((x) % WBITS))) macro
464 #define sh_offoption(x) off_option(&sh.options,x)

Completed in 9 milliseconds