Searched refs:assign (Results 1 – 7 of 7) sorted by relevance
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | param_expand_assign.right | 5 hush: $1: cannot assign in this way 6 hush: $1: cannot assign in this way 7 hush: $1: cannot assign in this way 8 hush: $1: cannot assign in this way
|
/busybox-1.35.0/shell/ash_test/ash-signals/ |
D | usage.tests | 5 # assign some traps
|
/busybox-1.35.0/shell/hush_test/hush-signals/ |
D | usage.tests | 5 # assign some traps
|
/busybox-1.35.0/miscutils/ |
D | bc.c | 4797 bool paren_first, rprn, assign, bin_last, incdec; in zbc_parse_expr() local 4802 rprn = assign = incdec = false; in zbc_parse_expr() 4980 assign = (top >= BC_LEX_OP_ASSIGN_POWER && top <= BC_LEX_OP_ASSIGN); in zbc_parse_expr() 5005 if (paren_first || !assign) in zbc_parse_expr() 5108 bool assign, get_token; in zdc_parse_token() local 5153 assign = (t == DC_LEX_OP_ASSIGN); in zdc_parse_token() 5154 inst = assign ? XC_INST_VAR : DC_INST_PUSH_TO_VAR; in zdc_parse_token() 5155 s = zdc_parse_mem(inst, true, assign); in zdc_parse_token() 5379 BcResult **r, BcNum **rn, bool assign) in zxc_program_binOpPrep() argument 5405 if (!BC_PROG_NUM((*l), (*ln)) && (!assign || (*l)->t != XC_RESULT_VAR)) in zxc_program_binOpPrep() [all …]
|
/busybox-1.35.0/docs/ |
D | keep_data_small.txt | 102 smaller code. In order to assign it, use SET_PTR_TO_GLOBALS macro:
|
/busybox-1.35.0/examples/var_service/ |
D | README | 121 (if they also assign 169.254 addresses to themselves).
|
/busybox-1.35.0/shell/ |
D | ash.c | 889 union node *assign; member 8957 funcblocksize = calcsize(funcblocksize, n->ncmd.assign); in calcsize() 9073 new->ncmd.assign = copynode(n->ncmd.assign); in copynode() 10424 for (argp = cmd->ncmd.assign; argp; argp = argp->narg.next) { in evalcommand() 12096 n->ncmd.assign = vars; in simplecmd()
|