Searched refs:parsefile (Results 1 – 9 of 9) sorted by relevance
| /src/bin/sh/ |
| H A D | input.c | 76 struct parsefile { struct 77 struct parsefile *prev; /* preceding file on stack */ argument 94 static struct parsefile basepf = { /* top level input file */ 98 static struct parsefile *parsefile = &basepf; /* current input file */ variable 130 parsenextc = parsefile->buf; in preadfd() 134 if (parsefile->fd == 0 && el) { in preadfd() 148 memcpy(parsefile->buf, rl_cp, nr); in preadfd() 157 nr = read(parsefile->fd, parsefile->buf, BUFSIZ); in preadfd() 163 if (parsefile->fd == 0 && errno == EWOULDBLOCK) { in preadfd() 195 while (parsefile->strpush) { in preadbuffer() [all …]
|
| H A D | input.h | 47 struct parsefile; 59 struct parsefile *getcurrentfile(void); 60 void popfilesupto(struct parsefile *);
|
| H A D | parser.c | 1095 struct parsefile *const savetopfile = getcurrentfile(); in parsebackq() 2364 struct parsefile *const savetopfile = getcurrentfile(); in expandstr()
|
| H A D | eval.c | 830 struct parsefile *savetopfile; in evalcommand()
|
| /src/contrib/bmake/unit-tests/ |
| H A D | varname-dot-parsefile.mk | 37 .PARSEFILE= fake-parsefile
|
| H A D | Makefile | 460 TESTS+= varname-dot-parsefile 671 SED_CMDS.varname-dot-parsefile= -e '/in some cases/ s,^make: [^:]*:,make: <normalized>:,'
|
| /src/sbin/sysctl/ |
| H A D | sysctl.c | 79 static int parsefile(FILE *); 257 warncount += parsefile(file); in main() 617 parsefile(FILE *file) in parsefile() function
|
| /src/usr.bin/bmake/unit-tests/ |
| H A D | Makefile | 463 TESTS+= varname-dot-parsefile 674 SED_CMDS.varname-dot-parsefile= -e '/in some cases/ s,^make: [^:]*:,make: <normalized>:,'
|
| /src/contrib/bmake/ |
| H A D | FILES | 855 unit-tests/varname-dot-parsefile.exp 856 unit-tests/varname-dot-parsefile.mk
|