Searched refs:pushback (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dlex.c44 isc_buffer_t * pushback; member in struct:inputsource
211 source->pushback = NULL;
212 result = isc_buffer_allocate(lex->mctx, &source->pushback,
297 isc_buffer_free(&source->pushback);
318 pushback(inputsource *source, int c) { function
319 REQUIRE(source->pushback->current > 0);
324 source->pushback->current--;
331 if (isc_buffer_availablelength(source->pushback) == 0) {
337 oldlen = isc_buffer_length(source->pushback);
341 isc_buffer_usedregion(source->pushback,
[all...]
/macosx-10.10/ntp-92/lib/isc/
H A Dlex.c44 isc_buffer_t * pushback; member in struct:inputsource
211 source->pushback = NULL;
212 result = isc_buffer_allocate(lex->mctx, &source->pushback,
297 isc_buffer_free(&source->pushback);
318 pushback(inputsource *source, int c) { function
319 REQUIRE(source->pushback->current > 0);
324 source->pushback->current--;
331 if (isc_buffer_availablelength(source->pushback) == 0) {
337 oldlen = isc_buffer_length(source->pushback);
341 isc_buffer_usedregion(source->pushback,
[all...]
/macosx-10.10/ruby-106/ruby/ext/ripper/
H A Dripper.c11597 # define pushback(c) parser_pushback(parser, (c)) macro
12381 pushback(c);
12400 pushback(c);
12414 pushback(c);
12478 pushback(c);
12488 pushback(c);
12545 pushback(c);
12624 pushback(c);
12632 pushback(c);
12674 pushback(
[all...]
H A Dripper.y5011 # define pushback(c) parser_pushback(parser, (c))
5795 pushback(c);
5814 pushback(c);
5828 pushback(c);
5892 pushback(c);
5902 pushback(c);
5959 pushback(c);
6038 pushback(c);
6046 pushback(c);
6088 pushback(
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dparse.c11507 # define pushback(c) parser_pushback(parser, (c)) macro
12291 pushback(c);
12310 pushback(c);
12324 pushback(c);
12388 pushback(c);
12398 pushback(c);
12455 pushback(c);
12534 pushback(c);
12542 pushback(c);
12584 pushback(
[all...]
H A Dparse.y5011 # define pushback(c) parser_pushback(parser, (c))
5795 pushback(c);
5814 pushback(c);
5828 pushback(c);
5892 pushback(c);
5902 pushback(c);
5959 pushback(c);
6038 pushback(c);
6046 pushback(c);
6088 pushback(
[all...]
/macosx-10.10/text_cmds-88/join/
H A Djoin.c92 int pushbool; /* if pushback is set */
93 u_long pushback; /* line on the stack */ member in struct:__anon14097
329 F->set[F->setcnt] = F->set[F->pushback];
330 F->set[F->pushback] = tmp;
372 F->pushback = F->setcnt;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSecCustomTransform.cpp275 @field pushback
293 SecTransformPushBackAttributeBlock pushback; member in struct:OpaqueSecTransformImplementation
930 parameters.pushback = Block_copy(^(SecTransformStringOrAttributeRef attribute, CFTypeRef value)
997 Block_release(parameters.pushback);
1141 return ref->pushback(attribute, value);
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.file.c64 static void pushback (const Char *);
214 pushback(const Char *string) function
735 * Tabs in the input line cause trouble after a pushback. tty driver
748 pushback(inputline);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/
H A Dcustom.mm63 CFTypeRef (^pushback)(SecTransformStringOrAttributeRef attribute, CFTypeRef value);
95 params->pushback = ^(SecTransformStringOrAttributeRef attribute, CFTypeRef value) {
103 params->pushback = Block_copy(params->pushback);
1492 // Makes sure we can shut down (via ABORT) a transform that has a pending pushback
1493 params->pushback(ah, value);
1552 // STAssertEquals(rc0, CFGetRetainCount(str), @"The value we sent to PB hasn't been released (value retained by pushback)");
2270 CFStringRef name = CFSTR("com.apple.security.unit-test.basic-pushback");
2275 // This unit test makes pushback look very complex, but that is because we are abusing it for test purposes.
2276 // normally it is a simple "if I need X before I can go on, and X isn't here yet pushback"
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dproto.c1321 char pushback[4]; member in struct:Proto_s

Completed in 431 milliseconds