Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstrings.c2223 else if (fmt_spec == 'b' || fmt_spec == 'B') in vim_vsnprintf_typval()
2335 && (fmt_spec == 'b' || fmt_spec == 'B' in vim_vsnprintf_typval()
2336 || fmt_spec == 'x' || fmt_spec == 'X') ) in vim_vsnprintf_typval()
2381 else if (fmt_spec == 'b' || fmt_spec == 'B') in vim_vsnprintf_typval()
2512 if (fmt_spec == 'g' || fmt_spec == 'G') in vim_vsnprintf_typval()
2518 fmt_spec = ASCII_ISUPPER(fmt_spec) ? 'F' : 'f'; in vim_vsnprintf_typval()
2520 fmt_spec = fmt_spec == 'g' ? 'e' : 'E'; in vim_vsnprintf_typval()
2524 if ((fmt_spec == 'f' || fmt_spec == 'F') && in vim_vsnprintf_typval()
2568 if ((fmt_spec == 'f' || fmt_spec == 'F') in vim_vsnprintf_typval()
2575 format[l] = fmt_spec == 'F' ? 'f' : fmt_spec; in vim_vsnprintf_typval()
[all …]