Searched +refs:ps +refs:mark +refs:code +refs:directory (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl13 ## Thanks to the following (among many) for early bug reports & code ideas:
43 return -code error "tkcon requires at least Tcl/Tk 8.4"
240 ### Determine what directory the resource file should be in
281 set code [catch {uplevel \#0 [list source $PRIV(rcfile)]} err]
434 if {[info exists code] && $code && ($err ne "")} {
464 return -code error "Don't init the master interpreter, goofball"
588 if {$err ne ""} { return -code error $err }
738 $con mark set output 1.0
739 $con mark se
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dprocess.c316 /* If we support a window system, turn on the code to poll periodically
453 decode_status (l, symbol, code, coredump)
456 int *code;
464 *code = 0;
471 *code = XFASTINT (XCAR (tem));
485 int code, coredump;
488 decode_status (status, &symbol, &code, &coredump);
494 signame = strsignal (code);
505 return build_string (code == 0 ? "deleted\n" : "connection broken by remote peer\n");
506 if (code
482 int code, coredump; local
3986 struct Lisp_Process *ps= XPROCESS (server); local
4005 int code = errno; local
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dnetrw.vim1 " netrw.vim: Handles file transfer and remote directory listing across
8 " Permission is hereby granted to use and distribute this code,
331 " Save current settings and current directory
391 call netrw#ErrorMsg(s:ERROR,"unable to change directory to <".curdir."> (permissions?)",61)
421 if &directory == ""
422 " user hasn't specified a swapfile directory;
423 " netrw will temporarily set the swapfile directory
424 " to the current directory as returned by getcwd().
425 let &l:directory = getcwd()
427 setlocal directory
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex54 % dvips foo.dvi -o # or whatever; this makes foo.ps.
242 % Do this outside of the \shipout so @code etc. will be expanded in
243 % the headline as they should be, not taken literally (outputting ''code).
1487 % @code is a modification of @t,
1510 % We *must* turn on hyphenation at `-' and `_' in \code.
1523 \global\def\code{\begingroup
1537 % this is all so @math{@code{var_name}+1} can work. In math mode, _
1540 % (inside @code that is), therefore an endless loop.
1549 % @kbd is like @code, except that if the argument is just one @key command,
1554 % or `code' (
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex56 % dvips foo.dvi -o # or whatever; this makes foo.ps.
215 % Do this outside of the \shipout so @code etc. will be expanded in
216 % the headline as they should be, not taken literally (outputting ''code).
1396 % @code is a modification of @t,
1419 % We *must* turn on hyphenation at `-' and `_' in \code.
1432 \global\def\code{\begingroup
1446 % this is all so @math{@code{var_name}+1} can work. In math mode, _
1449 % (inside @code that is), therefore an endless loop.
1458 % @kbd is like @code, except that if the argument is just one @key command,
1463 % or `code' (
[all...]
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex53 % dvips foo.dvi -o # or whatever, to process the dvi file; this makes foo.ps.
202 % Do this outside of the \shipout so @code etc. will be expanded in
203 % the headline as they should be, not taken literally (outputting ''code).
1286 % @code is a modification of @t,
1309 % We *must* turn on hyphenation at `-' and `_' in \code.
1322 \global\def\code{\begingroup
1340 % @kbd is like @code, except that if the argument is just one @key command,
1345 % or `code' (@kbd uses normal tty font always).
1359 \def\wordcode{code}
1371 % For @url, @env, @command quotes seem unnecessary, so use \code
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex53 % dvips foo.dvi -o # or whatever, to process the dvi file; this makes foo.ps.
202 % Do this outside of the \shipout so @code etc. will be expanded in
203 % the headline as they should be, not taken literally (outputting ''code).
1326 % @code is a modification of @t,
1349 % We *must* turn on hyphenation at `-' and `_' in \code.
1362 \global\def\code{\begingroup
1380 % @kbd is like @code, except that if the argument is just one @key command,
1385 % or `code' (@kbd uses normal tty font always).
1399 \def\wordcode{code}
1411 % For @url, @env, @command quotes seem unnecessary, so use \code
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
192 % that mark overfull boxes (in case you have decided
292 % Do this outside of the \shipout so @code etc. will be expanded in
293 % the headline as they should be, not taken literally (outputting ''code).
1196 % We have to set dummies so commands such as @code in a section title
1751 % @code is a modification of @t,
1774 % We *must* turn on hyphenation at `-' and `_' in @code.
1787 \global\def\code{\begingroup
1797 % this is all so @math{@code{var_name}+1} can work. In math mode, _
1800 % (inside @code tha
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
195 % that mark overfull boxes (in case you have decided
295 % Do this outside of the \shipout so @code etc. will be expanded in
296 % the headline as they should be, not taken literally (outputting ''code).
1204 % We have to set dummies so commands such as @code in a section title
1779 % @code is a modification of @t,
1802 % We *must* turn on hyphenation at `-' and `_' in @code.
1815 \global\def\code{\begingroup
1825 % this is all so @math{@code{var_name}+1} can work. In math mode, _
1828 % (inside @code tha
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
195 % that mark overfull boxes (in case you have decided
295 % Do this outside of the \shipout so @code etc. will be expanded in
296 % the headline as they should be, not taken literally (outputting ''code).
1204 % We have to set dummies so commands such as @code in a section title
1779 % @code is a modification of @t,
1802 % We *must* turn on hyphenation at `-' and `_' in @code.
1815 \global\def\code{\begingroup
1825 % this is all so @math{@code{var_name}+1} can work. In math mode, _
1828 % (inside @code tha
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
197 % that mark overfull boxes (in case you have decided
297 % Do this outside of the \shipout so @code etc. will be expanded in
298 % the headline as they should be, not taken literally (outputting ''code).
311 % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}}
314 % {\code {{\tt \backslashcurfont }acronym}
1316 % We have to set dummies so commands such as @code, and characters
1327 % used to mark target names; must be expandable.
2332 % @code is a modification of @t,
2355 % We *must* turn on hyphenation at `-' and `_' in @code
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
197 % that mark overfull boxes (in case you have decided
297 % Do this outside of the \shipout so @code etc. will be expanded in
298 % the headline as they should be, not taken literally (outputting ''code).
311 % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}}
314 % {\code {{\tt \backslashcurfont }acronym}
1316 % We have to set dummies so commands such as @code, and characters
1327 % used to mark target names; must be expandable.
2332 % @code is a modification of @t,
2355 % We *must* turn on hyphenation at `-' and `_' in @code
[all...]

Completed in 187 milliseconds