Home
last modified time | relevance | path

Searched defs:edit (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A Dclang-format-sublime.py30 def run(self, edit): argument
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dwatch.h21 int edit; member
H A Dedit.c366 edit (argc, argv) in edit() function
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DHandleConfig.pm144 sub edit { subroutine
/openbsd-src/usr.bin/chpass/
H A Dedit.c51 edit(char *tempname, struct passwd *pw) in edit() function
/openbsd-src/usr.bin/mail/
H A Dedit.c153 char *edit, tempname[PATHSIZE]; in run_editor() local
H A Dmain.c42 int edit; /* Indicates editing a file */ variable
/openbsd-src/sbin/pdisk/
H A Dpdisk.c137 edit(struct partition_map **mapp) in edit() function
/openbsd-src/usr.bin/less/
H A Dedit.c156 edit(char *filename) in edit() function
/openbsd-src/usr.bin/diff3/
H A Ddiff3prog.c531 edit(struct diff *diff, int dup, int j) in edit() function
/openbsd-src/sbin/fdisk/
H A Dcmd.c211 edit(const int pn, struct mbr *mbr) in edit() function
/openbsd-src/gnu/llvm/clang/lib/Edit/
H A DEditedSource.cpp294 const edit::Commit::Edit &edit = *I; in commit() local
/openbsd-src/usr.bin/cvs/
H A Ddiff3.c774 edit(struct diff *diff, int fdup, int j) in edit() function
/openbsd-src/sbin/scsi/
H A Dscsi.c695 mode_edit(int fd, int page, int edit, int argc, char *argv[]) in mode_edit()
/openbsd-src/usr.bin/rcs/
H A Ddiff3.c869 edit(struct diff *diff, int fdup, int j) in edit() function
/openbsd-src/sbin/disklabel/
H A Ddisklabel.c604 edit(struct disklabel *lp, int f) in edit() function
/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp84 EditGenerator transformer::edit(ASTEdit Edit) { in edit() function in transformer
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1215 void InlineSpiller::spill(LiveRangeEdit &edit) { in spill()