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

#include <tokens.h>

Collaboration diagram for s_loop_data:

Public Attributes

char * prompt
 
char * input
 
char * trimmed_input
 
t_tokentokens
 
t_asttree
 

Detailed Description

Definition at line 57 of file tokens.h.

Member Data Documentation

◆ input

char* s_loop_data::input

Definition at line 60 of file tokens.h.

Referenced by main_loop().

◆ prompt

char* s_loop_data::prompt

Definition at line 59 of file tokens.h.

◆ tokens

t_token* s_loop_data::tokens

Definition at line 62 of file tokens.h.

Referenced by main_loop().

◆ tree

t_ast* s_loop_data::tree

Definition at line 63 of file tokens.h.

Referenced by loop_cleanup(), main_loop(), and process_ast_and_io().

◆ trimmed_input

char* s_loop_data::trimmed_input

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