Searched refs:dirTodoNode (Results 1 – 2 of 2) sorted by relevance
91 static struct dirTodoNode *newDirTodo(void);92 static void freeDirTodo(struct dirTodoNode *);132 static struct dirTodoNode *freedt;134 static struct dirTodoNode *137 struct dirTodoNode *dt; in newDirTodo()140 if (!(dt = (struct dirTodoNode *)malloc(sizeof *dt))) in newDirTodo()148 freeDirTodo(struct dirTodoNode *dt) in freeDirTodo()157 struct dirTodoNode *pendingDirectories = NULL;286 struct dirTodoNode *p, *np; in finishDosDirSection()761 struct dirTodoNode *n; in readDosDirSection()[all …]
132 struct dirTodoNode { struct134 struct dirTodoNode *next; argument