Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/power/
H A Dparse.c38 char **line_args; variable
254 size = alcnt * sizeof (*line_args); in newarg()
255 if ((line_args = realloc(line_args, size)) == NULL) in newarg()
258 *(line_args + index) = arg; in newarg()
298 for (vec = line_args; *vec; vec++) in build_args()
H A Dpmconfig.h47 #define LINEARG(an) *(line_args + an)
113 extern char **line_args;
H A Dconf.c93 free(line_args); in cleanup()