Searched refs:n3 (Results 1 – 5 of 5) sorted by relevance
/busybox-1.35.0/shell/hush_test/hush-read/ |
D | read_n.tests | 3 echo 'test' | (read -n3 reply; echo "$reply")
|
/busybox-1.35.0/shell/ash_test/ash-read/ |
D | read_n.tests | 3 echo 'test' | (read -n3 reply; echo "$reply")
|
/busybox-1.35.0/shell/ |
D | ash.c | 11752 union node *n1, *n2, *n3; in list() local 11786 n3 = stzalloc(sizeof(struct nredir)); in list() 11787 n3->nredir.n = n2; in list() 11789 n2 = n3; in list() 11797 n3 = stzalloc(sizeof(struct nbinary)); in list() 11798 n3->type = NSEMI; in list() 11799 n3->nbinary.ch1 = n1; in list() 11800 n3->nbinary.ch2 = n2; in list() 11801 n1 = n3; in list() 11824 union node *n1, *n2, *n3; in andor() local [all …]
|
/busybox-1.35.0/editors/ |
D | awk.c | 1582 node *n, *n2, *n3; in chain_group() local 1651 n3 = parse_expr(TC_RPAREN); in chain_group() 1652 n = chain_loop(n3); in chain_group()
|
/busybox-1.35.0/miscutils/ |
D | bc.c | 6374 BcNum *n1, *n2, *n3; in zdc_program_modexp() local 6378 s = zxc_program_binOpPrep(&r2, &n2, &r3, &n3, false); in zdc_program_modexp() 6394 s = zxc_program_num(r3, &n3); in zdc_program_modexp() 6399 bc_num_init(&res.d.n, n3->len); in zdc_program_modexp() 6400 s = zdc_num_modexp(n1, n2, n3, &res.d.n); in zdc_program_modexp()
|