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

/ast/src/cmd/html/
H A Dtroff2html.h102 } Stream_t; typedef in typeref:struct:__anon98
H A Dtroff2html.c797 static Stream_t*
800 register Stream_t* sp;
803 if (!(sp = (Stream_t*)hashget(state.symbols, nam('s', s, buf, sizeof(buf)))))
808 if (!(sp = newof(0, Stream_t, 1, 0)))
2273 Stream_t* sp;
2318 Stream_t* sp;
2429 Stream_t* sp;
/ast/src/cmd/INIT/
H A Dmamake.c199 } Stream_t; typedef in typeref:struct:Stream_s
242 Stream_t streams[4]; /* input file stream stack */
243 Stream_t* sp; /* input stream stack pointer */

Completed in 27 milliseconds