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

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dphdr.c139 int print_req; /* Call is a print request */ member in struct:__anon1506
177 argstate->print_req = 1;
181 argstate->print_req = (argc < 2);
186 argstate->print_req = (argc == 0);
191 argstate->print_req = 0;
196 argstate->print_req = 0;
203 argstate->print_req = (argc < 2);
345 * of output: ndx_set, ndx, print_req.
374 if (argstate->print_req &&
673 if (argstate.print_req) {
[all...]

Completed in 43 milliseconds