Searched +refs:call +refs:process +refs:shell +refs:command (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A DviperCard.tex26 % Permission is granted to process this file through TeX and print the
295 \key{from vi state to emacs state for 1 command}{$\backslash$}
299 \key{from insert state to vi state for 1 command}{C-z}
314 \key{escape to Vi state for one command}{C-z}
322 Execute info command by typing \kbd{M-x info} and select menu item
337 \metax{abort command}{C-c (user level = 1)}
338 \metax{abort command}{C-g (user level > 1)}
348 command is executed that many times. E.g., \kbd{5 d d} deletes 5
426 \key{call last keyboard macro}{*}
431 \key{repeat last @{\it x} command}{
[all...]
H A Dvipcard.tex26 % Permission is granted to process this file through TeX and print the
306 Execute info command by typing \kbd{M-x info} and select menu item
318 \key{abort partially typed or executing command}{C-g}
329 command is executed that many times. E.g., \kbd{5 d d} deletes 5
403 \key{call last keyboard macro}{*}
471 The delete (yank, change) commands explained below accept a motion command as
473 command. Motion commands are classified into {\it point commands} and
475 be affected by the command. Motion commands will be represented by
526 \fivecol{}{{\bf shift left}}{{\bf shift right}}{{\bf filter shell command}}{{\b
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dscheme.vim101 syn keyword schemeFunc apply map for-each call-with-current-continuation
102 syn keyword schemeFunc call-with-input-file call-with-output-file input-port?
106 syn keyword schemeFunc write display newline write-char call/cc
111 syn keyword schemeFunc dynamic-wind port? values call-with-values
221 syn keyword schemeExtFunc remove* file-size find-files fold-files directory-list shell-execute split-path
222 syn keyword schemeExtFunc current-error-port process/ports process printf fprintf open-input-string open-output-string
234 syn keyword schemeExtFunc command-line current-command
[all...]
H A Dbaan.vim39 " Some keywords are only defined when no foldinat based break bset call continue default
916 syn match baan4glh "choice\.cont\.process:"
1353 syn keyword baanBshell shell
1902 command -nargs=+ HiLink hi link <args>
1904 command -nargs=+ HiLink hi def link <args>
/macosx-10.9.5/bash-92/bash-3.2/
H A Dsubst.c1 /* subst.c -- The part of the shell that does parameter, command, arithmetic,
42 #include "shell.h"
85 #define EX_COMMAND 0x08 /* extracting a shell script/command */
88 #define PF_NOCOMSUB 0x01 /* Do not perform command substitution */
96 /* Evaluates to 1 if C is one of the shell's special parameters whose length
101 /* Evaluates to 1 if C is one of the shell's special parameters for which an
110 /* Evaluates to 1 if this is one of the shell's special variables. */
121 /* Process ID of the last command execute
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm274 # Did somebody call us with Log::Log4perl::easy_init()?
787 once and use the reference to it to call its methods. However,
840 you could also call the C<log()> method with the appropriate level
1061 the call to the logger has happened and the line number there (%F and
1220 %P pid of the current process
1262 execute rights, you might want to call
1266 before you call init(). Alternatively you can supply a restricted set of
1338 The anonymous hash in the call above will be replaced by the return
1385 it will bubble up the hierarchy and call the appropriate appenders.
1411 configuration, this will either call
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm268 # Did somebody call us with Log::Log4perl::easy_init()?
643 once and use the reference to it to call its methods. However,
692 you could also call the C<log()> method with the appropriate level
771 and then call the built-in warn() and die() functions. Since there is
889 the call to the logger has happened and the line number there (%F and
1016 %P pid of the current process
1055 execute rights, you might want to call
1059 before you call init(). Alternatively you can supply a restricted set of
1131 The anonymous hash in the call above will be replaced by the return
1176 it will bubble up the hierarchy and call th
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Telnet/lib/Net/
H A DTelnet.pm355 ## Send command and wait for the prompt.
361 return $self->error("command timed-out") if $self->timed_out;
381 ## on the assumption that it's an echoed back command.
391 ## Get rid of possible echo back command.
396 ## Ensure at least a null string when there's no command output - so
402 ## Return command output via named arg, if requested.
1138 ## Wait for command prompt or another login prompt.
1144 return &$error("eof read waiting for command prompt")
1146 return &$error("timed-out waiting for command prompt");
1153 ## Save the most recently matched command promp
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm355 ## Send command and wait for the prompt.
361 return $self->error("command timed-out") if $self->timed_out;
381 ## on the assumption that it's an echoed back command.
391 ## Get rid of possible echo back command.
396 ## Ensure at least a null string when there's no command output - so
402 ## Return command output via named arg, if requested.
1138 ## Wait for command prompt or another login prompt.
1144 return &$error("eof read waiting for command prompt")
1146 return &$error("timed-out waiting for command prompt");
1153 ## Save the most recently matched command promp
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-XS/
H A DXS.pm113 Carp::croak ("JSON::XS::to_json has been renamed to encode_json, either downgrade to pre-2.0 versions of JSON::XS or rename the call");
118 Carp::croak ("JSON::XS::from_json has been renamed to decode_json, either downgrade to pre-2.0 versions of JSON::XS or rename the call");
136 This function call is functionally identical to:
148 This function call is functionally identical to:
319 C<space_after> (and in the future possibly more) flags in one call to
415 =item * shell-style '#'-comments
417 Whenever JSON allows whitespace, shell-style comments are additionally
509 The C<TO_JSON> method may safely call die if it wants. If C<TO_JSON>
710 a full JSON object, which it then can decode. This process is similar to
759 is, you can manipulate it. This I<only> works when a preceding call t
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/
H A DXS.pm113 Carp::croak ("JSON::XS::to_json has been renamed to encode_json, either downgrade to pre-2.0 versions of JSON::XS or rename the call");
118 Carp::croak ("JSON::XS::from_json has been renamed to decode_json, either downgrade to pre-2.0 versions of JSON::XS or rename the call");
136 This function call is functionally identical to:
148 This function call is functionally identical to:
319 C<space_after> (and in the future possibly more) flags in one call to
415 =item * shell-style '#'-comments
417 Whenever JSON allows whitespace, shell-style comments are additionally
509 The C<TO_JSON> method may safely call die if it wants. If C<TO_JSON>
710 a full JSON object, which it then can decode. This process is similar to
764 is, you can manipulate it. This I<only> works when a preceding call t
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex46 % To process a Texinfo manual with TeX, it's most reliable to use the
47 % texi2dvi shell script that comes with the distribution. For a simple
53 % dvips foo.dvi -o # or whatever, to process the dvi file; this makes foo.ps.
153 % and nothing on the terminal. We don't just call \tracingall here,
173 % For @cropmarks command.
195 % does insertions, but you have to call it yourself.
317 % Remove a single space (as the delimiter token to the macro call).
336 % do that for us. The \relax here is matched by the \relax in the call
352 % here.) But this means we cannot call \removeactivespaces as part of
388 {\errhelp=\EMsimple \errmessage{Undefined command
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex49 % To process a Texinfo manual with TeX, it's most reliable to use the
50 % texi2dvi shell script that comes with the distribution. For a simple
156 % and nothing on the terminal. We don't just call \tracingall here,
186 % For @cropmarks command.
208 % does insertions, but you have to call it yourself.
330 % Remove a single space (as the delimiter token to the macro call).
349 % do that for us. The \relax here is matched by the \relax in the call
365 % here.) But this means we cannot call \removeactivespaces as part of
401 {\errhelp=\EMsimple \errmessage{Undefined command @begin #1}}\else
415 \errmessage{Undefined command `
[all...]
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex46 % To process a Texinfo manual with TeX, it's most reliable to use the
47 % texi2dvi shell script that comes with the distribution. For a simple
53 % dvips foo.dvi -o # or whatever, to process the dvi file; this makes foo.ps.
153 % and nothing on the terminal. We don't just call \tracingall here,
173 % For @cropmarks command.
195 % does insertions, but you have to call it yourself.
316 % Remove a single space (as the delimiter token to the macro call).
335 % do that for us. The \relax here is matched by the \relax in the call
351 % here.) But this means we cannot call \removeactivespaces as part of
387 {\errhelp=\EMsimple \errmessage{Undefined command
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex47 % To process a Texinfo manual with TeX, it's most reliable to use the
48 % texi2dvi shell script that comes with the distribution. For a simple
177 % and nothing on the terminal. We don't just call \tracingall here,
213 % For @cropmarks command.
235 % does insertions, but you have to call it yourself.
357 % Remove a single space (as the delimiter token to the macro call).
376 % do that for us. The \relax here is matched by the \relax in the call
392 % here.) But this means we cannot call \removeactivespaces as part of
428 {\errhelp=\EMsimple \errmessage{Undefined command @begin #1}}\else
442 \errmessage{Undefined command `
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex43 % To process a Texinfo manual with TeX, it's most reliable to use the
44 % texi2dvi shell script that comes with the distribution. For a simple
230 % and nothing on the terminal. We don't just call \tracingall here,
266 % For @cropmarks command.
288 % does insertions, but you have to call it yourself.
475 % If an index command is used in an @example environment, any spaces
497 % implementation of @end takes care not to call \endgroup in this
522 \errmessage{This command can appear only \inenvironment\temp,
1059 % to a command which sets the catcodes (such as @item or @section).
1417 \let\li = \sf % Sometimes we call i
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex43 % To process a Texinfo manual with TeX, it's most reliable to use the
44 % texi2dvi shell script that comes with the distribution. For a simple
230 % and nothing on the terminal. We don't just call \tracingall here,
266 % For @cropmarks command.
288 % does insertions, but you have to call it yourself.
475 % If an index command is used in an @example environment, any spaces
497 % implementation of @end takes care not to call \endgroup in this
522 \errmessage{This command can appear only \inenvironment\temp,
1059 % to a command which sets the catcodes (such as @item or @section).
1417 \let\li = \sf % Sometimes we call i
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex43 % To process a Texinfo manual with TeX, it's most reliable to use the
44 % texi2dvi shell script that comes with the distribution. For a simple
227 % and nothing on the terminal. We don't just call \tracingall here,
263 % For @cropmarks command.
285 % does insertions, but you have to call it yourself.
472 % If an index command is used in an @example environment, any spaces
494 % implementation of @end takes care not to call \endgroup in this
519 \errmessage{This command can appear only \inenvironment\temp,
1056 % to a command which sets the catcodes (such as @item or @section).
1403 \let\li = \sf % Sometimes we call i
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex43 % To process a Texinfo manual with TeX, it's most reliable to use the
44 % texi2dvi shell script that comes with the distribution. For a simple
232 % and nothing on the terminal. We don't just call \tracingall here,
268 % For @cropmarks command.
290 % does insertions, but you have to call it yourself.
480 % If an index command is used in an @example environment, any spaces
502 % implementation of @end takes care not to call \endgroup in this
527 \errmessage{This command can appear only \inenvironment\temp,
1079 % to a command which sets the catcodes (such as @item or @section).
1460 % tried to figure out what each command shoul
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex43 % To process a Texinfo manual with TeX, it's most reliable to use the
44 % texi2dvi shell script that comes with the distribution. For a simple
232 % and nothing on the terminal. We don't just call \tracingall here,
268 % For @cropmarks command.
290 % does insertions, but you have to call it yourself.
480 % If an index command is used in an @example environment, any spaces
502 % implementation of @end takes care not to call \endgroup in this
527 \errmessage{This command can appear only \inenvironment\temp,
1079 % to a command which sets the catcodes (such as @item or @section).
1460 % tried to figure out what each command shoul
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn.tex105 command. This will build the library and archive the object files in ``libtommath.a''. Now you link against
155 LibTomMath can configured at build time in three phases we shall call ``depends'', ``tweaks'' and ``trims''.
158 To make the system more powerful you can tweak the build process. Classes are defined in the file
417 Is is legal to call mp\_clear() twice on the same mp\_int in a row.
1276 Modular reduction is process of taking the remainder of one quantity divided by another. Expressed
1523 Note that unlike Montgomery reduction there is no normalization process. The result of this function is
1566 This function is actually a shell around the two internal exponentiation functions. This routine will automatically

Completed in 668 milliseconds