Home
last modified time | relevance | path

Searched refs:last_nonwhite (Results 26 – 26 of 26) sorted by relevance

12

/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Dstb.h2194 char *last_nonwhite; in stb_tokens_raw() local
2214 last_nonwhite = out-1; in stb_tokens_raw()
2218 if (!isspace(*s)) last_nonwhite = out; in stb_tokens_raw()
2223 if (!isspace(*s)) last_nonwhite = out; in stb_tokens_raw()
2234 last_nonwhite = out-1; // all in quotes counts as non-white in stb_tokens_raw()
2240 if (!isspace(*s)) last_nonwhite = out; in stb_tokens_raw()
2253 out = last_nonwhite+1; in stb_tokens_raw()

12