Searched refs:mf_next_ch (Results 1 – 2 of 2) sorted by relevance
1809 mf->mf_next_ch = *mf->mf_next; in gettoken_ident()1968 if (mf->mf_next_ch == 0) { in ld_map_gettoken()1971 ch = mf->mf_next_ch; in ld_map_gettoken()1972 mf->mf_next_ch = 0; /* Reset */ in ld_map_gettoken()2351 mf->mf_next_ch = 0; /* No "lookahead" character yet */ in ld_map_parse()
106 int mf_next_ch; /* 0, or character read from *mf_next */ member