Home
last modified time | relevance | path

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

/dports/emulators/aranym/aranym-1.1.0/src/gui-sdl/
H A Dfntconv.c694 static int try_white(char **cc) in try_white() function
821 || !try_white(&c) || !try_unsigned(&c, &u) || !try_eol(&c)) \ in read_txt()
833 || !try_white(&c) || !try_c_string(&c, p->name, 32) || !try_eol(&c)) in read_txt()
897 if (!try_given_string(&c, "char") || !try_white(&c) || !try_unsigned(&c, &u) || !try_eol(&c)) in read_txt()