/osnet-11/usr/src/cmd/sendmail/db/db/ |
H A D | db.c | 111 int fd, ftype, need_fileid, restore, ret, retry_cnt, swapped; local 518 restore = 0; 523 restore = 1; 548 if (restore)
|
/osnet-11/usr/src/tools/onbld/Scm/ |
H A D | Backup.py | 152 def restore(self): member in class:CdmCommittedBackup 165 raise util.Abort("couldn't restore committed changes: %s\n" 168 raise CdmNodeMissing("couldn't restore committed changes", 288 def restore(self): member in class:CdmUncommittedBackup 300 raise CdmNodeMissing("couldn't restore uncommitted changes", 481 raise util.Abort("couldn't restore metadata from %s:\n" 508 raise util.Abort("couldn't restore metadata from %s:\n" 516 def restore(self): member in class:CdmMetadataBackup 605 # There's some inherent dependence, in that on restore we need 606 # to restore committe 746 def restore(self, gen=None): member in class:CdmBackup [all...] |
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppinput.c | 287 long restore; local 299 restore = pp.state & (COLLECTING|DISABLE|STRIP); 300 pp.state &= ~restore; 335 pp.state |= restore;
|
H A D | ppcontrol.c | 194 long restore; local 196 restore = pp.state & (NOSPACE|STRIP); 231 pp.state |= restore; 267 long restore; local 311 restore = (pp.state & RESTORE)|NEWLINE; 312 if (pp.state & PASSTHROUGH) restore |= DISABLE; 313 else restore &= ~DISABLE; 2237 pp.state |= restore; 2278 pp.state |= restore|HIDDEN|SKIPCONTROL;
|
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | completion.c | 392 caller can restore the prompt. */ 394 grub_normal_do_completion (char *buf, int *restore, 406 *restore = 1; 462 *restore = 1; 464 *restore = 0; 393 grub_normal_do_completion(char *buf, int *restore, void (*hook) (const char *, grub_completion_type_t, int)) argument
|
H A D | cmdline.c | 428 int restore; local 445 insertu8 = grub_normal_do_completion (bufu8, &restore, 451 if (restore)
|
H A D | menu_entry.c | 1008 int restore; local 1029 insert = grub_normal_do_completion (linep->buf, &restore, store_completion); 1050 if (restore)
|
/osnet-11/usr/src/grub/grub2/grub-core/script/ |
H A D | script.c | 86 struct grub_script_mem *restore) 89 state->memused = restore; 85 grub_script_mem_record_stop(struct grub_parser_param *state, struct grub_script_mem *restore) argument
|
/osnet-11/usr/src/lib/libast/common/disc/ |
H A D | sfkeyprintf.c | 77 getfield(register Field_t* f, int restore) argument 91 else if (restore) 113 if (c == '(' && restore) 119 else if (c == '[' && restore)
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | findlib.h | 59 char* restore; member in struct:__anon1154
|
H A D | procopen.c | 156 * do modification op and save previous state for restore() 322 * restore modifications 326 restore(Proc_t* proc) function 383 #define restore(p) macro 797 restore(proc);
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | map.c | 519 bool restore = false; local 535 restore = true; 582 if (restore)
|