is_new
char *value, bool_t is_new, int is_user)
} else if (is_new)
} else if (is_new(handle)) {
if (!is_new(handle) && !is_renaming(handle)) {
assert(is_new(handle) || is_renaming(handle));
if (!is_new(handle) && !is_renaming(handle)) {
boolean_t is_new; /* new cmd is being allocated */
is_new = B_TRUE;
is_new = B_FALSE;
if (is_new) {
boolean_t is_new;
is_new = B_FALSE;
is_new = B_TRUE;
if (is_new)
boolean_t is_new = B_FALSE;
is_new = B_TRUE;
if (is_new == B_TRUE)