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

Data Fields

int type
 
char * argv [MAXARGS]
 
char * eargv [MAXARGS]
 

Detailed Description

Definition at line 20 of file sh.c.

Field Documentation

char* execcmd::argv[MAXARGS]

Definition at line 22 of file sh.c.

char* execcmd::eargv[MAXARGS]

Definition at line 23 of file sh.c.

int execcmd::type

Definition at line 21 of file sh.c.


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