HomeSort by: relevance | last modified time | path
    Searched refs:enter_file (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/gpl2/gmake/dist/
default.c 526 suffix_file = enter_file (".SUFFIXES");
555 register struct file *f = enter_file (s[0]);
default.c 526 suffix_file = enter_file (".SUFFIXES");
555 register struct file *f = enter_file (s[0]);
default.c 526 suffix_file = enter_file (".SUFFIXES");
555 register struct file *f = enter_file (s[0]);
filedef.h 105 extern struct file *enter_file PARAMS ((char *name));
filedef.h 105 extern struct file *enter_file PARAMS ((char *name));
filedef.h 105 extern struct file *enter_file PARAMS ((char *name));
ar.c 95 But we must be careful not to enter_file the archive itself if it does
103 arfile = enter_file (arname);
160 arfile = enter_file (arname);
ar.c 95 But we must be careful not to enter_file the archive itself if it does
103 arfile = enter_file (arname);
160 arfile = enter_file (arname);
ar.c 95 But we must be careful not to enter_file the archive itself if it does
103 arfile = enter_file (arname);
160 arfile = enter_file (arname);
implicit.c 847 f = enter_file (imf->name);
866 dep->file = enter_file (dep->name);
867 /* enter_file uses dep->name _if_ we created a new file. */
883 /* enter_file consumes S's storage. */
884 dep->file = enter_file (s);
963 new->file = enter_file (new->name);
implicit.c 847 f = enter_file (imf->name);
866 dep->file = enter_file (dep->name);
867 /* enter_file uses dep->name _if_ we created a new file. */
883 /* enter_file consumes S's storage. */
884 dep->file = enter_file (s);
963 new->file = enter_file (new->name);
implicit.c 847 f = enter_file (imf->name);
866 dep->file = enter_file (dep->name);
867 /* enter_file uses dep->name _if_ we created a new file. */
883 /* enter_file consumes S's storage. */
884 dep->file = enter_file (s);
963 new->file = enter_file (new->name);
commands.c 99 for (d = enter_file (".SUFFIXES")->deps; d != 0; d = d->next)
main.c 587 return enter_file (xstrdup (name));
1528 f = enter_file (stdin_nm);
1594 default_file = enter_file (".DEFAULT");
2179 default_goal_file = enter_file (ns->name);
2181 ns->name = 0; /* It was reused by enter_file(). */
commands.c 99 for (d = enter_file (".SUFFIXES")->deps; d != 0; d = d->next)
main.c 587 return enter_file (xstrdup (name));
1528 f = enter_file (stdin_nm);
1594 default_file = enter_file (".DEFAULT");
2179 default_goal_file = enter_file (ns->name);
2181 ns->name = 0; /* It was reused by enter_file(). */
commands.c 99 for (d = enter_file (".SUFFIXES")->deps; d != 0; d = d->next)
main.c 587 return enter_file (xstrdup (name));
1528 f = enter_file (stdin_nm);
1594 default_file = enter_file (".DEFAULT");
2179 default_goal_file = enter_file (ns->name);
2181 ns->name = 0; /* It was reused by enter_file(). */
file.c 73 enter_file similar, but create one if there is none. */
135 enter_file (char *name) function
584 d1->file = enter_file (d1->name);
file.c 73 enter_file similar, but create one if there is none. */
135 enter_file (char *name) function
584 d1->file = enter_file (d1->name);
file.c 73 enter_file similar, but create one if there is none. */
135 enter_file (char *name) function
584 d1->file = enter_file (d1->name);
read.c 253 d->file = enter_file (*p);
373 deps->file = enter_file (xstrdup (filename));
1817 We don't want to just call enter_file() because that allocates a
1822 f = enter_file (name);
1978 f = enter_file (name);
2084 f = enter_file (name);
2086 enter_file will have returned a new one, making it the prev
read.c 253 d->file = enter_file (*p);
373 deps->file = enter_file (xstrdup (filename));
1817 We don't want to just call enter_file() because that allocates a
1822 f = enter_file (name);
1978 f = enter_file (name);
2084 f = enter_file (name);
2086 enter_file will have returned a new one, making it the prev
read.c 253 d->file = enter_file (*p);
373 deps->file = enter_file (xstrdup (filename));
1817 We don't want to just call enter_file() because that allocates a
1822 f = enter_file (name);
1978 f = enter_file (name);
2084 f = enter_file (name);
2086 enter_file will have returned a new one, making it the prev
remake.c 1176 arfile = enter_file (arname);

Completed in 66 milliseconds

1 2