Home | History | Annotate | Download | only in src

Lines Matching defs:ifs

66 #define	IFS		STR("\t \n")
75 Char *ifs; /* In field separator */
110 FUN(tok,init)(const Char *ifs)
116 tok->ifs = tok_strdup(ifs ? ifs : IFS);
117 if (tok->ifs == NULL) {
125 tok_free(tok->ifs);
133 tok_free(tok->ifs);
169 tok_free(tok->ifs);
366 if (Strchr(tok->ifs, *ptr) != NULL)