Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfloat.c195 float_T fx = 0.0, fy = 0.0; in f_atan2() local
203 if (get_float_arg(argvars, &fx) == OK in f_atan2()
205 rettv->vval.v_float = atan2(fx, fy); in f_atan2()
328 float_T fx = 0.0, fy = 0.0; in f_fmod() local
336 if (get_float_arg(argvars, &fx) == OK in f_fmod()
338 rettv->vval.v_float = fmod(fx, fy); in f_fmod()
413 float_T fx = 0.0, fy = 0.0; in f_pow() local
421 if (get_float_arg(argvars, &fx) == OK in f_pow()
423 rettv->vval.v_float = pow(fx, fy); in f_pow()
/vim-8.2.3635/runtime/syntax/
H A Dcupl.vim45 syn match cuplNumber "'h'[0-9a-fx]\+\>"
H A Dlftp.vim91 \ use-fe[at] use-fx[p] use-hf[tp]
H A Determ.vim93 syn keyword etermFontType contained fx nextgroup=etermString skipwhite
/vim-8.2.3635/runtime/doc/
H A Dusr_03.txt109 command. The command "fx" searches forward in the line for the single
133 The "tx" command works like the "fx" command, except it stops one character
576 the character searches with "fx" and "tx" or the word movements "w" and "e".
H A Doptions.txt3503 hor horizontal movements: "l", "w", "fx", etc.