Lines Matching refs:tok_free
69 #define tok_free(a) free(a) macro
118 tok_free(tok); in TYPE()
125 tok_free(tok->ifs); in TYPE()
126 tok_free(tok); in TYPE()
132 tok_free(tok->argv); in TYPE()
133 tok_free(tok->ifs); in TYPE()
134 tok_free(tok); in TYPE()
169 tok_free(tok->ifs); in FUN()
170 tok_free(tok->wspace); in FUN()
171 tok_free(tok->argv); in FUN()
172 tok_free(tok); in FUN()