Lines Matching defs:list
419 * pointer to list base
432 struct rule **list;
443 /* figure out which list to put it on */
445 list = &bp->b_excludes;
447 list = &bp->b_restrictions;
449 list = &bp->b_includes;
451 while (*list)
452 list = &((*list)->r_next);
453 *list = rp;
474 * not to know what is inside of a base, file, or list entry
485 * flags are for a rule, and what list to put it on,
611 /* now we have to run through the list */