util_lmember_p value list
is value an element in the list
Source code:
if { [lsearch -exact $list $value] > -1 } { return 1 } return 0