Searched refs:continuation (Results 1 - 25 of 118) sorted by relevance

12345

/macosx-10.9.5/sudo-72/src/
H A Dlbuf.h28 const char *continuation; member in struct:lbuf
H A Dlbuf.c83 lbuf_init(lbuf, output, indent, continuation)
87 const char *continuation;
90 lbuf->continuation = continuation;
227 contlen = lbuf->continuation ? strlen(lbuf->continuation) : 0;
240 have -= contlen; /* subtract for continuation char */
270 lbuf->output(lbuf->continuation);
291 len = lbuf->continuation ? strlen(lbuf->continuation)
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/parser/
H A Dchangelog.rb21 # Attaches the +continuation+ of the previous line to the +entry_body+.
26 def continue_entry_body entry_body, continuation
29 if last =~ /\)\s*\z/ and continuation =~ /\A\(/ then
31 continuation.sub!(/\A\(/, '')
35 last << continuation
37 last << ' ' << continuation
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/examples/
H A Dtc1.c69 static int continuation = 0; variable
83 return (continuation ? b : a);
202 if (!continuation && num == 1)
209 continuation = 0;
217 if (continuation) {
231 history(hist, &ev, continuation ? H_APPEND : H_ENTER, buf);
234 continuation = ncontinuation;
236 if (continuation)
H A Dwtc1.c15 static int continuation; variable
24 return continuation ? b : a;
170 if(!continuation && numc == 1)
177 continuation = 0;
185 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line);
187 continuation = ncontinuation;
189 if(continuation)
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_synch.c158 int (*continuation)(int),
187 if (mtx != NULL && chan != NULL && (thread_continue_t)continuation == THREAD_CONTINUE_NULL) {
244 if ((thread_continue_t)continuation != THREAD_CONTINUE_NULL) {
245 ut->uu_continuation = continuation;
322 int (*continuation)(int))
329 return _sleep((caddr_t)chan, pri, wmsg, abstime, continuation, mtx);
381 int (*continuation)(int))
387 return _sleep((caddr_t)chan, pri, wmsg, abstime, continuation, (lck_mtx_t *)0);
396 int (*continuation)(int))
398 return _sleep((caddr_t)chan, pri, wmsg, abstime, continuation, (lck_mtx_
153 _sleep( caddr_t chan, int pri, const char *wmsg, u_int64_t abstime, int (*continuation)(int), lck_mtx_t *mtx) argument
316 msleep0( void *chan, lck_mtx_t *mtx, int pri, const char *wmsg, int timo, int (*continuation)(int)) argument
376 tsleep0( void *chan, int pri, const char *wmsg, int timo, int (*continuation)(int)) argument
391 tsleep1( void *chan, int pri, const char *wmsg, u_int64_t abstime, int (*continuation)(int)) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dfakemail.c88 struct line_record *continuation;
361 the_list = the_list->continuation;
407 result->continuation = ((line_list) NULL);
418 the_list = the_list->continuation)
549 the header name), and THE_LIST holds the continuation lines if any.
583 the_list = the_list->continuation;
607 for (rem = the_header->text->continuation;
609 rem = rem->continuation)
634 where = add_field (the_header->text->continuation, field, where);
636 where = add_field (the_header->text->continuation, fiel
87 struct line_record *continuation; member in struct:line_record
[all...]
/macosx-10.9.5/vim-53/runtime/indent/
H A Dgitconfig.vim24 " odd number of slashes, in a line continuation
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderInline.cpp69 // Make sure we do not retain "this" in the continuation outline table map of our containing blocks.
71 bool containingBlockPaintsContinuationOutline = continuation() || isInlineElementContinuation();
85 // Destroy our continuation before anything other than anonymous children.
87 // have continuations of their own that are anonymous children of our continuation.
88 RenderBoxModelObject* continuation = this->continuation(); local
89 if (continuation) {
90 continuation->destroy();
123 RenderBoxModelObject* continuation = this->continuation(); local
181 RenderInline* continuation = inlineElementContinuation(); local
[all...]
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dcsc.vim10 " Make sure the continuation lines below do not cause problems in
H A Dtcl.vim11 " Make sure the continuation lines below do not cause problems in
H A Dant.vim9 " Make sure the continuation lines below do not cause problems in
H A Dconfig.vim9 " Make sure the continuation lines below do not cause problems in
H A Ddtd.vim10 " Make sure the continuation lines below do not cause problems in
H A Ddtrace.vim15 " Using line continuation here.
H A Dmsmessages.vim17 " Using line continuation here.
H A Dsgml.vim9 " Make sure the continuation lines below do not cause problems in
H A Dsh.vim10 " Make sure the continuation lines below do not cause problems in
H A Dsvg.vim9 " Make sure the continuation lines below do not cause problems in
H A Dtcsh.vim9 " Make sure the continuation lines below do not cause problems in
H A Dxsd.vim9 " Make sure the continuation lines below do not cause problems in
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dsched_prim.h118 thread_continue_t continuation,
126 /* Invoke continuation */
128 thread_continue_t continuation,
178 thread_continue_t continuation,
368 thread_continue_t continuation);
371 thread_continue_t continuation,
H A Dthread.h160 thread_continue_t continuation; /* continue here next dispatch */ member in struct:thread
161 void *parameter; /* continuation parameter */
321 mach_msg_continue_t continuation; member in struct:thread::__anon15420::__anon15421
328 mach_msg_continue_t continuation; member in struct:thread::__anon15420::__anon15422
476 #define ith_continuation saved.receive.continuation
484 #define sth_continuation saved.sema.continuation
574 thread_continue_t continuation,
580 thread_continue_t continuation,
598 thread_continue_t continuation,
930 @param continuation
[all...]
/macosx-10.9.5/swig-10/Lib/chicken/
H A Dchickenrun.swg67 *(a++)=continuation; \
68 continuation=(C_word)closure; \
78 *(a++)=(C_word)continuation; \
80 continuation=(C_word)closure; \
197 C_SCHEME_UNDEFINED); /* <- no continuation is passed:
225 SWIG_Chicken_Finalizer(C_word argc, C_word closure, C_word continuation, C_word s)
236 cdata->destroy(3,closure,continuation,s);
240 C_kontinue(continuation, C_SCHEME_UNDEFINED);
/macosx-10.9.5/libdispatch-339.92.1/private/
H A Dintrospection_private.h166 * @field continuation
195 dispatch_continuation_t continuation; member in struct:dispatch_introspection_queue_block_s
215 * @field continuation
244 dispatch_continuation_t continuation; member in struct:dispatch_introspection_queue_function_s

Completed in 294 milliseconds

12345