Searched refs:redirtab (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dredir.h44 struct redirtab;
51 void unwindredir(struct redirtab *stop);
52 struct redirtab *pushredir(union node *redir);
H A Dredir.c61 #define EMPTY -2 /* marks an unused slot in redirtab */
72 struct redirtab { struct
73 struct redirtab *next;
78 MKINIT struct redirtab *redirlist;
101 struct redirtab *sv;
343 struct redirtab *rp;
434 void unwindredir(struct redirtab *stop)
441 struct redirtab *pushredir(union node *redir)
443 struct redirtab *sv;
444 struct redirtab *
[all...]
H A Dinit.c79 #define EMPTY -2 /* marks an unused slot in redirtab */
134 struct redirtab { struct
135 struct redirtab *next;
139 extern struct redirtab *redirlist;
H A Deval.c709 struct redirtab *redir_stop;

Completed in 85 milliseconds