Home
last modified time | relevance | path

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

/reactos/dll/win32/urlmon/
H A Duri.c719 INT max_index, cur_index; in compute_elision_location() local
722 max_index = cur_index = -1; in compute_elision_location()
730 if(cur_index == -1) in compute_elision_location()
731 cur_index = i; in compute_elision_location()
737 if(cur_index == -1) in compute_elision_location()
738 cur_index = i; in compute_elision_location()
750 max_index = cur_index; in compute_elision_location()
754 cur_index = -1; in compute_elision_location()