Home
last modified time | relevance | path

Searched refs:curFile (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/bmake/
H A Dparse.c2225 curFile->buf = buf; in Parse_PushInput()
2234 curFile->buf_ptr = curFile->buf.data; in Parse_PushInput()
2235 curFile->buf_end = curFile->buf.data + curFile->buf.len; in Parse_PushInput()
2362 For_NextIteration(curFile->forLoop, &curFile->buf)) { in ParseEOF()
2363 curFile->buf_ptr = curFile->buf.data; in ParseEOF()
2364 curFile->buf_end = curFile->buf.data + curFile->buf.len; in ParseEOF()
2365 curFile->readLines = curFile->forBodyReadLines; in ParseEOF()
2372 HashTable_Set(&guards, curFile->name.str, curFile->guard); in ParseEOF()
2393 curFile = CurFile(); in ParseEOF()
2395 curFile->name.str, curFile->readLines + 1); in ParseEOF()
[all …]
H A DChangeLog1356 o parse.c: merge curFile into includes
/freebsd-14.2/sys/dev/tdfx/
H A Dtdfx_vars.h93 struct file *curFile; member
H A Dtdfx_pci.c159 tdfx_info->curFile = NULL; in tdfx_attach()