Home
last modified time | relevance | path

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

/reactos/dll/win32/uxtheme/
H A Duxini.c96 static inline BOOL UXINI_eof(PUXINI_FILE uf) in UXINI_eof() function
135 if(UXINI_eof(uf)) return NULL; in UXINI_GetNextLine()
137 … while(!UXINI_eof(uf) && (UXINI_isspace(*uf->lpCurLoc) || *uf->lpCurLoc == '\n')) uf->lpCurLoc++; in UXINI_GetNextLine()
140 … while(!UXINI_eof(uf) && *uf->lpCurLoc != '\n' && *uf->lpCurLoc != ';') lpLineEnd = ++uf->lpCurLoc; in UXINI_GetNextLine()
143 while(!UXINI_eof(uf) && *uf->lpCurLoc != '\n') uf->lpCurLoc++; in UXINI_GetNextLine()