Lines Matching defs:ifs
83 * for IFS characters.
96 struct ifsregion ifsfirst; /* first struct in list of ifs regions */
255 const char *ifs = NULL;
259 ifs = ifsval();
378 if (flag & ifs_split && strchr(ifs, c) != NULL) {
1021 * Mark so that we don't apply IFS if we recurse through
1336 * string for IFS characters.
1367 * Break the argument string into pieces based upon IFS and add the
1369 * searched for IFS characters have been stored by recordregion.
1379 const char *ifs;
1387 /* Return entire argument, IFS doesn't apply to any of it */
1396 ifs = ifsval();
1420 if (!strchr(ifs, *p)) {
1427 /* Ignore IFS whitespace at start */
1445 /* Ignore further trailing IFS whitespace */
1452 if (strchr(ifs, *p) == NULL) {
1473 * Traditionally we have treated 'IFS=':'; set -- x$IFS' as