Searched +refs:next +refs:error +refs:function (Results 1 - 25 of 96) sorted by relevance

1234

/macosx-10.9.5/zlib-53/zlib/contrib/pascal/
H A Dzlibpas.pas16 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
21 in_func = function(opaque: Pointer; var buf: PByte): Integer;
23 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer;
28 next_in: PChar; (* next input byte *)
32 next_out: PChar; (* next output byte should be put there *)
36 msg: PChar; (* last error message, NULL if no error *)
83 function zlibVersion: PChar;
84 function deflateInit(var strm: z_stream; level: Integer): Integer;
85 function deflat
[all...]
/macosx-10.9.5/vim-53/src/testdir/
H A Dtest49.vim30 function! Xsum()
38 function! Xcheck()
47 function! Xcomment(num)
59 function! Xloop()
79 function! Xpath(loopinit)
178 " next Xpath value. No new Xnext value is prepared. The argument
184 " Xnext value for the next execution of the loop by multiplying the old
281 " an error in a command dynamically enclosed by a :try/:tryend region or when an
286 " telling how often this location is reached (in a loop or in several function
288 " invocation or function cal
6774 let error = 0 variable
6785 let error = 1 variable
6789 let error = 1 variable
6795 let error = 0 variable
6809 let error = 1 variable
6813 let error = 1 variable
6819 let error = 0 variable
6836 let error = 1 variable
6840 let error = 1 variable
6846 let error = 0 variable
6858 let error = 1 variable
6862 let error = 1 variable
6868 let error = 0 variable
6878 let error = 1 variable
6882 let error = 1 variable
6927 let error = 0 variable
6938 let error = 1 variable
6942 let error = 1 variable
6948 let error = 0 variable
6962 let error = 1 variable
6966 let error = 1 variable
6972 let error = 0 variable
6989 let error = 1 variable
6993 let error = 1 variable
6999 let error = 0 variable
7011 let error = 1 variable
7015 let error = 1 variable
7021 let error = 0 variable
7031 let error = 1 variable
7035 let error = 1 variable
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Deval.c40 struct backtrace *next; member in struct:backtrace
41 Lisp_Object *function; member in struct:backtrace
57 Handlers for error conditions (represented by `struct handler'
62 the `next' member points to the next outer catchtag.
76 struct catchtag *next; member in struct:catchtag
130 /* Depth in Lisp evaluations and function calls. */
134 /* Maximum allowed depth in Lisp evaluations and function calls. */
138 /* Nonzero means enter debugger before next function cal
1967 error (m, a1, a2, a3) function
2023 Lisp_Object function, for_call_interactively; variable
2082 Lisp_Object function, file, docstring, interactive, type; variable
2088 CHECK_SYMBOL (function); variable
3128 Lisp_Object val, syms_left, next; local
[all...]
H A Dcallint.c1 /* Call a Lisp function interactively.
67 doc: /* Specify a way of parsing arguments for interactive use of a function.
71 The "call" to `interactive' is actually a declaration rather than a function;
73 to pass to the function.
83 arguments to pass to the function.
87 a -- Function name: symbol with a function definition.
91 C -- Command name: symbol with interactive function definition.
119 then an error is signaled if the buffer is read-only.
152 Lisp_Object next;
153 for (tail = exp; CONSP (tail); tail = next)
151 Lisp_Object next; local
263 Lisp_Object function, record_flag, keys; variable
[all...]
H A Dbuffer.c56 Threaded through ->next. */
107 When a tag does not match, the function
108 buffer_slot_type_mismatch will signal an error.
196 error ("No buffer named %s", SDATA (spec));
197 error ("Invalid buffer argument");
348 error ("Empty string for buffer name is not allowed");
394 b->next = all_buffers;
423 /* An error in calling the function here (should someone redefine it)
447 for (; list; list = list->next)
1501 struct Lisp_Marker *next = m->next; variable in typeref:struct:Lisp_Marker
1513 struct Lisp_Marker *next = m->next; variable in typeref:struct:Lisp_Marker
1624 Lisp_Object function; variable
1650 call0 (function); variable
2561 int next = ZV; local
2704 int next = ZV; local
3193 struct Lisp_Overlay *prev, *tail, *next; local
4499 struct mmap_region *next, *prev; member in struct:mmap_region
[all...]
H A Ddata.c127 error ("Attempt to modify read-only object");
419 doc: /* Return t if OBJECT is a built-in function. */)
428 DEFUN ("byte-code-function-p", Fbyte_code_function_p, Sbyte_code_function_p,
430 doc: /* Return t if OBJECT is a byte-compiled function object. */)
599 doc: /* Return t if SYMBOL's function definition is not void. */)
604 return (EQ (XSYMBOL (symbol)->function, Qunbound) ? Qnil : Qt);
621 doc: /* Make SYMBOL's function definition be void.
629 XSYMBOL (symbol)->function = Qunbound;
633 DEFUN ("symbol-function", Fsymbol_function, Ssymbol_function, 1, 1, 0,
634 doc: /* Return SYMBOL's function definitio
2519 register EMACS_INT next; local
2607 double next; local
[all...]
H A Dlread.c194 or worry about what happens to it when there is an error. */
366 If the stream is a user function, call it with the char as argument. */
459 If ASCII_REQUIRED is non-zero, we check function key events to see
463 If ERROR_NONASCII is non-zero, we signal an error if the input we
512 /* switch-frame events are put off until after the next ASCII
513 character. This is better than signaling an error just because
548 error ("Non-character input-event");
574 click or function key event), `read-char' signals an error. As an
669 /* Skip to the next newlin
3585 Lisp_Object function, obarray; variable
[all...]
/macosx-10.9.5/msdosfs-198/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_fat.c118 int msdosfs_fatentry_internal(int function, struct msdosfsmount *pmp, uint32_t cn,
192 int error = 0; local
206 error = msdosfs_fat_cache_flush(pmp, ioflags);
209 if (!error)
212 KERNEL_DEBUG_CONSTANT(MSDOSFS_FAT_FSYNC|DBG_FUNC_END, error, 0, 0, 0, 0);
213 return error;
254 errno_t error; local
266 error = ENOMEM;
284 error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, &pmp->pm_fat_active_vp);
285 if (error)
378 int error; local
426 int error = 0; local
479 int error = 0; local
553 int error = 0; local
637 int error; local
794 int error=0; local
1012 int error; local
1065 msdosfs_fatentry_internal(int function, struct msdosfsmount *pmp, uint32_t cn, uint32_t *oldcontents, uint32_t newcontents) argument
1067 int error = 0; local
1140 msdosfs_fatentry(int function, struct msdosfsmount *pmp, uint32_t cn, uint32_t *oldcontents, uint32_t newcontents) argument
1142 int error; local
1166 int error = 0; local
1248 int error = 0; local
1329 int error = 0; local
1367 int error = 0; local
1505 int error; local
1529 int error = 0; local
1588 int error = 0; local
1683 int error = 0; local
1811 int error = 0; local
1812 uint32_t next; /* Cluster number for next search. */ local
1883 int error=0; local
2127 int error = 0; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lwlib/
H A Dlwlib.c56 #error At least one of USE_LUCID or USE_MOTIF must be defined.
243 if (wv->next)
245 free_widget_value_tree (wv->next);
246 wv->next = (widget_value *) 0xDEADBEEF;
276 copy->next = copy_widget_value_tree (val->next, change);
306 info->next = all_widget_info;
338 compilers. (etags still only makes one entry for each function.) */
355 instance->next = info->instances;
386 prev = info, info = info->next)
768 widget_value* next; local
881 widget_creation_function function = NULL; local
1083 widget_instance* next; local
1108 widget_info* next; local
1417 widget_instance* next; local
[all...]
/macosx-10.9.5/zlib-53/zlib/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
24 next_in: PChar; // next input byte
28 next_out: PChar; // next output byte should be put here
32 msg: PChar; // last error message, NULL if no error
87 function GetCompressionRate: Single;
91 function Read(var Buffer; Count: Longint): Longint; override;
92 function Write(const Buffer; Count: Longint): Longint; override;
93 function Seek(Offset: Longint; Origin: Word): Longint; override;
112 compressed data is exhausted and the next bloc
[all...]
/macosx-10.9.5/libxslt-13/libxslt/libexslt/
H A Dfunctions.c29 int nargs; /* number of arguments to the function */
37 int error; /* did an error occur? */ member in struct:_exsltFuncData
49 /* Used for callback function in exsltInitFunc */
66 * @func: the #exsltFuncFunctionData for the function
68 * @URI: the function namespace URI
69 * @name: the function name
71 * Registers a function declared by a func:function element
90 * @data: the exsltFuncFunctionData for the function
288 struct objChain *next; member in struct:objChain
542 exsltFuncResultComp(xsltStylesheetPtr style, xmlNodePtr inst, xsltTransformFunction function) argument
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dpythoncomplete.vim17 " * Better function param parsing to handle things like tuples and
23 " * Fixed a scoping issue when working inside a parameterless function
27 " * Fixed function list sorting (_ and __ at the bottom)
49 function! pythoncomplete#Complete(findstart, base)
89 function! s:DefPython()
138 except vim.error:
139 dbg("VIM Error: %s" % vim.error)
192 # The doc string sometimes contains the function signature
252 if "function" in typestr:
307 "Convienance function
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dmagic.c41 #include <error.h>
61 struct Edit* next; /* next in list */ member in struct:Edit
69 struct Entry* lab; /* call this function */
78 struct Entry* next; /* next in list */ member in struct:Entry
232 { "function", ID_FORTRAN },
376 * emit regex error message
498 for (ep = mp->magic; ep; ep = ep->next)
654 goto next;
1668 char* next; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DInterpreter.cpp107 // the next checkpoint (execute...() function) in the interpreter.
123 // for when we're handling errors. We need the error stack to be smaller
701 void Interpreter::addStackTraceIfNecessary(CallFrame* callFrame, JSValue error) argument
709 if (stackTrace.isEmpty() || !error.isObject())
712 JSObject* errorObject = asObject(error);
714 if (isTerminatedExecutionException(error))
809 scope = scope->next();
928 JSValue function = baseObject.get(callFrame, JSONPPath.last().m_pathEntryName); local
932 CallType callType = getCallData(function, callDat
1012 executeCall(CallFrame* callFrame, JSObject* function, CallType callType, const CallData& callData, JSValue thisValue, const ArgList& args) argument
1172 prepareForRepeatCall(FunctionExecutable* functionExecutable, CallFrame* callFrame, JSFunction* function, int argumentCountIncludingThis, JSScope* scope) argument
1189 JSObject* error = functionExecutable->compileForCall(callFrame, scope); local
1323 FunctionExecutable* function = codeBlock->functionDecl(i); local
1454 findFunctionCallFrameFromVMCode(CallFrame* callFrame, JSFunction* function) argument
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dpef.c470 goto error;
472 goto error;
475 goto error;
478 goto error;
483 for (section = abfd->sections; section != NULL; section = section->next)
488 goto error;
497 error:
622 asymbol function; local
652 &function, 0);
655 /* Skip over 0x0L to advance to next possibl
[all...]
H A Ddwarf2.c88 /* The next unread compilation unit within the .debug_info section.
129 address in an inlined function, preserve a pointer into the
143 struct arange *next; member in struct:arange
163 /* The DW_AT_name attribute (for error messages). */
169 /* Note that an error was found by comp_unit_find_nearest_line. */
170 int error; member in struct:comp_unit
222 struct abbrev_info *next; /* Next in chain. */ member in struct:abbrev_info
239 The following function up to the END VERBATIM mark are
410 abbrev = abbrev->next;
506 abbrev = abbrev->next;
1306 lookup_address_in_line_info_table(struct line_info_table *table, bfd_vma addr, struct funcinfo *function, const char **filename_ptr, unsigned int *linenumber_ptr) argument
2085 struct funcinfo *function; local
[all...]
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dxslt.c120 * @node: the node where the error occured
122 * Compile-time error function.
152 * in case of error
286 self->next = NULL;
345 tmp = iter->next;
369 for (result = style->decimalFormat->next;
371 result = result->next) {
386 * Returns the newly allocated xsltTemplatePtr or NULL in case of error
445 template = template->next;
855 xsltStylesheetPtr next; local
3509 xmlNsPtr ns = cur->nsDef, prev = NULL, next; local
4875 xmlNodePtr text = cur->children, next; local
5900 xsltTopLevelFunction function; local
6123 xsltTopLevelFunction function; local
[all...]
H A Dtransform.c115 * Returns the new index in the stack or 0 in case of error
240 * Returns the new index in the stack or 0 in case of error
428 cur = (xmlDocPtr) cur->next;
446 cur = cur->next;
448 * REVISIT TODO: Should be call a destruction-function
464 * Returns the newly allocated xsltTransformContextPtr or NULL in case of error
680 * error. One expect the use to be child = xsltAddChild(parent, child);
1012 "Internal error in xsltCopyText(): "
1022 * @invocNode: responsible node in the stylesheet; used for error reports
1032 * Returns: a new xmlAttrPtr, or NULL in case of error
2714 xsltTransformFunction function; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dnlmheader.y90 /* Parser error message handler. */
525 /* The next file on the stack. */
526 struct input *next;
542 current.next = NULL;
556 current.next = push;
702 if (current.next == NULL)
706 struct input *next;
708 next = current.next;
709 current = *next;
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dkix.vim18 " The next two may not be possible:
19 " Work out how to error too many "(", i.e. (() should be an error.
20 " Similarly, "if" without "endif" and similar constructs should error.
51 syn keyword kixStatement debug function endfunction redim
121 syn match kixForNextError "\<for\>\|\<to\>\|\<step\>\|\<next\>"
122 syn match kixForNextOK contained "\<for\>\|\<to\>\|\<step\>\|\<next\>"
123 syn region kixForNext transparent matchgroup=kixForNextOK start="\<for\>" end="\<next\>" contains=ALLBUT,@kixForBut
124 syn match kixForEachError "\<for each\>\|\<in\>\|\<next\>"
125 syn match kixForEachOK contained "\<for each\>\|\<in\>\|\<next\>"
[all...]
H A Dlisp.vim100 syn keyword lispFunc acosh fourth program-error
106 syn keyword lispFunc alpha-char-p function pushnew
107 syn keyword lispFunc alphanumericp function-keywords putprop
108 syn keyword lispFunc and function-lambda-expression quote
112 syn keyword lispFunc apropos generic-function rassoc
115 syn keyword lispFunc arithmetic-error get ratio
116 syn keyword lispFunc arithmetic-error-operands get-decoded-time rational
117 syn keyword lispFunc arithmetic-error-operation get-dispatch-macro-character rationalize
129 syn keyword lispFunc array-total-size graphic-char-p reader-error
164 syn keyword lispFunc boole-andc1 invalid-method-error rplac
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dparsexml.m74 * returns true if given a valid typecode, false for some manner of syntax error
153 /* Returns true for Ok, 0 for some sort of syntax error */
434 /* Function argument is a function pointer or a block, there are
508 for (al = node->children; al != NULL; al = al->next) {
594 * function pointers, this check locates those (and
798 PyErr_Format(PyExc_SyntaxError, "Syntax error for cftype %s\n", name);
838 * a GetTypeID function, proxy all those using
904 for (method = cur_node->children; method != NULL; method = method->next) {
1035 for (al = method->children; al != NULL; al = al->next) {
1136 void* function
[all...]
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dsql.vim41 " NF: Calls the sqlcomplete#ResetCacheSyntax() function when calling
80 " NOTE: You cannot use function! since this file can be
81 " sourced from within this function. That will result in
82 " an error reported by Vim.
83 function SQL_GetList(ArgLead, CmdLine, CursorPos)
120 " Move on to the next filename
138 function SQL_SetType(name)
201 function SQL_GetType()
292 " create[ or replace] procedure|function|event
317 \ '\%(function\|procedur
[all...]
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dscnc_main.c212 TAILQ_FOREACH(serv, &service_head, next) {
302 TAILQ_FOREACH(serv, &service_head, next) {
408 SCLog(TRUE, LOG_ERR, CFSTR("SCNC Controller: IOPMConnectionAcknowledgeEvent fails with error %d."), ret);
961 TAILQ_FOREACH(serv, &service_head, next){
1088 TAILQ_FOREACH(serv, &service_head, next) {
1112 TAILQ_FOREACH(serv, &service_head, next) {
1133 TAILQ_FOREACH(serv, &service_head, next) {
1171 SCLog(TRUE, LOG_ERR, CFSTR("SCNC Controller: allow_sleep fails with error %d."), ret);
1189 TAILQ_FOREACH(serv, &service_head, next) {
1291 TAILQ_FOREACH(serv, &service_head, next) {
2482 CTError error = { kCTErrorDomainNoError, 0 }; local
3175 scnc_disconnectifoverslept(const char *function, struct service *serv, char *if_name) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn.tex151 that is being performed. The numbers represent how many times the test was invoked. If an error is detected the program
161 access to every function LibTomMath offers.
172 function in the respective file will be compiled and linked into the library. Accordingly when the define
188 & functional mp\_div() function \\
195 A trim is a manner of removing functionality from a function that is not required. For instance, to perform
252 function per source file and often I use a ``middle-road'' approach where I don't cut corners for an extra 2\% speed
267 \hline Commented function prototypes & X && GnuPG function names are cryptic. \\
270 \hline Large function base & X & & GnuPG is barebones. \\
300 There are three possible return codes a function ma
[all...]

Completed in 425 milliseconds

1234