Searched defs:NV_RDONLY (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/ksh93/bltins/ |
H A D | getopts.c | 183 nv_putval(np, opt_info.arg, NV_RDONLY); 188 nv_putval(np, key, NV_RDONLY); 194 nv_putval(np, (char*)&d, NV_LDOUBLE|NV_RDONLY); local 197 nv_putval(np, opt_info.arg, NV_RDONLY);
|
/ast/src/cmd/ksh93/sh/ |
H A D | fault.c | 81 nv_putval(COLUMNS, (char*)&v, NV_INT32|NV_RDONLY); local 83 nv_putval(LINES, (char*)&v, NV_INT32|NV_RDONLY); local
|
/ast/src/cmd/ksh93/include/ |
H A D | nval.h | 163 #define NV_RDONLY 0x1 /* readonly bit */ macro
|
Completed in 14 milliseconds