Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil.c469 state->go_argc = argc; in elfedit_getopt_init()
505 int argc = *(state->go_argc); in elfedit_getopt()
537 (*state->go_argc)--; in elfedit_getopt()
584 (*state->go_argc) = --argc; in elfedit_getopt()
599 (*state->go_argc)--; in elfedit_getopt()
617 (*state->go_argc)--; in elfedit_getopt()
651 (*state->go_argc)--; in elfedit_getopt()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h838 int *go_argc; /* Pointer to # of options */ member