Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c107 #define VF_DIRTY 0x4000 /* 1 = variable was set explicitly */ macro
110 #define VF_DONTTOUCH (VF_ARRAY | VF_SPECIAL | VF_WALK | VF_CHILD | VF_DIRTY)
947 v->type |= VF_DIRTY; in clrvar()
1070 return ((v->type ^ VF_DIRTY) & (VF_NUMBER | VF_USER | VF_DIRTY)); in is_numeric()
2070 Fields[i].type |= (VF_FSTR | VF_USER | VF_DIRTY); in split_f0()