值:
for (item = (list)->pstNext, next = item->pstNext; item != (list); \ item = next, next = item->pstNext)
在文件los_list.h第422行定义。