Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/top/
Dmachine.c232 char *second_fieldp = second_field, *eighth_fieldp = eighth_field, *ptr; in format_header() local
235 while (*second_fieldp != '\0') in format_header()
236 *ptr++ = *second_fieldp++; in format_header()