Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfloat.c517 int isneg; in f_str2float() local
526 isneg = (*p == '-'); in f_str2float()
531 if (isneg) in f_str2float()
H A Dstrings.c976 int isneg; in f_str2nr() local
998 isneg = (*p == '-'); in f_str2nr()
1009 if (isneg) in f_str2nr()