HomeSort by: relevance | last modified time | path
    Searched refs:no_pipe (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/groff/dist/src/roff/groff/
pipeline.c 214 int run_pipeline(int ncommands, char ***commands, int no_pipe)
228 /* If no_pipe is set, just run the commands in sequence
230 if (ncommands > 1 && !no_pipe) {
317 if (ncommands > 1 && !no_pipe) {
361 int run_pipeline(int ncommands, char ***commands, int no_pipe)
390 if (i && !no_pipe) {
400 if ((i < ncommands - 1) && !no_pipe) {
449 int run_pipeline(int ncommands, char ***commands, int no_pipe)
461 if ((i != ncommands - 1) && !no_pipe) {
478 if ((i != ncommands - 1) && !no_pipe) {
    [all...]
groff.cpp 98 int run_commands(int no_pipe);
508 int run_commands(int no_pipe)
515 return run_pipeline(j, v, no_pipe);
  /src/external/public-domain/sqlite/dist/tea/
configure 5052 if test -z "$no_pipe" -a -n "$GCC"; then

Completed in 29 milliseconds