Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c666 static struct tempnode *volatile temphead; variable
667 static struct tempnode *volatile *temptail = &temphead;
814 for (node = temphead; node; node = node->next) in cleanup()
816 temphead = nullptr; in cleanup()
824 if (temphead) in exit_cleanup()
1068 saved_temphead = temphead; in pipe_fork()
1069 temphead = nullptr; in pipe_fork()
1074 temphead = saved_temphead; in pipe_fork()
1253 for (pnode = &temphead; (node = *pnode)->name != name; pnode = &node->next) in zaptemp()
4086 struct tempnode *node = temphead; in sort()