Lines Matching defs:right_word
516 char *right_word;
538 right_word = strchr(left_word, '=');
539 if (!right_word || right_word == left_word)
541 is_not = *(right_word - 1) == '!';
543 *(right_word++ - 1) = '\0'; /* Will restore later. */
544 else if (*(right_word + 1) != '=')
545 *right_word++ = '\0'; /* Will restore later. */
549 is_not ? "!" : "", right_word);
555 else if (!strcmp(right_word, "yes"))
557 else if (!strcmp(right_word, "no"))
574 right_word, argv++))
589 right_word, envp++))
621 param->data = right_word;
628 right = tomoyo_condition_type(right_word);
635 param->data = right_word;