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

  /src/bin/ksh/
conf-end.h 10 # define EDIT
12 # undef EDIT
16 #if defined(EDIT) && !defined(HISTORY)
18 #endif /* EDIT */
  /src/sbin/disklabel/
main.c 173 static int edit(int);
477 UNSPEC, EDIT, READ, RESTORE, SETWRITABLE, SETREADONLY,
583 case 'e': /* Edit label with $EDITOR */
584 op = EDIT;
591 case 'i': /* Edit using built-in editor */
671 if (Iflag && op != EDIT
696 case EDIT:
700 error = edit(f);
1514 edit(int f) function in typeref:typename:int
1548 (void) printf("re-edit the label? [y]: ")
    [all...]

Completed in 125 milliseconds