Lines Matching refs:Fields
559 var *Fields; member
633 #define Fields (G1.Fields ) macro
1928 newsize = maxfields * sizeof(Fields[0]); in fsrealloc()
1929 debug_printf_eval("fsrealloc: xrealloc(%p, %u)\n", Fields, newsize); in fsrealloc()
1930 Fields = xrealloc(Fields, newsize); in fsrealloc()
1931 debug_printf_eval("fsrealloc: Fields=%p..%p\n", Fields, (char*)Fields + newsize - 1); in fsrealloc()
1935 Fields[i].type = VF_SPECIAL; in fsrealloc()
1936 Fields[i].string = NULL; in fsrealloc()
1941 clrvar(Fields + i); in fsrealloc()
2069 Fields[i].string = nextword(&s); in split_f0()
2070 Fields[i].type |= (VF_FSTR | VF_USER | VF_DIRTY); in split_f0()
2103 s = getvar_s(&Fields[i]); in handle_special()
2141 setvar_i(intvar[NF], n > v-Fields ? n : v-Fields+1); in handle_special()
3417 res = &Fields[i - 1]; in evaluate()