Home
last modified time | relevance | path

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

/src/usr.bin/systat/
H A Dcmds.c118 wnd = (*p->c_open)(); in command()
121 wnd = (*curcmd->c_open)(); in command()
H A Dsystat.h41 WINDOW *(*c_open)(void); /* open display */ member
H A Dmain.c215 wnd = (*curcmd->c_open)(); in main()