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...] |