is_not
if (!is_not(next))
argv->index, argv->is_not ? "!" : "");
tomoyo_io_printf(head, "\"]%s=", envp->is_not ? "!" : "");
bool is_not;
bool is_not;
if (argv[i].is_not)
if ((!envp->value && !envp->is_not) ||
(envp->value && envp->is_not))
if (argv->is_not)
bool is_not;
is_not = *(right_word - 1) == '!';
if (is_not)
is_not ? "!" : "", right_word);
if (is_not ||
argv->is_not = is_not;
envp->is_not = is_not;
__LINE__, left, right, !is_not);
condp->equals = !is_not;
if (envp->is_not)
if (!envp->is_not)