Home
last modified time | relevance | path

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

/freebsd/bin/ps/
H A Dps.h63 #define VE_KEEP (1 << 0) macro
H A Dps.c1271 if ((vent->flags & VE_KEEP) != 0) in scan_vars()
1300 if ((vent->flags & VE_KEEP) == 0 && in remove_redundant_columns()
H A Dkeyword.c466 vent->flags = user ? VE_KEEP : 0; in parsefmt()