Searched refs:done_msg (Results 1 – 1 of 1) sorted by relevance
324 constant char *done_msg = (*cbuf == CONTROL('P')) ? NULL : "!done"; in exec_mca() local325 if (done_msg == NULL) in exec_mca()337 lsystem(shellcmd, done_msg); in exec_mca()340 constant char *done_msg = (*cbuf == CONTROL('P')) ? NULL : "#done"; in exec_mca() local341 if (done_msg == NULL) in exec_mca()345 lsystem(pr_expand(cbuf), 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()356 if (done_msg != NULL) in exec_mca()357 error(done_msg, NULL_PARG); in exec_mca()