Searched refs:ispipe (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/distrib/utils/more/
H A Dch.c139 if (ispipe)
148 if (ispipe && buf_tail->block != (long)(-1))
156 if (ispipe) {
180 if (ispipe)
216 if (ispipe)
272 if (!ispipe || pos == last_piped_pos || buffered(new_block)) {
289 if (!ispipe)
338 if (ispipe)
375 if (ch_block <= 0 || (ispipe && !buffered(ch_block-1))) {
H A Dmain.c64 int ispipe; variable
158 ispipe = (f == 0);
159 if (ispipe) {
H A Dcommand.c183 if (!ispipe) {
197 if (!ispipe && (len = ch_length())) {
218 else if (!ispipe &&
431 if (!ispipe) {
517 if (ispipe) {
H A Dextern.h175 extern int ispipe;
/netbsd-6-1-5-RELEASE/share/misc/
H A Dnanpa.awk9 function parse(file, ispipe, isplanning, i, planinit, t)
12 while((ispipe?(file | getline):(getline < file)) > 0) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dcallback.c157 if (p->ispipe[fd])
159 int other = p->ispipe[fd];
186 p->ispipe[fd] = 0;
191 p->ispipe[abs (other)] = -other;
323 if (p->ispipe[fd])
325 int writer = p->ispipe[fd];
391 if (p->ispipe[fd])
393 int reader = -p->ispipe[fd];
542 if (p->ispipe[fd])
603 if (p->ispipe[f
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dmagic.c393 int ispipe = 0; local
418 ispipe = 1;
426 ispipe = 1;
447 if (ispipe) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/gdb/
H A Dcallback.h149 If abs (ispipe[N]) == N, then N is an end of a pipe whose other
151 short ispipe[MAX_CALLBACK_FDS];
150 short ispipe[MAX_CALLBACK_FDS]; member in struct:host_callback_struct
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/gdb/
H A Dcallback.h149 If abs (ispipe[N]) == N, then N is an end of a pipe whose other
151 short ispipe[MAX_CALLBACK_FDS];
150 short ispipe[MAX_CALLBACK_FDS]; member in struct:host_callback_struct
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dnames.c254 int ispipe; local
266 ispipe = np->n_name[0] == '|';
267 if (ispipe)
323 if (ispipe) {

Completed in 112 milliseconds