Searched refs:VF_ARRAY (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dawk.c23 #define VF_ARRAY 0x0002 /* 1 = it's an array */ macro
34 #define VF_DONTTOUCH (VF_ARRAY | VF_SPECIAL | VF_WALK | VF_CHILD | VF_DIRTY)
698 if (!(a->type & VF_ARRAY)) {
699 a->type |= VF_ARRAY;
888 if ((p->type & (VF_ARRAY | VF_CHILD)) == VF_ARRAY) {

Completed in 97 milliseconds