maxishell
Implementation of a shell for Linux-like systems
Loading...
Searching...
No Matches
s_ms_data Struct Reference

#include <shell.h>

Collaboration diagram for s_ms_data:

Public Attributes

struct termios * terminal
 
char ** args
 
t_envenvp
 
t_envshell_variables
 
int std_in
 
int std_out
 
int std_err
 
char * current_dir
 
int exit_status
 

Detailed Description

Definition at line 20 of file shell.h.

Member Data Documentation

◆ args

◆ current_dir

char* s_ms_data::current_dir

Definition at line 29 of file shell.h.

Referenced by free_ms_data(), and init_ms_data().

◆ envp

◆ exit_status

◆ shell_variables

◆ std_err

int s_ms_data::std_err

Definition at line 28 of file shell.h.

Referenced by free_ms_data(), and init_ms_data().

◆ std_in

int s_ms_data::std_in

◆ std_out

◆ terminal

struct termios* s_ms_data::terminal

Definition at line 22 of file shell.h.


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