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

/freebsd-9.3-release/bin/sh/
H A Dmiscbltin.c101 int is_ifs; local
190 is_ifs = strchr(" \t\n", c) ? 1 : 2;
192 is_ifs = 0;
195 if (is_ifs == 1) {
201 if (is_ifs == 2 && startword == 1) {
210 if (is_ifs == 0) {
221 startword = is_ifs;

Completed in 96 milliseconds