HomeSort by: relevance | last modified time | path
    Searched defs:readOnly (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/make/
var.c 184 * Use .[NO]READONLY: to adjust.
188 bool readOnly:1;
419 bool shortLived, bool fromEnvironment, bool readOnly)
429 var->readOnly = readOnly;
596 if (v->readOnly) {
1088 if (v->readOnly && !(flags & VAR_SET_READONLY)) {
1203 } else if (v->readOnly) {
1331 v->readOnly = bf;

Completed in 14 milliseconds