Searched +refs:kill +refs:new (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dtextpeer.tcl35 ## Procedures to make and kill clones; most of this is just so that the demo
44 set b2 [button $w.kill$count -command "killClone $w $count" \
49 grid configure $b1 $b2 -sticky new
54 destroy $w.clone$count $w.kill$count
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-score.el213 "Variable to control where new adaptive score entries are to go.
224 `((gnus-kill-file-mark)
266 "other" "more" "only" "just" "end" "also" "know" "how" "new" "should"
322 "Default header when entering new scores.
354 "Default match type when entering new scores.
384 "Use case folding for new score file entries iff not nil."
389 "Default duration of effect when entering new scores.
500 ;; Much modification of the kill (ahem, score) code and lots of the
512 (defun gnus-score-kill-help-buffer ()
514 (kill
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dsurvival.tex182 the file name; use this to create new files by entering the name
183 of the new file
185 \key{C-x k} kill a buffer
217 \key{C-w} kill region
218 \key{M-w} copy region to kill-ring
219 \key{C-k} kill from the cursor all the way to the end of the line
220 \key{M-DEL} kill word
221 \key{C-y} yank back the last kill (\kbd{C-w C-y} combination could be
223 \key{M-y} replace last yank with previous kill
344 \key{C-x r k} kill rectangl
[all...]
H A Dpl-refcard.tex5 % who also added new section on `Dired' and added info about Polish
209 % newcolumn - force a new column. Use sparingly, probably only for
216 % section - new major section. Argument is section name.
290 % (WB) -- new macros
462 %\threecol{{\bf entity to kill}}{{\bf backward}}{{\bf forward}}
463 %\threecol{character (delete, not kill)}{DEL}{C-d}
476 %\key{kill {\bf region}}{C-w}
477 %\key{copy region to kill ring}{M-w}
478 %\key{kill through next occurrence of {\it char}}{M-z {\it char}}
480 \key{wstaw obszar do `kill rin
[all...]
H A Drefcard.tex205 % newcolumn - force a new column. Use sparingly, probably only for
212 % section - new major section. Argument is section name.
363 \threecol{{\bf entity to kill}}{{\bf backward}}{{\bf forward}}
364 \threecol{character (delete, not kill)}{DEL}{C-d}
371 \key{kill {\bf region}}{C-w}
372 \key{copy region to kill ring}{M-w}
373 \key{kill through next occurrence of {\it char}}{M-z {\it char}}
376 \key{replace last yank with previous kill}{M-y}
491 \key{kill a buffer}{C-x k}
510 \metax{specify a new tag
[all...]
H A Dorgcard.tex198 % newcolumn - force a new column. Use sparingly, probably only for
205 % section - new major section. Argument is section name.
303 \key{insert new heading/item at current level}{M-RET}
304 \key{insert new TODO entry/checkbox item}{M-S-RET}
312 \key{kill subtree}{C-c C-x C-w}
344 %\metax{insert a new Org-mode table}{M-x org-table-create}
365 \key{kill the current column}{M-S-LEFT}
366 \key{insert new column to left of cursor position}{M-S-RIGHT}
370 \key{kill the current row or horizontal line}{M-S-UP}
371 \key{insert new ro
[all...]
H A Dgnus-refcard.tex246 X & Killed by a kill file.\\
289 g & Check the server for new articles ({\bf get}). [level]\\
290 M-g & Check the server for new articles in this group ({\bf get}). [p/p]\\
304 z & Suspend (kill all buffers of) Gnus.\\
307 F & {\bf Find} new groups and process them.\\
374 G m & {\bf Make} a new group.\\
379 G V & Make a new empty {\bf virtual} group. (nnvirtual)\\
502 M-k & Edit this group's {\bf kill} file.\\
503 M-K & Edit the general {\bf kill} file.\\
778 c & {\bf Copy} the MIME object to a new buffe
[all...]
/macosx-10.9.5/bash-92/bash-3.2/
H A Dsig.c495 kill (getpid (), sig);
558 int old, new; local
561 new = *newset;
563 new = 0;
568 old = sigblock (new);
572 sigsetmask (new);
/macosx-10.9.5/vim-53/src/po/
H A DMake_cyg.mak8 # Use at your own risk but with care, it could even kill your canary.
93 # The OLD_PO_FILE_INPUT and OLD_PO_FILE_OUTPUT are for the new GNU gettext
/macosx-10.9.5/screen-22/screen/
H A Dmisc.c333 (void) kill(pid, sig);
477 rename (old, new)
479 char *new;
481 if (link(old, new) < 0)
539 opendebug(new, shout)
540 int new, shout;
554 if (!(dfp = fopen(buf, new ? "w" : "a")))
/macosx-10.9.5/NFS-81/nfsd/
H A Dmain.c718 /* launch any new nfsd threads */
721 /* make new config current */
757 config_sysctl_changed(struct nfs_conf_server *old, struct nfs_conf_server *new) argument
759 if (!old || (old->async != new->async))
760 sysctl_set("vfs.generic.nfs.server.async", new->async);
761 if (!old || (old->export_hash_size != new->export_hash_size))
762 sysctl_set("vfs.generic.nfs.server.export_hash_size", new->export_hash_size);
763 if (!old || (old->fsevents != new->fsevents))
764 sysctl_set("vfs.generic.nfs.server.fsevents", new->fsevents);
766 sysctl_set("vfs.generic.nfs.server.reqcache_size", new
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pop3d/
H A Dpop3d.tcl98 # Only export one command, the one used to instantiate a new server
99 namespace export new
102 # ::pop3d::new --
104 # Create a new pop3 server with a given name; if no name is given, use
113 proc ::pop3d::new {{name ""}} {
247 proc ::pop3d::_destroy {name {mode kill}} {
251 kill {
268 _destroy $name kill
274 Expected \"kill\", or \"defer\""
488 # -W- future ? kill al
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Demacs.c133 /* Hook run by `kill-emacs' before it does really anything. */
293 --kill exit without asking for confirmation\n\
398 kill (getpid (), fatal_error_code);
432 kill (getpid (), SIGABRT);
994 stack allocation routine for new process that the allocation
996 new limit to page boundary. */
1433 This requires inserting a new element into argv. */ local
1436 char **new = (char **) xmalloc (sizeof (char *) * (argc + 2));
1440 new[j] = argv[j];
1441 new[count_befor
1876 char **new = (char **) xmalloc (sizeof (char *) * argc); local
[all...]
H A Dsysdep.c210 /* LPASS8 is new in 4.3, and makes cbreak mode provide all 8 bits. */
523 /* Note that kill returns -1 even if the process is just a zombie now.
531 if (0 > kill (pid, 0))
534 kill (getpid (), SIGCHLD);
543 if (0 > kill (pid, 0))
550 if (kill (pid, 0) == -1 && errno == ESRCH)
560 if (0 > kill (pid, 0))
571 if (0 > kill (pid, 0))
588 if (kill (pid, 0) < 0)
680 s.main.c_lflag |= ICANON; /* Enable erase/kill an
1267 struct termios new; local
[all...]
/macosx-10.9.5/securityd-55199.3/dtrace/
H A Dsecurityd-watch.d85 securityd*:::client-connection-new
92 printf("%u T%d:connection-new(<%x>,port=%d,client=<%x>/%s(%d))\n",
110 securityd*:::client-new
119 printf("%u T%d:client-new(<%x>,%s(%d),session=<%x>,task=%d)\n",
134 printf("%u T%d:client-change_session(<%x>,new session=<%x>)\n",
238 securityd*:::session-kill
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dibuf-ext.el53 (let ((new nil)
56 (or (member (car tail) new)
57 (setq new (cons (car tail) new)))
59 (nreverse new)))
191 (defvar ibuffer-filter-group-kill-ring nil)
649 (defun ibuffer-kill-filter-group (name)
651 The group will be added to `ibuffer-filter-group-kill-ring'."
654 (error "Can't kill default filter group"))
657 (push (copy-tree it) ibuffer-filter-group-kill
[all...]
H A Dmouse.el47 "*If non-nil, mouse drag copies region to kill-ring."
262 ;; Supplying the list is faster than making a new map.
310 "Delete the window clicked on, and create a new frame displaying its buffer."
333 (let ((new-height (1+ (cdr (posn-col-row (event-end click)))))
339 (min (max new-height first-line) last-line))))))
349 (let ((new-width (1+ (car (posn-col-row (event-end click)))))
355 (min (max new-width first-col) last-col))))))
648 "Set the region to the text dragged over, and copy to kill ring.
666 ;; Don't set this-command to kill-region, so that a following
667 ;; C-w will not double the text in the kill rin
[all...]
H A Dido.el88 ;; If I want to create a new buffer named "234", I press C-j instead of
94 ;; prompted to create a new buffer called "234a".
452 "*How to visit a new file when using `ido-find-file'.
454 `selected-window' Show new file in selected window
455 `other-window' Show new file in another window (same frame)
457 `other-frame' Show new file in another frame
472 "*How to switch to new buffer when using `ido-switch-buffer'.
753 (defcustom ido-create-new-buffer 'prompt
754 "*Specify whether a new buffer is created if no buffer matches substring.
755 Choices are 'always to create new buffer
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.c645 * Random default kill ring size
1269 ed_Init(); /* init the new line editor */
1423 * Save the shell state, and establish new argument vector, and new input
1432 * Save old descriptors, move new 0,1,2 to safe places and assign
1502 /* Establish new input arena */
1612 /* Save the current state and move us to a new state */
1711 * We kill the last foreground process group. It then becomes
1726 * If a process is in the foreground we try to kill
2081 int new; local
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dutil.c168 /* This creates a new directory with default permissions. Since there
330 * does not know if the unlink call is due to a new file coming in, or
436 * all our children before we kill them, because their pids may have
448 * point that gun, hey? See kill(2) for the
457 kill(p, sig);
1391 struct bitbag *bb = new(struct bitbag);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Dhelper.c391 // If we get *another* conflict, the new alert should refer to the 'old' name
446 helplog(ASL_LEVEL_ERR,"Could not construct CFStrings for new=%s", newname);
457 helplog(ASL_LEVEL_ERR, "Could not construct secondary CFString for new=%s", newname);
553 do_mDNSPreferencesSetName(__unused mach_port_t port, int key, const char* old, const char* new, audit_token_t token) argument
563 debug("entry %s old=%s new=%s", key==kmDNSComputerName ? "ComputerName" : (key==kmDNSLocalHostName ? "LocalHostName" : "UNKNOWN"), old, new);
593 if (0 == strncmp(old, new, MAX_DOMAIN_LABEL+1))
595 // old and new are same means the config changed i.e, the user has set something in the preferences pane.
597 if (last[0] && 0 != strncmp(last, new, MAX_DOMAIN_LABEL+1))
607 // old and new ar
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmuttrc.vim427 syn match muttrcFunction contained "\<\%(backward\|capitalize\|downcase\|forward\|kill\|upcase\)-word\>"
431 syn match muttrcFunction contained "\<check-\%(new\|traditional-pgp\)\>"
440 syn match muttrcFunction contained "\<kill-\%(eol\|eow\|line\)\>"
441 syn match muttrcFunction contained "\<next-\%(line\|new\%(-then-unread\)\?\|page\|subthread\|undeleted\|unread\|unread-mailbox\)\>"
442 syn match muttrcFunction contained "\<previous-\%(line\|new\%(-then-unread\)\?\|page\|subthread\|undeleted\|unread\)\>"
448 syn match muttrcFunction contained "\<toggle-\%(mailboxes\|new\|quoted\|subscribed\|unlink\|write\)\>"
452 syn match muttrcFunction contained "\<\%(backspace\|backward-char\|bol\|bottom\|bottom-page\|buffy-cycle\|clear-flag\|complete\%(-query\)\?\|copy-file\|create-alias\|detach-file\|eol\|exit\|extract-keys\|\%(imap-\)\?fetch-mail\|forget-passphrase\|forward-char\|group-reply\|help\|ispell\|jump\|limit\|list-reply\|mail\|mail-key\|mark-as-new\|middle-page\|new-mime\|noop\|pgp-menu\|query\|query-append\|quit\|quote-char\|read-subthread\|redraw-screen\|refresh\|rename-file\|reply\|select-new\|set-flag\|shell-escape\|skip-quoted\|sort\|subscribe\|sync-mailbox\|top\|top-page\|transpose-chars\|unsubscribe\|untag-pattern\|verify-key\|what-key\|write-fcc\)\>"
H A Daml.vim31 syn keyword amlArcCmd contained gridq[uery] gridr[otate] gridshad[es] gridshap[e] gridshi[ft] gridw[arp] group groupb[y] gt gv gv[tolerance] ha[rdcopy] he[lp] help hid[densymbol] hig[hlow] hil[lshade] his[togram] historicalview ho[ldadjust] hpgl hpgl2 hsv2b[lue] hsv2g[reen] hsv2r[ed] ht[ml] hview ia ided[it] identif[y] identit[y] idw if igdsa[rc] igdsi[nfo] ige[sarc] il[lustrator] illustrator image imageg[rid] imagep[lot] imageplot imageview imp[ort] in index indexi[tem] info infodba[se] infodbm[s] infof[ile] init90[00] init9100 init9100b init91[00] init95[00] int intersect intersectarcs intersecte[rr] isn[ull] iso[cluster] it[ems] iview j[oinitem] join keeps keepselect keyan[gle] keyar[ea] keyb[ox] keyf[orms] keyl[ine] keym keym[arker] keymap keyp[osition] keyse[paration] keysh[ade] keyspot kill killm[ap] kr[iging] la labela[ngle] labele[rrors] labelm[arkers] labels labelsc[ale] labelsp[ot] labelt[ext] lal latticecl[ip] latticeco[ntour] latticed[em] latticem[erge] latticemarkers latticeo[perate]
34 syn keyword amlArcCmd contained markerpa[ttern] markerpe[n] markerpu[t] markersa[ve] markersc[ale] markerse[t] markersi[ze] markersy[mbol] mas[elect] matchc[over] matchn[ode] max mb[egin] mc[opy] md[elete] me mean measure measurer[oute] measureroute med mend menu[cover] menuedit menv[ironment] merge mergeh[istory] mergev[at] mfi[t] mfr[esh] mg[roup] miadsa[rc] miadsr[ead] miadsread min minf[o] mino[rity] mir[ror] mitems mjoin ml[classify] mma[sk] mmo[ve] mn[select] mod mor[der] moran mosa[ic] mossa[rc] mossg[rid] move movee[nd] movei[tem] mp[osition] mr mr[otate] msc[ale] mse[lect] mselect mt[olerance] mu[nselect] multcurve multinv multipleadditem multipleitems multiplejoin multipleselect multprop mw[ho] nai ne near neatline neatlineg[rid] neatlineh[atch] neatlinel[abels] neatlinet[ics] new next ni[bble] nodeangleitem nodec[olor] nodee[rrors] nodem[arkers] nodep[oint] nodes nodesi[ze] nodesn[ap] nodesp[ot] nodet[ext] nor[mal] not ns[elect] oe ogrid ogridt[ool] oldwindow oo[ps] op[endatabase] or
48 syn keyword amlTabCmd contained add additem alter asciihelp aselect at calc calculate change commands commit copy define directory dropindex dropitem erase external get help indexitem items kill list move nselect purge quit redefine rename reselect rollback save select show sort statistics unload update usagecontained
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dexec.c1609 kill(getpid(), SIGSTOP);
2080 if(!mfds[fd1]) { /* starting a new multio */
2138 int new = sizeof(struct multio) + sizeof(int) * mfds[fd1]->ct; local
2139 int old = new - sizeof(int) * MULTIOUNIT;
2140 mfds[fd1] = hrealloc((char *)mfds[fd1], old, new);
3360 * we cleared the jobtable and started a new job just for
3756 kill(getpid(), SIGKILL);
3918 kill(getpid(), SIGKILL);
4529 /* If no new sticky emulation, not a different emulation */
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dada-xref.el56 Otherwise create either a new buffer or a new frame."
154 "*If non-nil, a new Emacs frame will be swallowed in GVD when debugging.
169 This hook should be used to support new formats for the project files.
253 "Read the ali file FILE into a new buffer, and return the buffer's name."
317 (kill-buffer nil))
488 ["New..." ada-prj-new t]
491 ;; Add the new items
996 (kill-buffer nil)
1092 This returns a new valu
[all...]

Completed in 172 milliseconds

12