Searched refs:Wc_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Dwc.h51 } Wc_t; typedef in typeref:struct:__anon3094
56 extern Wc_t* wc_init(int);
57 extern int wc_count(Wc_t*, Sfio_t*, const char*);
H A Dwc.c74 static void printout(register Wc_t *wp, register char *name,register int mode)
94 register Wc_t *wp;
H A Dwclib.c57 Wc_t* wc_init(int mode)
61 Wc_t* wp;
63 if (!(wp = (Wc_t*)stakalloc(sizeof(Wc_t))))
162 int wc_count(Wc_t *wp, Sfio_t *fd, const char* file)

Completed in 45 milliseconds