Lines Matching defs:insert
71 int insert, /* Insertion point */
94 insert = 0;
99 insert = cups_find_option(name, num_options, *options, num_options - 1,
103 insert ++;
113 insert));
128 if (insert < num_options)
131 (int)(num_options - insert)));
132 memmove(temp + insert + 1, temp + insert, (size_t)(num_options - insert) * sizeof(cups_option_t));
135 temp += insert;
146 insert));
148 temp = *options + insert;