HomeFreeBSD

indent(1): remove is_procname.

Description

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().

Details

Provenance
pstefAuthored on
Parents
rS334564: indent(1): disjoint parser state from lexi()
Branches
Unknown
Tags
Unknown