Lines Matching defs:display
459 * These functions handle the display list. The display list contains
460 * all of the information we're to display. The list contains a pointer
467 * initdisp Initializes the display list
468 * adddisp Adds information to the display list
469 * genreport Generates a report from the items in the display list
472 * struct display Describes the structure that contains the
483 struct display {
486 struct display *next;
489 static struct display *displayhead;
494 * Initializes the display list. An empty display list contains a
505 displayhead = (struct display *)allocblk(sizeof (struct display));
537 struct display *new; /* Display item being added */
538 struct display *prev; /* Previous display item */
539 struct display *current; /* Next display item */
560 * Build a display structure containing the value to add to
563 new = (struct display *)allocblk(sizeof (struct display));
599 struct display *current; /* Value to display */
604 * (NOTE: The first element in the list of logins to display
628 * -l logins specifies the login-IDs to display. "logins" is a
880 /* Initialize the list of logins to display */
886 * information we need for the display.
892 * the display yet
899 * the display if it is a user login
924 * of the groups requested, include it in the display if it is
947 * the display.
964 * Generate a report from this display items we've squirreled away