Searched refs:edit (Results 1 - 25 of 108) sorted by relevance

12345

/openbsd-current/regress/usr.bin/mail/
H A DMakefile5 PROG= edit
8 CLEANFILES+= edit.c
10 edit.c: ${.CURDIR}/../../bin/ksh/edit/edit.c
11 @cp ${.CURDIR}/../../bin/ksh/edit/edit.c .
13 send: edit
H A Dsend.sh22 act=$(echo -n "$stdin" | ./edit -p 'Subject: ' mail -En unknown)
/openbsd-current/regress/bin/ksh/
H A DMakefile3 SUBDIR += main edit
/openbsd-current/regress/bin/csh/
H A DMakefile7 PROG= edit
10 CLEANFILES+= edit.c
12 edit.c: ${.CURDIR}/../ksh/edit/edit.c
13 @cp ${.CURDIR}/../ksh/edit/edit.c .
15 filec: edit
/openbsd-current/usr.bin/vi/docs/USD.doc/edit/
H A DMakefile4 DIR= usd/11.edit
14 # index for versatec is different from the one in edit.tut
17 # you should just use the index in edit.tut, and ignore editvindex.
20 ${TROFF} ${MACROS} -n22 edit.vindex
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dwatch.h21 int edit; member in struct:addremove_args
25 /* Are we adding or removing (non-temporary) edit,unedit,and/or commit
29 /* Should we add a temporary edit watch? */
H A Dwatch.c14 #include "edit.h"
26 " edit,unedit,commit,all,none\n",
91 mynewattr_size = sizeof "+edit+unedit+commit+tedit+tunedit+tcommit";
97 add_edit_pending = what->adding && what->edit;
100 remove_edit_pending = !what->adding && what->edit;
121 if (pend - p == 4 && strncmp ("edit", p, 4) == 0)
124 strcat (mynewattr, "+edit");
175 strcat (mynewattr, "+edit");
258 the_args.edit = 0;
273 if (strcmp (optarg, "edit")
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Text-Abbrev/lib/Text/
H A DAbbrev.pm25 $hashref = abbrev qw(list edit send abort gripe);
27 %hash = abbrev qw(list edit send abort gripe);
29 abbrev $hashref, qw(list edit send abort gripe);
31 abbrev(*hash, qw(list edit send abort gripe));
/openbsd-current/usr.bin/sdiff/
H A DMakefile4 SRCS=common.c edit.c sdiff.c
/openbsd-current/gnu/llvm/clang/include/clang/Edit/
H A DEditsReceiver.h17 namespace edit { namespace in namespace:clang
30 } // namespace edit
H A DRewriters.h22 namespace edit { namespace in namespace:clang
/openbsd-current/regress/bin/ksh/edit/
H A Dsubr.sh21 act=$(echo -n "$stdin" | ./edit -p "$PS1" -- ${KSH:-/bin/ksh} -r 2>&1)
H A DMakefile5 PROG= edit
/openbsd-current/usr.bin/mail/
H A Dedit.c1 /* $OpenBSD: edit.c,v 1.21 2019/06/28 13:35:01 deraadt Exp $ */
2 /* $NetBSD: edit.c,v 1.5 1996/06/08 19:48:20 christos Exp $ */
153 char *edit, tempname[PATHSIZE]; local
194 edit = value("EDITOR");
195 if (edit == NULL || edit[0] == '\0')
196 edit = _PATH_EX;
198 edit = value("VISUAL");
199 if (edit == NULL || edit[
[all...]
H A Dglob.h44 extern int edit; /* Indicates editing a file */
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dbisect-example.sh2 echo >&2 You need to edit this to run your test case
H A Dmksample29 edit it to suit your system.
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dmake_command.com19 $ $makeline = f$edit($makeline,"COMPRESS,TRIM")
H A Dgenopt.com11 $ y=f$edit(x,"COLLAPSE") ! lose spaces
15 f$locate("/SHARE",f$edit(y,"UPCASE")) .ne. f$length(y)
/openbsd-current/sbin/iked/
H A Dgenmap.sh26 /* Automatically generated from $1, do not edit */
/openbsd-current/gnu/llvm/clang/tools/clang-format/
H A Dclang-format-sublime.py30 def run(self, edit):
53 edit, sublime.Region(0, self.view.size()),
/openbsd-current/gnu/llvm/clang/lib/Edit/
H A DEditedSource.cpp28 using namespace edit;
292 for (edit::Commit::edit_iterator
294 const edit::Commit::Edit &edit = *I; local
295 switch (edit.Kind) {
296 case edit::Commit::Act_Insert:
297 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit
[all...]
/openbsd-current/usr.bin/chpass/
H A Dchpass.h51 /* edit() return values. */
61 int edit(char *, struct passwd *);
H A DMakefile6 SRCS= chpass.c edit.c field.c table.c util.c getpwent.c
/openbsd-current/gnu/usr.bin/perl/dist/Text-Abbrev/t/
H A DAbbrev.t11 my @z = qw(list edit send abort gripe listen);

Completed in 363 milliseconds

12345