Home
last modified time | relevance | path

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

/dragonfly/bin/ps/
H A Dprint.c104 char *cp, *vis_env, *vis_args; in command() local
129 if ((vis_args = malloc(strlen(k->ki_args) * 4 + 1)) == NULL) in command()
131 strvis(vis_args, k->ki_args, VIS_TAB | VIS_NL | VIS_NOSLASH); in command()
153 printf("%s", vis_args); in command()
169 for (cp = vis_args; --left >= 0 && *cp != '\0';) in command()
174 printf("%-*.*s", vent->width, vent->width, vis_args); in command()
175 free(vis_args); in command()