Searched refs:isifs (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dsubst.h259 #define isifs(c) (ifs_cmap[(unsigned char)(c)] != 0) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dread.c537 for (t = input_string; ifs_chars && *ifs_chars && spctabnl(*t) && isifs(*t); t++)
564 for (t = input_string; ifs_chars && *ifs_chars && (posixly_correct ? posix_whitespace(*t) : spctabnl(*t)) && isifs(*t); t++)

Completed in 179 milliseconds