Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c907 struct nbinary { struct
995 struct nbinary nbinary; member
1352 shtree(n->nbinary.ch1, ind, NULL, fp); in shtree()
1355 shtree(n->nbinary.ch2, ind, NULL, fp); in shtree()
4993 cmdtxt(n->nbinary.ch1); in cmdtxt()
4995 n = n->nbinary.ch2; in cmdtxt()
5032 cmdtxt(n->nbinary.ch1); in cmdtxt()
5033 n = n->nbinary.ch2; in cmdtxt()
8908 [NAND ] = SHELL_ALIGN(sizeof(struct nbinary)),
8909 [NOR ] = SHELL_ALIGN(sizeof(struct nbinary)),
[all …]