Searched defs:firstarg (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaparam.c352 char *firstarg = NULL; local
394 firstarg = optarg;
411 if (firstarg == NULL)
412 firstarg = argv[optind];
414 meta_is_mn_name(&sp, firstarg, ep)) {
421 * from firstarg which is the metadevice arg
/illumos-gate/usr/src/lib/libast/common/include/
H A Dcmdarg.h63 char** firstarg; /* first argv file arg */ member in struct:__anon2623
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_macro.c719 int la, scope, cnt, firstarg, mayopen, nc, nl; local
750 firstarg = 1;
856 if (firstarg && d == DELIM_CLOSE && !nc)
858 firstarg = 0;

Completed in 67 milliseconds