Home
last modified time | relevance | path

Searched refs:LISTDEFS (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/allocate/
H A Dallocate.c473 if (optflg & LISTDEFS) in main()
495 optflg |= LISTDEFS; in main()
501 if (optflg & (LISTFREE | LISTALLOC | LISTDEFS)) in main()
506 if (optflg & (LISTALL | LISTALLOC | LISTDEFS)) in main()
514 if (optflg & (LISTALL | LISTFREE | LISTDEFS)) in main()
520 if (optflg & LISTDEFS) in main()
529 if (optflg & LISTDEFS) in main()
538 if (optflg & LISTDEFS) in main()
551 LISTDEFS | WINDOWING))) { in main()
H A Dallocate.h39 #define LISTDEFS 0x00000004 /* -d */ macro
H A Dallocate3.c516 if (optflag & LISTDEFS) { in list_devices()