Searched refs:Join_t (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | join.c | 164 } Join_t; typedef 167 done(register Join_t* jp) in done() 184 static Join_t* 187 register Join_t* jp; in init() 191 if (jp = newof(0, Join_t, 1, 0)) in init() 214 getolist(Join_t* jp, const char* first, char** arglist) in getolist() 295 getrec(Join_t* jp, int index, int discard) in getrec() 451 _trace_getrec(Join_t* jp, int index, int discard) in _trace_getrec() 469 outfield(Join_t* jp, int index, register int n, int last) in outfield() 560 outrec(register Join_t* jp, int mode) in outrec() [all …]
|