Searched refs:Parse_SetInput (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/bmake/
H A Dnonints.h168 void Parse_SetInput(const char *, int, int, ReadMoreProc, void *);
H A Dfor.c516 Parse_SetInput(NULL, lineno, -1, ForReadMore, f);
H A Dparse.c2114 * finished, parsing continues with the including file; see Parse_SetInput
2221 Parse_SetInput(fullname, 0, -1, loadedfile_readMore, lf);
2401 Parse_SetInput(const char *name, int lineno, int fd, function
2414 DEBUG3(PARSE, "Parse_SetInput: %s %s, line %d\n",
3234 Parse_SetInput(name, 0, -1, loadedfile_readMore, lf);

Completed in 113 milliseconds