Lines Matching refs:tok_free
66 #define tok_free(a) free(a) macro
129 tok_free(tok); in TYPE()
136 tok_free(tok->ifs); in TYPE()
137 tok_free(tok); in TYPE()
143 tok_free(tok->argv); in TYPE()
144 tok_free(tok->ifs); in TYPE()
145 tok_free(tok); in TYPE()
180 tok_free(tok->ifs); in FUN()
181 tok_free(tok->wspace); in FUN()
182 tok_free(tok->argv); in FUN()
183 tok_free(tok); in FUN()