Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dfsi_gram.y136 { $$ = new_host(); set_host($$, HF_HOST, $1); }
145 { $$ = new_host(); }
H A Dfsinfo.h69 extern host *new_host(void);
H A Dfsi_util.c339 new_host(void) in new_host() function