Searched refs:exp_word (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c2582 char *exp_word = exp_word; /* for compiler */ local
2607 exp_word = exp_saveptr + 1;
2609 exp_op = *exp_word++;
2615 exp_word--;
2667 scan_t scan = pick_scan(exp_op, *exp_word, &match_at_left);
2668 if (exp_op == *exp_word) /* ## or %% */
2669 exp_word++;
2672 char *exp_exp_word = expand_pseudo_dquoted(exp_word);
2674 exp_word
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c2582 char *exp_word = exp_word; /* for compiler */ local
2607 exp_word = exp_saveptr + 1;
2609 exp_op = *exp_word++;
2615 exp_word--;
2667 scan_t scan = pick_scan(exp_op, *exp_word, &match_at_left);
2668 if (exp_op == *exp_word) /* ## or %% */
2669 exp_word++;
2672 char *exp_exp_word = expand_pseudo_dquoted(exp_word);
2674 exp_word
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c2582 char *exp_word = exp_word; /* for compiler */ local
2607 exp_word = exp_saveptr + 1;
2609 exp_op = *exp_word++;
2615 exp_word--;
2667 scan_t scan = pick_scan(exp_op, *exp_word, &match_at_left);
2668 if (exp_op == *exp_word) /* ## or %% */
2669 exp_word++;
2672 char *exp_exp_word = expand_pseudo_dquoted(exp_word);
2674 exp_word
[all...]

Completed in 109 milliseconds