Lines Matching defs:added
649 struct token *added, *arg;
672 added = dup_token(t, base_pos);
673 token_type(added) = TOKEN_SPECIAL;
674 tail = &added->next;
702 tail = copy(&added, arg, count);
703 added->pos.newline = body->pos.newline;
704 added->pos.whitespace = body->pos.whitespace;
715 added = dup_token(body, base_pos);
716 if (added->ident->tainted)
717 added->pos.noexpand = 1;
718 tail = &added->next;
722 added = dup_token(body, base_pos);
723 tail = &added->next;
729 * added something into the list, so containing_token() is OK.
731 if (state == Concat && merge(containing_token(list), added)) {
732 *list = added->next;
733 if (tail != &added->next)
736 *list = added;
846 * dirafter_includepath Paths added with -dirafter.
868 * and added before -nostdinc by -isystem and -idirafter.