Searched refs:with_len (Results 1 – 3 of 3) sorted by relevance
867 static int with_len = 0; variable880 if (with_len == withs_max) in append_withs()886 for (i = 0; i < with_len; i++) in append_withs()894 withs[with_len].s = xstrdup (s); in append_withs()895 withs[with_len].in_file = current_source_file; in append_withs()896 withs[with_len].limited = limited_access; in append_withs()897 with_len++; in append_withs()910 for (i = 0; i < with_len; i++) in reset_ada_withs()915 with_len = 0; in reset_ada_withs()927 for (i = 0; i < with_len; i++) in dump_ada_withs()
747 static int with_len = 0; variable760 if (with_len == withs_max) in append_withs()766 for (i = 0; i < with_len; i++) in append_withs()774 withs [with_len].s = xstrdup (s); in append_withs()775 withs [with_len].in_file = source_file_base; in append_withs()776 withs [with_len].limited = limited_access; in append_withs()777 with_len++; in append_withs()790 for (i = 0; i < with_len; i++) in reset_ada_withs()795 with_len = 0; in reset_ada_withs()807 for (i = 0; i < with_len; i++) in dump_ada_withs()
532 size_t len, with_len, what_len; in _rl_compat_sub() local535 with_len = strlen(with); in _rl_compat_sub()542 len += with_len - what_len; in _rl_compat_sub()555 memcpy(r, with, with_len); in _rl_compat_sub()556 r += with_len; in _rl_compat_sub()