Searched refs:f_fn (Results 1 – 3 of 3) sorted by relevance
102 if (eq(fp->f_fn, file)) { in fl_lookup()118 if (eq(tail(fp->f_fn), tail(file))) { in fltail_lookup()481 tp->f_fn = this; in read_files()553 tp->f_fn = this; in read_files()594 if ((tp->f_fn[0] == '.') && (tp->f_fn[1] == '/')) { in put_source_file_name()595 fprintf(fp, "%s ", tp->f_fn); in put_source_file_name()597 fprintf(fp, "$(SOURCE_DIR)/%s ", tp->f_fn); in put_source_file_name()627 cp = tp->f_fn + (len = strlen(tp->f_fn)) - 1; in do_objs()640 sp = tail(tp->f_fn); in do_objs()667 if (tp->f_fn[strlen(tp->f_fn) - 1] != ext) { in do_files()[all …]
165 fl->f_fn = inwcopy; in do_header()181 fl->f_fn = name; in do_header()194 fl->f_fn, count ? fl->f_type : 0); in do_header()
65 char *f_fn; /* the name */ member