Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-ada-spec.c867 static int with_len = 0; variable
880 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()
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-ada-spec.c747 static int with_len = 0; variable
760 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()
/dflybsd-src/contrib/libedit/src/
H A Dreadline.c532 size_t len, with_len, what_len; in _rl_compat_sub() local
535 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()