Home | History | Annotate | Download | only in sh

Lines Matching full:push

75 	struct alias *ap;	/* if push was associated with an alias */
336 * Push a string back onto the input at this current parsefile level.
382 * Set the input to take input from a file. If push is set, push the
387 setinputfile(const char *fname, int push)
402 setinputfd(fd, push);
413 setinputfd(int fd, int push)
416 if (push) {
435 setinputstring(char *string, int push)
438 if (push)