Lines Matching defs:display
71 static void display(FTSENT *, FTSENT *);
75 static void (*printfcn)(DISPLAY *);
415 * traversal it passes linked lists of structures to display() which represent
429 display(NULL, fts_children(ftsp, 0));
473 display(p, chp);
487 * Display() takes a linked list of FTSENT structures and passes the list
489 * points to the parent directory of the display list.
492 display(FTSENT *p, FTSENT *list)
495 DISPLAY d;
549 /* Only display dot file if -a/-A set. */