Searched refs:done_msg (Results 1 – 2 of 2) sorted by relevance
336 constant char *done_msg = (*cbuf == CONTROL('P')) ? NULL : "!done"; in exec_mca() local337 if (done_msg == NULL) in exec_mca()347 lsystem(shellcmd == NULL ? "" : shellcmd, done_msg); in exec_mca()350 constant char *done_msg = (*cbuf == CONTROL('P')) ? NULL : "#done"; in exec_mca() local351 if (done_msg == NULL) in exec_mca()355 lsystem(pr_expand(cbuf), done_msg); in exec_mca()360 constant char *done_msg = (*cbuf == CONTROL('P')) ? NULL : "|done"; in exec_mca() local361 if (done_msg == NULL) in exec_mca()366 if (done_msg != NULL) in exec_mca()367 error(done_msg, NULL_PARG); in exec_mca()
1985 constant char *done_msg = LM(link_done); in osc8_open() local1989 done_msg = NULL; in osc8_open()1992 lsystem(exec_cmd, done_msg); in osc8_open()