Searched refs:routine (Results 76 - 100 of 146) sorted by relevance

123456

/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/Heap071/
H A DElem.pm101 A routine to compare two elements. It must return a negative
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/Heap071/
H A DElem.pm101 A routine to compare two elements. It must return a negative
/macosx-10.10.1/CPANInternal-159.1/String-ShellQuote-1.04/
H A DShellQuote.pm150 This routine might be changed to accept multiple I<string> arguments
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dsparccpuid.S22 ! This routine wipes registers, but not the backing store [which
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dgenerate_vax_transfer.com134 $! Start pass 2, write stub routine header
226 ; The third is the routine stub that is used to resolve part of the upper
/macosx-10.10.1/libpcap-48/libpcap/msdos/
H A Dpkt_rx1.s70 ; This routine gets called by the packet driver twice:
H A Dpkt_rx0.asm114 ; This routine gets called by the packet driver twice:
/macosx-10.10.1/vim-55/runtime/indent/
H A Dpascal.vim67 " The bracketed expression with the underline is a routine
/macosx-10.10.1/CPANInternal-159.1/Heap-0.80/lib/Heap/
H A DElem.pm105 A routine to compare two elements. It must return a negative
/macosx-10.10.1/CPANInternal-159.1/Heap-0.80/lib/
H A DHeap.pm48 routine is provided).
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DIsochComponentsRef99 completionProc - the routine that is called after read or write completion. If the completionProc
397 in a previous section. The user should keep the IDHParameterBlock around until the completion routine
418 in a previous section. The user should keep the IDHParameterBlock around until the completion routine
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djdmarker.c175 * marker parameters; restart point has not been moved. Same routine
1200 * This routine is supposed to apply whatever error recovery strategy seems
1360 /* Choose processor routine to use.
1396 jpeg_marker_parser_method routine)
1401 marker->process_COM = routine;
1403 marker->process_APPn[marker_code - (int) M_APP0] = routine;
1395 jpeg_set_marker_processor(j_decompress_ptr cinfo, int marker_code, jpeg_marker_parser_method routine) argument
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Didlwave.el235 lines in routine calls or definitions, other statements with
349 (defgroup idlwave-routine-info nil
356 These files, named .idlwave_catalog, document routine information for
360 :group 'idlwave-routine-info
364 "*Seconds of idle time before routine info is automatically
365 initialized. Initializing the routine info can take a long time, in
376 instead wait until routine information is needed, and initialize
378 :group 'idlwave-routine-info
381 (defcustom idlwave-scan-all-buffers-for-routine-info t
383 The scanning is done by the command `idlwave-update-routine
[all...]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDate.pm251 strings by delegating to the C<POSIX> C<strftime()> routine.
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dmgmt.c94 ** For each Local/Remote function there is a corresponding routine that
273 ** status A value indicating the status of the routine.
363 ** RPC runtime. If a server has not registered any interfaces this routine
378 ** status A value indicating the status of the routine.
430 * call the corresponding remote routine to get an if id vector
471 ** status A value indicating the status of the routine.
549 * Call the corresponding remote routine to get remote stats.
571 ** This routine will free the statistics vector memory allocated by
583 ** status A value indicating the status of the routine.
630 ** status A value indicating the status of the routine
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/amazon-s3/
H A DS3.tcl312 # item or to simply call the next routine, depending on
315 proc S3::nextdo {routine thunk direction args} {
317 S3::debug "nextdo" $routine $thunk $direction $args
319 return [S3::$routine $thunk]
327 [list S3::$routine $thunk]
/macosx-10.10.1/CPANInternal-159.1/File-NFSLock-1.21/lib/File/
H A DNFSLock.pm537 originally presented in Mail::Folder::Maildir). Some routine flow is
701 uncached with the uncache routine because hard links do not work with
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A DREADME69 This routine provides an alternative to the Unicode Bidi algorithm. The
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddcl.vim34 syn keyword dclInstr cc dst[graph] lat[cp] pro[duct] sub[routine]
H A Dnatural.vim56 syn keyword naturalflow end-subroutine routine
H A Dspecman.vim23 syn keyword specmanStatement var instance on compute start event expect check that routine
H A Dsqlinformix.vim104 syn keyword sqlKeyword residency right role routine row
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DContext.pm54 # sub-routine. These are considered to be compiled templates and are
613 # be specified as a reference to a sub-routine or Template::Document
1361 to a L<Template::Document> object or template sub-routine, or template text
1362 which is automatically compiled into a template sub-routine.
1364 Returns a true value (the sub-routine or L<Template::Document> reference) on
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dcommands.c51 int (*handler)(); /* routine which executes command */
576 int (*handler)(); /* routine to do actual setting */
1058 int (*handler)(); /* routine which executes command */
2340 * Call routine with argc, argv set from args (terminated by 0).
2344 call(intrtn_t routine, ...)
2350 va_start(ap, routine);
2353 return (*routine)(argno-1, args);
2336 call(intrtn_t routine, ...) argument
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dcommands.c123 int (*handler)(int, char **); /* routine which executes command */
660 int (*handler)(int); /* routine to do actual setting */
1139 int (*handler)(int);/* routine which executes command */
2615 * Call routine with argc, argv set from args (terminated by 0).
2619 call(intrtn_t routine, ...)
2625 va_start(ap, routine);
2628 return (*routine)(argno-1, args);
2611 call(intrtn_t routine, ...) argument

Completed in 342 milliseconds

123456