Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c715 char *str = mf->mf_next; in ident_delimit()
964 *len = tail - mf->mf_next; in cexp_ident_validate()
1091 char *str = mf->mf_next; in cexp_eval_expr()
1190 ident = mf->mf_next = str; in cexp_eval_expr()
1318 if (strncmp(mf->mf_next, mdptr->md_name, in cdir_process()
1321 tail = mf->mf_next + mdptr->md_size; in cdir_process()
1336 advance_to_eol(&mf->mf_next); in cdir_process()
1350 arg_mf.mf_text = arg_mf.mf_next; in cdir_process()
1352 arg_mf.mf_text = arg_mf.mf_next = tail; in cdir_process()
1358 if (*mf->mf_next == '\n') { in cdir_process()
[all …]
H A D_map.h98 char *mf_next; /* Next char in mapfile to examine */ member