OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sh_fd_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/sh/
redir.c
146
STATIC struct shell_fds *
sh_fd_list
;
variable in typeref:struct:shell_fds *
775
fp->nxt =
sh_fd_list
;
776
sh_fd_list
= fp;
788
fpp = &
sh_fd_list
;
805
for (fp =
sh_fd_list
; fp != NULL; fp = fp->nxt)
redir.c
146
STATIC struct shell_fds *
sh_fd_list
;
variable in typeref:struct:shell_fds *
775
fp->nxt =
sh_fd_list
;
776
sh_fd_list
= fp;
788
fpp = &
sh_fd_list
;
805
for (fp =
sh_fd_list
; fp != NULL; fp = fp->nxt)
Completed in 135 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025