Searched refs:edit (Results 101 - 125 of 278) sorted by relevance

1234567891011>>

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A DNWGNUtail.inc267 @echo $(DL)# Do not edit this file - it is created by make!$(DL) > $@
310 @echo $(DL)# Do not edit this file - it is created by make!$(DL)> $(@:.opt=.def)
H A Drun-gcov.sh11 <!-- This is a generated file, do not edit -->
/macosx-10.9.5/apr-30/apr/apr/build/
H A DNWGNUtail.inc265 @echo $(DL)# Do not edit this file - it is created by make!$(DL) > $@
308 @echo $(DL)# Do not edit this file - it is created by make!$(DL)> $(@:.opt=.def)
H A Drun-gcov.sh11 <!-- This is a generated file, do not edit -->
/macosx-10.9.5/cups-372.4/cups/templates/
H A DMakefile41 edit-config.tmpl \
/macosx-10.9.5/cups-372.4/cups/templates/ru/
H A DMakefile41 edit-config.tmpl \
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dmkhelp.pl133 * NEVER EVER edit this manually, fix the mkhelp.pl script instead!
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-mode.el400 ((eq calc-mode-save-mode 'local) 'edit)
401 ((eq calc-mode-save-mode 'edit) 'perm)
407 ((= n 2) 'edit)
415 ((eq calc-mode-save-mode 'edit)
416 "Recording mode changes with [calc-edit-mode: ...]")
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Dedit.h23 * edit.h - common data structure for vi and emacs edit options
63 #define MAXLINE 1024 /* longest edit line permitted */
84 typedef struct edit struct
107 int e_mode; /* edit mode */
/macosx-10.9.5/pdisk-9/
H A Dpdisk.c137 void edit(char *name, int ask_logical_size);
215 edit(argv[name_index++], 0);
278 printf(" e edit device's map\n");
279 printf(" E (edit map with specified block size)\n");
319 edit(name, ask_logical_size);
537 edit(char *name, int ask_logical_size) function
1012 printf(" q return to main edit menu\n");
/macosx-10.9.5/vim-53/src/
H A DMake_djg.mak27 obj/edit.o \
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dpolicyengine.cpp832 CFStringRef edit = CFStringRef(CFDictionaryGetValue(context, kSecAssessmentContextKeyUpdate)); local
834 if (CFEqual(edit, kSecAssessmentUpdateOperationAdd))
836 else if (CFEqual(edit, kSecAssessmentUpdateOperationRemove))
838 else if (CFEqual(edit, kSecAssessmentUpdateOperationEnable))
840 else if (CFEqual(edit, kSecAssessmentUpdateOperationDisable))
842 else if (CFEqual(edit, kSecAssessmentUpdateOperationFind))
1061 CFStringRef edit = CFStringRef(context.get(kSecAssessmentContextKeyUpdate)); local
1062 if (type == kAuthorityExecute && CFEqual(edit, kSecAssessmentUpdateOperationAdd)) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dpolicyengine.cpp832 CFStringRef edit = CFStringRef(CFDictionaryGetValue(context, kSecAssessmentContextKeyUpdate)); local
834 if (CFEqual(edit, kSecAssessmentUpdateOperationAdd))
836 else if (CFEqual(edit, kSecAssessmentUpdateOperationRemove))
838 else if (CFEqual(edit, kSecAssessmentUpdateOperationEnable))
840 else if (CFEqual(edit, kSecAssessmentUpdateOperationDisable))
842 else if (CFEqual(edit, kSecAssessmentUpdateOperationFind))
1061 CFStringRef edit = CFStringRef(context.get(kSecAssessmentContextKeyUpdate)); local
1062 if (type == kAuthorityExecute && CFEqual(edit, kSecAssessmentUpdateOperationAdd)) {
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dspnego_asn1.pl106 * See spnego_asn1.pl for details. Do not edit.
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DInlineSpiller.cpp1268 void InlineSpiller::spill(LiveRangeEdit &edit) { argument
1270 Edit = &edit;
1271 assert(!TargetRegisterInfo::isStackSlot(edit.getReg())
1274 Original = VRM.getOriginal(edit.getReg());
1279 << MRI.getRegClass(edit.getReg())->getName()
1280 << ':' << PrintReg(edit.getReg()) << ' ' << edit.getParent()
1282 assert(edit.getParent().isSpillable() &&
/macosx-10.9.5/system_cmds-597.90.1/chpass.tproj/
H A Dedit.c66 static char sccsid[] = "@(#)edit.c 8.3 (Berkeley) 4/2/94";
71 __FBSDID("$FreeBSD: src/usr.bin/chpass/edit.c,v 1.23 2003/04/09 18:18:42 des Exp $");
104 edit(const char *tfn, CFDictionaryRef pw) function
107 edit(const char *tfn, struct passwd *pw)
142 printf("re-edit the password file? ");
155 * print out the file for the user to edit; strange side-effect:
156 * set conditional flag if the user gets to edit the shell.
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/chpass.tproj/
H A Dedit.c66 static char sccsid[] = "@(#)edit.c 8.3 (Berkeley) 4/2/94";
71 __FBSDID("$FreeBSD: src/usr.bin/chpass/edit.c,v 1.23 2003/04/09 18:18:42 des Exp $");
104 edit(const char *tfn, CFDictionaryRef pw) function
107 edit(const char *tfn, struct passwd *pw)
142 printf("re-edit the password file? ");
155 * print out the file for the user to edit; strange side-effect:
156 * set conditional flag if the user gets to edit the shell.
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/demo/
H A Dtree.tcl168 after 500 "DemoTree::edit tree $tree $list $node"
173 after 500 "DemoTree::edit list $tree $list $node"
218 proc DemoTree::edit { where tree list node } {
226 set res [$tree edit $node [$tree itemcget $node -text]]
238 set res [$list edit $node [$list itemcget $node -text]]
/macosx-10.9.5/BerkeleyDB-21/db/mp/
H A Dmp_fget.c123 int b_incr, b_locked, dirty, edit, extending, first; local
156 edit = LF_ISSET(DB_MPOOL_EDIT);
251 if (mvcc && !edit && read_lsnp != NULL) {
909 if ((dirty || edit || extending) && !F_ISSET(bhp, BH_DIRTY)) {
933 (dirty || edit || extending || F_ISSET(bhp, BH_DIRTY) ?
943 DB_ASSERT(env, !mvcc || edit || read_lsnp == NULL ||
/macosx-10.9.5/vim-53/runtime/tools/
H A Dunicode.vim257 edit http://unicode.org/Public/UNIDATA/UnicodeData.txt
272 edit http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
281 edit http://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt
/macosx-10.9.5/curl-78.94.1/curl/packages/vms/
H A Dconfig_h.com70 $username = f$edit(f$getjpi("","USERNAME"),"TRIM")
206 $ line_in = f$edit(line_in,"TRIM,COMPRESS")
228 $ line_in = f$edit(line_in,"TRIM,COMPRESS")
250 $ xline = f$edit(line_in,"TRIM,COMPRESS")
1116 $ keysym = f$edit(keysym,"LOWERCASE")
1122 $ keysym = f$edit(key2b, "LOWERCASE")
1135 $ keysym = "f_" + f$edit(key2c,"LOWERCASE")
1143 $ keysym = "ut_" + f$edit(key2d,"LOWERCASE")
1331 $ keysym = f$edit(key2d,"LOWERCASE")
1339 $ keysym = f$edit(keysy
[all...]
/macosx-10.9.5/nano-11/src/
H A Dnano.c290 * the edit window is inside the partition, and keep track of
369 /* If the top of the edit window was inside the old partition, put
399 * track of whether the top of the edit window is inside the
430 /* If the top of the edit window is inside the partition, set it to
649 if (edit != NULL)
650 delwin(edit);
656 edit = newwin(editwinrows, COLS, 2 - no_more_space(), 0);
663 keypad(edit, TRUE);
907 * into account, since it adds one line to the edit window. */
915 * account, since it removes two lines from the edit windo
[all...]
/macosx-10.9.5/less-23/less/
H A Dcommand.c1397 (void) edit(FAKE_HELPFILE);
1432 error("Cannot edit standard input", NULL_PARG);
1509 if (edit(tagfile) == 0)
1530 if (edit(tagfile) == 0)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/treectrl/
H A Dexplorer.rb115 @Priv[:edit, t] = ['e2']
279 @Priv[:edit, t] = ['elemTxt']
382 @Priv[:edit, t] = ['elemTxt']
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dstyle-editor.tcl405 Info -pad,edit ""
576 Info -pad,edit $index
583 if {[Info -pad,edit] eq ""} {
584 Info -pad,edit 1
586 if {[Info -pad,edit] == 1} {
591 Sync_pad [Info -pad,edit]

Completed in 460 milliseconds

1234567891011>>