Home
last modified time | relevance | path

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

/external/u-boot/common/
Dcli_hush.c305 struct variables *top_vars = &shell_ver; variable
309 static struct variables *top_vars = NULL ; variable
782 for(e = top_vars; e; e=e->next) in builtin_set()
2149 for (cur = top_vars; cur; cur=cur->next)
2191 for(cur = top_vars; cur; cur = cur->next) {
2224 struct variables *bottom = top_vars;
2255 for (cur = top_vars; cur; cur=cur->next) {
2260 struct variables *next = top_vars;
3319 if (top_vars == NULL) {
3320 top_vars = malloc(sizeof(struct variables));
[all …]