Lines Matching defs:c1
111 ExecCommand *c = NULL, *c1;
140 c1 = c->command_next;
141 check_execcommand(c1, "/RValue/slashes", "/RValue///slashes", "r1///", NULL, false);
148 assert_se(c1->command_next == NULL);
155 c1 = c1->command_next;
156 check_execcommand(c1, "/RValue/slashes2", "///argv0", "r1", NULL, false);
163 assert_se(c1->command_next == NULL);
177 c1 = c;
178 check_execcommand(c1, "/RValue/slashes3", "argv0a", "r1", NULL, true);
185 c1 = c1->command_next;
186 check_execcommand(c1, "/RValue/slashes4", "argv0b", "r1", NULL, true);
193 assert_se(c1->command_next == NULL);
200 assert_se(c1->command_next == NULL);
209 c1 = c1->command_next;
210 check_execcommand(c1, "/RValue", "argv0", "r1", NULL, true);
212 c1 = c1->command_next;
213 check_execcommand(c1, "/goo/goo", NULL, "boo", NULL, false);
222 c1 = c1->command_next;
223 check_execcommand(c1, "/RValue", "argv0", "r1", NULL, true);
226 assert_se(c1->command_next == NULL);
234 c1 = c1->command_next;
235 check_execcommand(c1, "/RValue", "argv0", "r1", NULL, true);
237 assert_se(c1->command_next == NULL);
245 c1 = c1->command_next;
246 check_execcommand(c1, "/RValue", "argv0", "r1", NULL, true);
248 assert_se(c1->command_next == NULL);
256 c1 = c1->command_next;
257 check_execcommand(c1, "/RValue", "argv0", "r1", ";", true);
265 c1 = c1->command_next;
266 check_execcommand(c1, "/bin/find", NULL, ";", NULL, false);
274 c1 = c1->command_next;
275 check_execcommand(c1,
284 c1 = c1->command_next;
285 check_execcommand(c1,
294 c1 = c1->command_next;
295 check_execcommand(c1, "/bin/find", NULL, ";", NULL, false);
303 c1 = c1->command_next;
304 check_execcommand(c1, "/bin/find", NULL, ";", NULL, false);
312 c1 = c1->command_next;
313 check_execcommand(c1,
322 c1 = c1->command_next;
323 check_execcommand(c1,
332 c1 = c1->command_next;
333 check_execcommand(c1,
342 c1 = c1->command_next;
343 check_execcommand(c1,
352 c1 = c1->command_next;
353 check_execcommand(c1,
362 c1 = c1->command_next;
363 check_execcommand(c1,
376 assert_se(c1->command_next == NULL);
384 c1 = c1->command_next;
385 check_execcommand(c1, "/path ", NULL, NULL, NULL, false);
393 c1 = c1->command_next;
394 check_execcommand(c1, "/bin/grep", NULL, "\\w+\\K", NULL, false);
403 assert_se(c1->command_next == NULL);
410 assert_se(c1->command_next == NULL);
417 assert_se(c1->command_next == NULL);
424 assert_se(c1->command_next == NULL);
431 assert_se(c1->command_next == NULL);