feature: added completion for ~ and ${}
WIP leaks detected on ${} completion
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2018/11/18 13:12:34 by tmaze #+# #+# */
|
||||
/* Updated: 2019/09/27 16:09:09 by tmaze ### ########.fr */
|
||||
/* Updated: 2019/10/31 14:38:16 by tmaze ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -45,6 +45,8 @@ t_env *lstaddend(t_env **alst, t_env *new);
|
||||
t_env *lstgetelem(char *key, t_env *env);
|
||||
char **lsttotab(t_env *env);
|
||||
|
||||
char **res_ext(char **argv, t_env *env);
|
||||
|
||||
int exec_cmd(char **argv, t_env **env);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user