Searched refs:ispipe (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/distrib/utils/more/ |
H A D | ch.c | 139 if (ispipe) in fch_get() 148 if (ispipe && buf_tail->block != (long)(-1)) in fch_get() 156 if (ispipe) { in fch_get() 180 if (ispipe) in fch_get() 216 if (ispipe) in fch_get() 272 if (!ispipe || pos == last_piped_pos || buffered(new_block)) { 289 if (!ispipe) in ch_end_seek() 338 if (ispipe) in ch_length() 375 if (ch_block <= 0 || (ispipe && !buffered(ch_block-1))) { in ch_back_get()
|
H A D | command.c | 183 if (!ispipe) { in prompt() 197 if (!ispipe && (len = ch_length())) { in prompt() 218 else if (!ispipe && in prompt() 431 if (!ispipe) { in commands() 517 if (ispipe) { in commands()
|
H A D | main.c | 63 int ispipe; variable 157 ispipe = (f == 0); 158 if (ispipe) {
|
H A D | extern.h | 175 extern int ispipe;
|
/netbsd-src/external/bsd/ntp/dist/include/ |
H A D | ntp_worker.h | 72 int ispipe; member 122 int ispipe; member
|
/netbsd-src/share/misc/ |
H A D | nanpa.awk | 47 function parse(file, ispipe, isplanning, i, planinit, t) 50 while((ispipe?(file | getline):(getline < file)) > 0) {
|
/netbsd-src/usr.bin/mail/ |
H A D | names.c | 254 int ispipe; in outof() local 269 ispipe = np->n_name[0] == '|'; in outof() 270 if (ispipe) in outof() 333 if (ispipe) { in outof()
|
/netbsd-src/external/bsd/file/dist/src/ |
H A D | magic.c | 433 int ispipe = 0; in file_or_fd() local 494 ispipe = 1; in file_or_fd() 502 if (ispipe) { in file_or_fd()
|
/netbsd-src/external/bsd/ntp/dist/libntp/ |
H A D | work_fork.c | 231 (*addremove_io_fd)(c->resp_read_pipe, c->ispipe, TRUE); in cleanup_after_child() 551 c->ispipe = is_pipe; in fork_blocking_child()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/sim/ |
H A D | callback.h | 151 short ispipe[MAX_CALLBACK_FDS]; member
|
/netbsd-src/external/gpl3/binutils/dist/include/sim/ |
H A D | callback.h | 151 short ispipe[MAX_CALLBACK_FDS]; member
|
/netbsd-src/external/gpl3/binutils/dist/include/gdb/ |
H A D | ChangeLog | 214 pipe_empty, pipe_nonempty, ispipe, pipe_buffer and
|
/netbsd-src/external/gpl3/binutils.old/dist/include/gdb/ |
H A D | ChangeLog | 214 pipe_empty, pipe_nonempty, ispipe, pipe_buffer and
|
/netbsd-src/external/bsd/less/dist/lesstest/lt/ |
H A D | version.c.lt | 284 v151 4/13/90 Remove -g option; clean up ispipe.
|