Searched defs:all (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/os/solaris/mdb/
H A DMakefile11 # paragraph) shall be included in all copies or substantial portions of the
25 all := TARGET = all macro
33 all clean install lint: $(SUBDIRS)
/solaris-x11-s11/open-src/kernel/mdb/
H A DMakefile12 # paragraph) shall be included in all copies or substantial portions of the
34 all := TARGET = all macro
43 all clean clobber install lint: $(SUBDIRS)
/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c12 * paragraph) shall be included in all copies or substantial portions of the
303 print_mgr_table(Bool all) argument
307 if (all) {
364 if (strcmp(session, "all") == 0)
499 if (strcmp(session, "all") == 0)
500 printf("get_sessions(all): %d sessions found\n",
627 /* delete all sessions, only when called from fini() */
628 if ((num_sessions = get_sessions("all")) == -1)
753 /* add all sessions, only when called from init() */
754 if ((num_sessions = get_sessions("all"))
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSB.c9 * provided that the above copyright notices appear in all copies and that
90 not work under all Xlibs */
772 /* Now to find the face in all this */
1425 Boolean all)
1430 if (!all
1435 if (all) start = &fsb->fsb.pending_delete_font;
1423 UndefSomeUnusedFonts( FontSelectionBoxWidget fsb, Boolean all) argument

Completed in 44 milliseconds