The function
map-all-processes
calls
function
on processes in the image, including simple processes.
function is passed each process in turn as its single argument.
If
function
returns false,
map-all-processes
calls
function
on the next process.
If
function
returns true,
map-all-processes
returns immediately, so
function
may not get called on all processes.