Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c106 #define VF_CHILD 0x2000 /* 1 = function arg; x.parent points to source */ macro
110 #define VF_DONTTOUCH (VF_ARRAY | VF_SPECIAL | VF_WALK | VF_CHILD | VF_DIRTY)
928 while (a->type & VF_CHILD) in iamarray()
1819 if ((p->type & (VF_ARRAY | VF_CHILD)) == VF_ARRAY) { in nvfree()
3162 argvars[i].type |= VF_CHILD; in evaluate()