in flood_subst_file.c [177:196]
void subst_list_make(subst_rec_t *subst_list) {
int i2 = 0;
subst_list[0].subst_var = "name";
subst_list[0].subst_file_name = "/pmalab1/temphome/guyf/work/replace_mc5/flood_stuff/build/flood-0.4/test";
subst_list[0].subst_mode = 0;
subst_list[0].valid = 1;
i2++;
subst_list[i2].subst_var = "foot";
subst_list[i2].subst_file_name = "/pmalab1/temphome/guyf/work/replace_mc5/flood_stuff/build/flood-0.4/blort";
subst_list[i2].subst_mode = 0;
subst_list[i2].valid = 1;
i2++;
subst_list[i2].subst_var = "nerve";
subst_list[i2].subst_file_name = "/pmalab1/temphome/guyf/work/replace_mc5/flood_stuff/build/flood-0.4/cavort";
subst_list[i2].subst_mode = 0;
subst_list[i2].valid = 1;
}