Searched defs:lookahead (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libc/port/stdio/
H A Ddoscan.c605 int c, base, inchar, lookahead; local
754 lookahead = readchar(iop, chcount);
755 if (isxdigit(lookahead)) {
759 (void) locungetc((*chcount), lookahead);
763 c = lookahead;
768 (void) locungetc((*chcount), lookahead);
/osnet-11/usr/src/lib/libshell/common/edit/
H A Demacs.c139 #define lookahead editb.e_lookahead macro
156 A large lookahead helps when the user is inserting
710 lookahead = 0;
1381 if ((lookahead)&&(option != FINAL))
H A Dvi.c156 #define lookahead editb.e_lookahead /* characters in buffer */ macro
157 #define previous editb.e_lbuf /* lookahead buffer */
1048 if(!lookahead)
1054 if(lookahead)
1881 if(lookahead>0)
1883 p = previous[lookahead-1];
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c279 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:deflate_state
398 /* Minimum amount of lookahead, except at the end of the input file.
487 /* Minimum amount of lookahead, except at the end of the input file.
782 if (strm->avail_in != 0 || state->lookahead != 0 ||
918 s->lookahead = 0;
978 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
998 * lookahead only every 4th comparison; the 128th check will be made
1001 * to check more often for insufficient lookahead.
1036 /* We check for insufficient lookahead only every 8th comparison;
1100 * Fill the window when the lookahead become
[all...]
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c408 int lookahead; /* Value of the lookahead token */ member in struct:acttab::__anon2654
409 int action; /* Action to take on the given lookahead */
412 int mnLookahead; /* Minimum aLookahead[].lookahead */
414 int mxLookahead; /* Maximum aLookahead[].lookahead */
426 #define acttab_yylookahead(X,N) ((X)->aAction[N].lookahead)
448 void acttab_action(acttab *p, int lookahead, int action){ argument
459 p->mxLookahead = lookahead;
460 p->mnLookahead = lookahead;
463 if( p->mxLookahead<lookahead )
[all...]

Completed in 2009 milliseconds