Home
last modified time | relevance | path

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

/coreutils/src/
Dtr.c124 repeated_char; member
714 new->u.repeated_char.the_repeated_char = the_char; in append_repeated_char()
715 new->u.repeated_char.repeat_count = repeat_count; in append_repeated_char()
1102 if (p->u.repeated_char.repeat_count == 0) in get_next()
1115 return_val = p->u.repeated_char.the_repeated_char; in get_next()
1116 if (s->state == p->u.repeated_char.repeat_count) in get_next()
1285 if (p->u.repeated_char.repeat_count > 0) in get_spec_stats()
1286 len = p->u.repeated_char.repeat_count; in get_spec_stats()
1325 s2->indefinite_repeat_element->u.repeated_char.repeat_count = in get_s2_spec_stats()
1392 char_to_repeat = p->u.repeated_char.the_repeated_char; in string2_extend()