Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c104 #define VF_WALK 0x0800 /* 1 = variable has alloc'd x.walker list */ macro
110 #define VF_DONTTOUCH (VF_ARRAY | VF_SPECIAL | VF_WALK | VF_CHILD | VF_DIRTY)
1824 if (p->type & VF_WALK) { in nvfree()
2168 if (v->type & VF_WALK) { in hashwalk_init()
2171 v->type |= VF_WALK; in hashwalk_init()