Lines Matching refs:dot
233 static Path *dot; /* contents of current directory */ variable
329 if (dot != NULL) { in Dir_InitDot()
333 ln = Lst_Member(openDirectories, dot); in Dir_InitDot()
337 dot = Dir_AddDir(NULL, "."); in Dir_InitDot()
339 if (dot == NULL) { in Dir_InitDot()
348 dot->refCount += 1; in Dir_InitDot()
372 dot->refCount -= 1; in Dir_End()
375 Dir_Destroy(dot); in Dir_End()
408 if (dot) in Dir_SetPATH()
409 Var_Append(".PATH", dot->name, VAR_GLOBAL); in Dir_SetPATH()
418 if (p == dot && hasLastDot) in Dir_SetPATH()
424 if (dot) in Dir_SetPATH()
425 Var_Append(".PATH", dot->name, VAR_GLOBAL); in Dir_SetPATH()
836 DirMatchFiles(word, dot, expansions); in Dir_Expand()
907 if (p != dot) { in DirLookupSubdir()
1011 if (Hash_FindEntry(&dot->files, cp) != NULL) { in DirFindDot()
1016 dot->hits += 1; in DirFindDot()
1183 if (dot) { in Dir_FindFile()
1185 if ((file = DirLookupSubdir(dot, name)) != NULL) in Dir_FindFile()
1197 if (p == dot) { in Dir_FindFile()
1210 if (dot && !checkedDot) { in Dir_FindFile()
1212 if ((file = DirLookupSubdir(dot, name)) != NULL) in Dir_FindFile()