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

/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dcmd4.c90 for (sh = smoptstbl[hashcase(name)]; sh; sh = sh->s_link)
140 for (h = 0; h < (int)__arraycount(smoptstbl); h++)
141 for (sp = smoptstbl[h]; sp && sp->s_name != NULL; sp = sp->s_link)
146 for (h = 0; h < (int)__arraycount(smoptstbl); h++)
147 for (sp = smoptstbl[h]; sp && sp->s_name != NULL; sp = sp->s_link)
201 if (smoptstbl[h])
202 sp->s_link = smoptstbl[h];
203 smoptstbl[h] = sp;
262 last_link = &smoptstbl[hashcase(name)];
273 * Takes a list of entries and removes them from the smoptstbl
[all...]
H A Dglob.h71 EXTERN struct smopts_s *smoptstbl[HSHSIZE]; variable in typeref:struct:smopts_s
H A Dcomplete.c635 /* count the entries in the smoptstbl and groups (alias) tables */
639 for (sp = smoptstbl[h]; sp != NULL; sp = sp->s_link)
649 * First do the smoptstbl pointers. (case _insensitive_)
653 for (sp = smoptstbl[h]; sp != NULL; sp = sp->s_link)

Completed in 106 milliseconds