Searched defs:Join_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Djoin.c164 } Join_t; typedef in typeref:struct:Join_s
167 done(register Join_t* jp)
184 static Join_t*
187 register Join_t* jp;
191 if (jp = newof(0, Join_t, 1, 0))
214 getolist(Join_t* jp, const char* first, char** arglist)
295 getrec(Join_t* jp, int index, int discard)
451 _trace_getrec(Join_t* jp, int index, int discard)
469 outfield(Join_t* jp, int index, register int n, int last)
560 outrec(register Join_t* j
[all...]

Completed in 44 milliseconds