Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c6969 char cant_be_null = 0; /* only bit 0x80 matters */ in expand_vars_to_list() local
7003 cant_be_null |= first_ch; in expand_vars_to_list()
7013 cant_be_null |= first_ch; /* do it for "$@" _now_, when we know it's not empty */ in expand_vars_to_list()
7057 cant_be_null = 0x80; in expand_vars_to_list()
7139 && !(cant_be_null & 0x80) /* and all vars were not quoted */ in expand_vars_to_list()