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

/freebsd-11-stable/bin/sh/
H A Dmiscbltin.c170 int is_ifs; local
281 is_ifs = strchr(" \t\n", c) ? 1 : 2;
283 is_ifs = 0;
286 if (is_ifs == 1) {
292 if (is_ifs == 2 && startword == 1) {
303 if (is_ifs == 0) {
315 startword = is_ifs;
320 if (is_ifs == 2)

Completed in 133 milliseconds