Lines Matching refs:blank
146 int stop2, int blank, int ignorevars));
2142 /* Search STRING for an unquoted STOPCHAR or blank (if BLANK is nonzero).
2143 Backslashes quote STOPCHAR, blanks if BLANK is nonzero, and backslash.
2152 blank,
2163 if (stop2 && blank)
2170 else if (blank)
2238 /* Never hit a STOPCHAR or blank (with BLANK nonzero). */