Minishell
 
Loading...
Searching...
No Matches
manipulation_params.c File Reference
#include "env.h"
#include "garbage.h"
Include dependency graph for manipulation_params.c:

Functions

t_paramsget_param (t_garbage *garbage, char *content, size_t equal)
 
void replace_param (t_garbage *garbage, t_var *var, char *new_content, size_t equal)
 
t_paramsft_paramlast (t_params *lst_params)
 
void ft_paramsadd_back (t_params **lst_params, t_params *new)
 

Function Documentation

◆ ft_paramlast()

t_params * ft_paramlast ( t_params * lst_params)

◆ ft_paramsadd_back()

void ft_paramsadd_back ( t_params ** lst_params,
t_params * new )
Here is the call graph for this function:

◆ get_param()

t_params * get_param ( t_garbage * garbage,
char * content,
size_t equal )
Here is the call graph for this function:

◆ replace_param()

void replace_param ( t_garbage * garbage,
t_var * var,
char * new_content,
size_t equal )
Here is the call graph for this function: