Searched refs:VF_CACHED (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.c25 #define VF_CACHED 0x0100 /* 1 = num/str value has cached str/num eq */ macro
782 if ((v->type & (VF_NUMBER | VF_CACHED)) == VF_NUMBER) {
785 v->type |= VF_CACHED;
794 if ((v->type & (VF_NUMBER | VF_CACHED)) == 0) {
807 v->type |= VF_CACHED;

Completed in 157 milliseconds