UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
pipecmd Struct Reference

Data Fields

int type
 
struct cmdleft
 
struct cmdright
 

Detailed Description

Definition at line 35 of file sh.c.

Field Documentation

struct cmd* pipecmd::left

Definition at line 37 of file sh.c.

struct cmd* pipecmd::right

Definition at line 38 of file sh.c.

int pipecmd::type

Definition at line 36 of file sh.c.


The documentation for this struct was generated from the following file: