Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcommand.c336 constant char *done_msg = (*cbuf == CONTROL('P')) ? NULL : "!done"; in exec_mca() local
337 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() local
351 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() local
361 if (done_msg == NULL) in exec_mca()
366 if (done_msg != NULL) in exec_mca()
367 error(done_msg, NULL_PARG); in exec_mca()
H A Dsearch.c1985 constant char *done_msg = LM(link_done); in osc8_open() local
1989 done_msg = NULL; in osc8_open()
1992 lsystem(exec_cmd, done_msg); in osc8_open()