Searched refs:UXINI_eof (Results 1 – 1 of 1) sorted by relevance
96 static inline BOOL UXINI_eof(PUXINI_FILE uf) in UXINI_eof() function135 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()