Searched refs:option_x (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dglobal.h92 char *option_x; /* data file redirection option */ variable
H A Dstartup.c218 option_x = argv[next++];
317 * option_x is already global, no need to dup it on the heap.
319 if (option_x) {
320 file_name = option_x;

Completed in 48 milliseconds