Home | History | Annotate | Download | only in nawk-20071023

Lines Matching full:stdin

1617 	{ NULL,  "/dev/stdin",  LT },	/* watch out: don't free this! */
1622 void stdinit(void) /* in case stdin, etc., are not constants */
1624 files[0].fp = stdin;
1664 fp = strcmp(s, "-") == 0 ? stdin : fopen(s, "r"); /* "-" is stdin */