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

/solaris-x11-s12/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-s12/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-s12/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...]

Completed in 11 milliseconds