Searched refs:list_name (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/boot/ficl/
H A Dprefix.c53 ** A prefix is a word in a dedicated wordlist (name stored in list_name below)
65 static char list_name[] = "<prefixes>"; variable
77 FICL_WORD *pFW = ficlLookup(pVM->pSys, list_name);
173 pHash->name = list_name;
174 dictAppendWord(dp, list_name, constantParen, FW_DEFAULT);

Completed in 109 milliseconds