Home
last modified time | relevance | path

Searched refs:global_args_malloced (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dhush.c942 smalluint global_args_malloced; member
943 # define G_global_args_malloced (G.global_args_malloced)
1767 IF_HUSH_SET(sv->sv_g_malloced = G.global_args_malloced;) in save_and_replace_G_args()
1771 IF_HUSH_SET(G.global_args_malloced = 0;) in save_and_replace_G_args()
1779 if (G.global_args_malloced) { in restore_G_args()
1790 IF_HUSH_SET(G.global_args_malloced = sv->sv_g_malloced;) in restore_G_args()
11353 if (G.global_args_malloced) { in builtin_set()
11359 G.global_args_malloced = 1; in builtin_set()