Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtime.c142 list2proftime(typval_T *arg, proftime_T *tm) in list2proftime() function
190 if (list2proftime(&argvars[0], &res) == FAIL) in f_reltime()
201 if (list2proftime(&argvars[0], &start) == FAIL in f_reltime()
202 || list2proftime(&argvars[1], &res) == FAIL) in f_reltime()
240 if (list2proftime(&argvars[0], &tm) == OK) in f_reltimefloat()
264 if (list2proftime(&argvars[0], &tm) == OK) in f_reltimestr()