Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dmandocdb.c92 struct mlink *mlinks; /* singly linked list */ member
190 static struct ohash mlinks; /* table of directory entries */ variable
434 mandoc_ohash_init(&mlinks, 6, offsetof(struct mlink, file)); in mandocdb()
507 mandoc_ohash_init(&mlinks, 6, in mandocdb()
524 ohash_delete(&mlinks); in mandocdb()
534 ohash_delete(&mlinks); in mandocdb()
1013 slot = ohash_qlookup(&mlinks, mlink->file); in mlink_add()
1014 assert(NULL == ohash_find(&mlinks, slot)); in mlink_add()
1015 ohash_insert(&mlinks, slot, mlink); in mlink_add()
1032 mlink->next = mpage->mlinks; in mlink_add()
[all …]
H A DNEWS747 * lookup: Speed up -s/-S by using the "mlinks" rather than the "keys" table.
/freebsd/contrib/bmake/mk/
H A Dman.mk129 STAGE_SETS += mlinks
131 STAGE_LINKS.mlinks := ${MLINKS:M*.[1-9]:@f@${f:S,^,${MANDIR}/${MANTARGET}${f:E}${MANSUBDIR}/,}@}
132 stage_links.mlinks: ${_mansets:@s@stage_files.$s@}
/freebsd/share/mk/
H A Dbsd.man.mk185 STAGE_SETS+= mlinks
187 STAGE_LINKS.mlinks:= ${MLINKS:M*.[1-9]:@f@${f:S,^,${MANDIR}${f:E}${MANSUBDIR}/,}@}
188 stage_links.mlinks: ${_mansets:@s@stage_files.$s@}
/freebsd/contrib/openbsm/
H A DNEWS442 - Man page formatting, cross reference, mlinks, and accuracy improvements.
/freebsd/
H A DObsoleteFiles.inc15502 # 20131109: extattr(2) mlinks fixed