Lines Matching defs:list
76 int list[2];
115 list[0] = dot - &message[0] + 1;
116 list[1] = NULL;
117 return (type(list));
247 * save a message list in a file.
393 * name so that the message list processing won't see it,
524 int list[2];
529 list[0] = dot - &message[0];
530 list[0]++;
531 if (list[0] > lastdot) {
532 touch(list[0]);
533 list[1] = NULL;
534 return (type(list));
605 * Add the given header fields to the retained list.
606 * If no arguments, print the current list of retained fields.
609 retfield(char *list[])
616 if (argcount(list) == 0)
618 for (ap = list; *ap != 0; ap++) {
672 * Remove a list of fields from the retain list.
675 unretfield(char *list[])
681 if (argcount(list) == 0) {
699 for (ap = list; *ap; ap++) {
718 * Add the given header fields to the ignored list.
719 * If no arguments, print the current list of ignored fields.
722 igfield(char *list[])
729 if (argcount(list) == 0)
731 for (ap = list; *ap != 0; ap++) {
783 * Compare two names for sorting ignored field list.
792 * Remove a list of fields from the ignore list.
795 unigfield(char *list[])
801 if (argcount(list) == 0) {
817 for (ap = list; *ap; ap++) {