| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/ |
| ScrollPanelShadow.java | 119 public void create() { method in class:ScrollPanelShadow 136 super.create();
|
| ScrollableAreaShadow.java | 84 public void create() { method in class:ScrollableAreaShadow 105 super.create();
|
| GenericComponentShadow.java | 89 // Don't create a new instance unless the 97 create(); method 129 // Create a new instance from the class
|
| FlowPanelShadow.java | 190 items[i].create(); method 217 s.create();
|
| CardPanelShadow.java | 137 create(); method 186 card.create(); 272 cards[i].create(); method 280 cards[0].create(); method 376 mgr.create();
|
| BorderPanelShadow.java | 114 private void adjustChild(String borderName, boolean create) { 117 if (create) { 130 panel.create();
|
| GenericWindowShadow.java | 123 // Don't create a new instance unless 131 create(); method 172 // Create a new instance from the class
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/scripts/ |
| filemutexdemo1.sh | 67 # create a filemutex instance (including lock directory) 68 function create function 85 # use a filemutex instance (same as "create" but without creating 223 fs.create "${mymutexname}" || print -u2 "Mutex init failed."
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/tests/ |
| types.sh | 127 create() function
|
| /onnv/onnv-gate/usr/src/lib/libbsm/common/ |
| audit_crontab.c | 54 int r, create = 0; local 79 create = 1; 85 * create an ancilary file if audit characteristics exist 112 event = (create) ? AUE_crontab_create : AUE_crontab_mod; 212 /* return information on create or update crontab */
|
| /onnv/onnv-gate/usr/src/lib/libparted/common/include/parted/ |
| filesys.h | 45 PedFileSystem* (*create) (PedGeometry* geom, PedTimer* timer); member in struct:_PedFileSystemOps
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
| Shadow.java | 251 * It is safe to call create multiple times on a shadow object. 253 public void create() { method in class:Shadow 270 super.create(); 276 super.create();
|
| AMContainerHelper.java | 157 * the designer (build mode) tries to to create and add a new 248 * Create the container's children. 256 // Don't create the child if it isn't visible 260 mgr.create(); 264 mgr.create();
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/ |
| DialogShadow.java | 168 public void create() { method in class:DialogShadow 181 super.create(); 187 // Create the dialog
|
| MenuBarShadow.java | 82 public void create() method in class:MenuBarShadow 85 super.create(); 95 // Create the body if it does not yet exist 105 if (fCreate) // from create Menubar 109 // no create just setting the help menu... 238 // Create a new instance of the AttributeManager
|
| ComponentShadow.java | 165 create(); method 287 // Call create if it hasn't already been called. 290 create(); method 313 * Returns true if we are doing a create operation in the 314 * middle of a show operation. Create likes to call show if the 315 * visible attribute is set to true, but create shouldn't call 316 * show if show caused create to be called if the first place.
|
| FrameShadow.java | 137 s.create();
|
| MenuShadow.java | 139 menubar.create(); 147 menubar.create();
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| privatepw.c | 208 int create; local 223 create = 0; 241 create++; 282 if (create) { 284 fprintf(stderr, "%s exists, cannot create it.\n", passwdpath); 328 fprintf(stderr, "Use -c option to create new one.\n");
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/lp/ |
| files.c | 128 create, local 140 create = 1; 145 create = 1; 149 create = 0; 156 if (errno == ENOENT && create) {
|
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| io.c | 169 create(unsigned char *s) function
|
| /onnv/onnv-gate/usr/src/cmd/csplit/ |
| csplit.c | 67 int silent, keep, create; /* Flags: -s(ilent), -k(eep), (create) */ variable 178 create = TRUE; 183 create = FALSE; 192 create = TRUE; 197 create = TRUE; 240 * and ftello), if the create flag is on and the silent flag is not on. 241 * If the create flag is on closefile then closes the file(fclose). 247 if (!silent && create) { 251 if (create) [all...] |
| /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/ |
| topo_2xml.c | 279 int i, create = 0, ret = 0; local 289 * Some enumerators create empty ranges: make sure there 294 ++create; 296 if (!create)
|
| /onnv/onnv-gate/usr/src/uts/common/io/chxge/com/ |
| cphy.h | 141 struct cphy *(*create)(adapter_t *adapter, int phy_addr, member in struct:gphy
|
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| devpool.c | 207 pool_create_t create; local 350 &create, sizeof (pool_create_t), mode) != 0) 354 ret = pool_create(create.pc_o_type, 355 create.pc_o_sub_type, &create.pc_i_id); 357 if (ret == 0 && ddi_copyout(&create, (void *)arg,
|