Home | History | Annotate | Download | only in libedit

Lines Matching defs:ifs

63 #define	IFS		STR("\t \n")
86 Char *ifs; /* In field separator */
121 FUN(tok,init)(const Char *ifs)
127 tok->ifs = tok_strdup(ifs ? ifs : IFS);
128 if (tok->ifs == NULL) {
136 tok_free(tok->ifs);
144 tok_free(tok->ifs);
180 tok_free(tok->ifs);
377 if (Strchr(tok->ifs, *ptr) != NULL)