Home
last modified time | relevance | path

Searched refs:is_space (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/editors/
Ddiff.c216 bool is_space; in read_token() local
222 is_space = (t == EOF || isspace(t)); in read_token()
233 if ((option_mask32 & FLAG(w)) && is_space) in read_token()
242 if (is_space) /* this one too, ignore it */ in read_token()
245 } else if (is_space) { in read_token()