Home
last modified time | relevance | path

Searched refs:done_msg (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/less/
H A Dcommand.c324 constant char *done_msg = (*cbuf == CONTROL('P')) ? NULL : "!done"; in exec_mca() local
325 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() local
341 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() local
351 if (done_msg == NULL) in exec_mca()
356 if (done_msg != NULL) in exec_mca()
357 error(done_msg, NULL_PARG); in exec_mca()