K 10 svn:author V 5 pstef K 8 svn:date V 27 2018-06-03T16:27:40.216279Z K 7 svn:log V 218 indent(1): remove is_procname. It was a shorthand for checking if ps.procname is a non-empty string; the same can be done with ps.procname[0] which avoids the need for updating is_procname after every call to lexi(). END