Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c1809 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()
H A D_map.h106 int mf_next_ch; /* 0, or character read from *mf_next */ member