Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dlists.cpp282 LISTITER t_it = list_begin( t ); in list_cmp() local
287 while ( !status && ( t_it != t_end || s_it != s_end ) ) in list_cmp()
289 char const * st = t_it != t_end ? object_str( list_item( t_it ) ) : ""; in list_cmp()
294 t_it = t_it != t_end ? list_next( t_it ) : t_it; in list_cmp()