HomeSort by: relevance | last modified time | path
    Searched defs:repair (Results 1 - 4 of 4) sorted by relevancy

  /src/games/sail/
pl_6.c 48 repair(void) function
59 Msg("No hands free to repair");
62 c = sgetch("Repair (hull, guns, rigging)? ", (struct ship *)0, 1);
  /src/external/gpl2/texinfo/dist/util/
deref.c 54 void repair(char *line, char *ref, int toffset);
134 repair(buf, cp, count);
141 /* repair --- turn all texinfo cross references into the one argument form */
144 repair(char *line, char *ref, int toffset) function
  /src/external/mit/xorg/lib/libxcb/files/
damage.h 135 xcb_xfixes_region_t repair; member in struct:xcb_damage_subtract_request_t
391 xcb_xfixes_region_t repair,
409 xcb_xfixes_region_t repair,
  /src/external/gpl2/lvm2/dist/tools/
lvconvert.c 119 "with --mirrors, --repair or --log");
539 int repair = arg_count(cmd, repair_ARG); local
548 !repair) {
554 if (arg_count(cmd, mirrors_ARG) && repair) {
555 log_error("You may only use one of --mirrors and --repair.");
576 if (repair) {
581 log_error("The mirror is consistent, nothing to repair.");
650 if (repair)
671 if (repair || lp->pv_count)
920 log_error("Can't repair non-mirrored LV \"%s\".", lv->name)
    [all...]

Completed in 18 milliseconds