Lines Matching refs:copt
1354 char *shell, *copt, *news = NULL; in do_spawn3() local
1360 copt = "-c"; in do_spawn3()
1362 copt = "-c"; in do_spawn3()
1364 copt = "/C"; in do_spawn3()
1373 copt = "-c"; in do_spawn3()
1425 rc = execl(shell,shell,copt,cmd,(char*)0); in do_spawn3()
1427 rc = spawnl(P_OVERLAY,shell,shell,copt,cmd,(char*)0); in do_spawn3()
1429 rc = spawnl(P_NOWAIT,shell,shell,copt,cmd,(char*)0); in do_spawn3()
1431 rc = spawnl(flag,shell,shell,copt,cmd,(char*)0); in do_spawn3()
1435 rc = spawnl(P_WAIT,shell,shell,copt,cmd,(char*)0); in do_spawn3()
1438 spawnl(P_NOWAIT,shell,shell,copt,cmd,(char*)0)); in do_spawn3()