Searched refs:do_print (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/NFS-81/showmount/
H A Dshowmount.h87 int do_print(const char *host);
H A Dshowmount.c145 rv = do_print((argc > 0) ? argv[0] : "localhost");
397 do_print(const char *host) function
H A Dmshow.c121 do_print(hostTarget);
/macosx-10.9.5/postfix-252/postfix/src/postcat/
H A Dpostcat.c159 int do_print; /* state machine, output control */ local
184 do_print = (flags & PC_FLAG_PRINT_ENV);
232 do_print = (flags & PC_FLAG_PRINT_BODY);
234 if (do_print == 0 && (flags & PC_FLAG_PRINT_ENV) == 0)
237 if (do_print == 0 && (flags & PC_FLAG_PRINT_ENV)
258 do_print = (flags & PC_FLAG_PRINT_HEADER);
266 if (do_print && prev_type == REC_TYPE_CONT)
272 do_print = (flags & PC_FLAG_PRINT_ENV);
274 if (do_print == 0)
290 if (do_print)
[all...]
/macosx-10.9.5/shell_cmds-175/systime/
H A Dsystime.c34 static void do_print(void);
58 do_print();
145 do_print(void) function
/macosx-10.9.5/ruby-104/ruby/
H A Druby.c87 int do_loop, do_print; member in struct:cmdline_options
791 opt->do_print = TRUE;
1513 if (opt->do_print) {
1548 rb_define_readonly_boolean("$-p", opt->do_print);
/macosx-10.9.5/vim-53/src/
H A Dex_cmds.c4248 static int do_print = FALSE; /* print last line with subs. */ local
4396 do_print = FALSE;
4418 do_print = TRUE;
4421 do_print = TRUE;
4426 do_print = TRUE;
5160 if (do_print)

Completed in 138 milliseconds