Home | History | Annotate | Download | only in misc

Lines Matching refs:fnames

58 					fnames[f[i]]=i-1;
59 } else if (planinit && length(f[fnames["New NPA"]])>1) {
60 t = locationmap(trim(f[fnames["Location"]])) FS;
61 if (trim(f[fnames["Overlay?"]])=="Yes")
62 t = t "Overlay of " trim(f[fnames["Old NPA"]]);
63 else if (f[fnames["Old NPA"]])
64 t = t "Split of " trim(f[fnames["Old NPA"]]);
65 if (f[fnames["Status"]])
66 t = t " (" trim(f[fnames["Status"]]) ")";
67 if (length(f[fnames["In Service Date"]]) > 1)
69 trim(f[fnames["In Service Date"]]);
70 data[trim(f[fnames["New NPA"]]) "*"] = t;