Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c103 #define VF_SPECIAL 0x0400 /* 1 = requires extra handling when changed */ macro
110 #define VF_DONTTOUCH (VF_ARRAY | VF_SPECIAL | VF_WALK | VF_CHILD | VF_DIRTY)
1935 Fields[i].type = VF_SPECIAL; in fsrealloc()
2075 intvar[NF]->type = VF_NUMBER | VF_SPECIAL; in split_f0()
2088 if (!(v->type & VF_SPECIAL)) in handle_special()
3592 v->type |= VF_SPECIAL; in awk_main()