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

/system/core/sh/
H A Dmiscbltin.c100 int is_ifs; local
145 is_ifs = strchr(" \t\n", c) ? 1 : 2;
147 is_ifs = 0;
150 if (is_ifs == 1) {
156 if (is_ifs == 2 && startword == 1) {
165 if (is_ifs == 0) {
176 startword = is_ifs;

Completed in 169 milliseconds