Searched refs:setinputfd (Results 1 – 10 of 10) sorted by relevance
/dports/shells/dash/dash-0.5.11.5/src/ |
H A D | input.c | 72 static void setinputfd(int fd, int push); 404 setinputfd(fd, flags & INPUT_PUSH_FILE); in setinputfile() 417 setinputfd(int fd, int push) in setinputfd() function
|
/dports/devel/kBuild/kBuild-0.1.9998/src/kash/ |
H A D | input.h | 56 void setinputfd(struct shinstance *, int, int);
|
H A D | main.c | 324 setinputfd(psh, fd, 1); in read_profile() 358 setinputfd(psh, fd, 1); in readcmdfile()
|
H A D | input.c | 447 setinputfd(psh, fd, push); in setinputfile() 458 setinputfd(shinstance *psh, int fd, int push) in setinputfd() function
|
/dports/audio/xoscope/xoscope-2.0/ |
H A D | oscope.h | 233 void setinputfd(int);
|
H A D | display.c | 800 setinputfd(datasrc->fd()); in timebase_changed() 860 setinputfd(datasrc->fd()); in clear() 1239 setinputfd(-1); in animate() 1244 if (datasrc) setinputfd(datasrc->fd()); in animate() 1259 setinputfd(-1); /* scope not running, so why listen? */ in animate()
|
H A D | oscope.c | 654 setinputfd(datasrc->fd()); /* were stopped, so now start */ in handle_key()
|
H A D | gr_gtk.c | 1281 void setinputfd(int fd)
|
/dports/shells/dash/dash-0.5.11.5/ |
H A D | ChangeLog | 429 * Made setinputfd static.
|
/dports/sysutils/busybox/busybox-1.26.2/shell/ |
H A D | ash.c | 10235 setinputfd(int fd, int push) in setinputfd() function 10270 setinputfd(fd, flags & INPUT_PUSH_FILE); in setinputfile()
|