Searched refs:parsefile (Results 1 – 5 of 5) sorted by relevance
80 struct parsefile { struct102 static struct parsefile *parsefile = &basepf; /* current input file */ variable163 nr = read(parsefile->fd, parsefile->buf, BUFSIZ); in preadfd()224 p = parsefile->buf + (parsenextc - parsefile->buf); in preadbuffer()320 sp = parsefile->strpush = &(parsefile->basestrpush); in pushstring()435 pf = (struct parsefile *)ckmalloc(sizeof (struct parsefile)); in pushfile()440 parsefile = pf; in pushfile()447 struct parsefile *pf = parsefile; in popfile()470 struct parsefile *473 return parsefile; in getcurrentfile()[all …]
48 struct parsefile;60 struct parsefile *getcurrentfile(void);61 void popfilesupto(struct parsefile *);
1095 struct parsefile *const savetopfile = getcurrentfile(); in parsebackq()2088 struct parsefile *const savetopfile = getcurrentfile(); in expandstr()
839 struct parsefile *savetopfile; in evalcommand()
82 static int parsefile(const char *);230 warncount += parsefile(conffile); in main()545 parsefile(const char *filename) in parsefile() function