Searched refs:first_ch (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.c2459 char first_ch; local
2474 first_ch = arg[0] | or_mask; /* forced to "quoted" if or_mask = 0x80 */
2477 if ((first_ch & 0x7f) != '@')
2478 ored_ch |= first_ch;
2480 switch (first_ch & 0x7f) {
2481 /* Highest bit in first_ch indicates that var is double-quoted */
2487 ored_ch |= first_ch; /* do it for "$@" _now_, when we know it's not empty */
2488 if (!(first_ch & 0x80)) { /* unquoted $* or $@ */
2508 if (first_ch == ('@'|0x80) && !or_mask) { /* quoted $@ */
2539 debug_printf_subst("SUBST '%s' first_ch
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c2459 char first_ch; local
2474 first_ch = arg[0] | or_mask; /* forced to "quoted" if or_mask = 0x80 */
2477 if ((first_ch & 0x7f) != '@')
2478 ored_ch |= first_ch;
2480 switch (first_ch & 0x7f) {
2481 /* Highest bit in first_ch indicates that var is double-quoted */
2487 ored_ch |= first_ch; /* do it for "$@" _now_, when we know it's not empty */
2488 if (!(first_ch & 0x80)) { /* unquoted $* or $@ */
2508 if (first_ch == ('@'|0x80) && !or_mask) { /* quoted $@ */
2539 debug_printf_subst("SUBST '%s' first_ch
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c2459 char first_ch; local
2474 first_ch = arg[0] | or_mask; /* forced to "quoted" if or_mask = 0x80 */
2477 if ((first_ch & 0x7f) != '@')
2478 ored_ch |= first_ch;
2480 switch (first_ch & 0x7f) {
2481 /* Highest bit in first_ch indicates that var is double-quoted */
2487 ored_ch |= first_ch; /* do it for "$@" _now_, when we know it's not empty */
2488 if (!(first_ch & 0x80)) { /* unquoted $* or $@ */
2508 if (first_ch == ('@'|0x80) && !or_mask) { /* quoted $@ */
2539 debug_printf_subst("SUBST '%s' first_ch
[all...]

Completed in 259 milliseconds