Home
last modified time | relevance | path

Searched refs:stdin_label (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c113 static char *stdin_label; /* Optional lable for stdin */ variable
385 stdin_label = optarg; in main()
515 if (stdin_label == NULL) { in main()
516 stdin_label = STDIN_FILENAME; in main()
521 matched = grep(0, stdin_label); in main()