Home
last modified time | relevance | path

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

/trueos/contrib/bmake/
HDparse.c277 static IFile *curFile; variable
759 if (curFile == NULL) { in Parse_Error()
763 fname = curFile->fname; in Parse_Error()
764 lineno = curFile->lineno; in Parse_Error()
2108 incdir = bmake_strdup(curFile->fname); in Parse_include_file()
2182 curFile->lf = lf; in Parse_include_file()
2365 name = curFile->fname; in Parse_SetInput()
2377 if (curFile != NULL) in Parse_SetInput()
2379 Lst_AtFront(includes, curFile); in Parse_SetInput()
2382 curFile = bmake_malloc(sizeof *curFile); in Parse_SetInput()
[all …]
/trueos/sys/dev/tdfx/
HDtdfx_vars.h93 struct file *curFile; member
HDtdfx_pci.c162 tdfx_info->curFile = NULL; in tdfx_attach()