Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c5074 char len_single_ch; in parse_dollar() local
5095 len_single_ch = ch; in parse_dollar()
5103 if (isdigit(len_single_ch) in parse_dollar()
5104 || (len_single_ch == '#' && isdigit(i_peek_and_eat_bkslash_nl(input))) in parse_dollar()
5122 if (len_single_ch != '#' && strchr(VAR_SUBST_OPS, ch)) in parse_dollar()
5146 if (len_single_ch != '#' in parse_dollar()
5223 len_single_ch = 0; /* it can't be ${#C} op */ in parse_dollar()