Searched refs:lookahead (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libz/
H A Ddeflate.c114 /* Minimum amount of lookahead, except at the end of the input file.
344 * s->lookahead stays null, so s->ins_h will be recomputed at the next
786 if (strm->avail_in != 0 || s->lookahead != 0 ||
1002 s->lookahead = 0;
1021 * OUT assertion: the match length is not greater than s->lookahead.
1070 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1072 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1080 * for insufficient lookahead only occur occasionally for performance
1083 * However the length of the match is limited to the lookahead, s
[all...]
H A Ddeflate.h158 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
272 /* Minimum amount of lookahead, except at the end of the input file.
/ast/src/cmd/ie/
H A Dedit.c65 #define lookahead editb.e_index macro
659 * if found, puts the macro definition into lookahead buffer and returns 1
954 if (lookahead)
956 c = previous[--lookahead];
988 lookahead = maxtry = i;
1019 previous[--lookahead] = c;
1024 previous[lookahead++] = c;
1030 lookahead = 0;
1039 /* shift lookahead buffer if necessary */
1040 if(lookahead)
[all...]
H A Demacs.c127 #define lookahead editb.e_index macro
145 A large lookahead helps when the user is inserting
659 lookahead = 0;
1236 if ((lookahead)&&(option != FINAL))
H A Dvi.c133 #define lookahead editb.e_index /* characters in buffer */ macro
134 #define previous editb.e_lbuf /* lookahead buffer */
1778 if(lookahead>0)
1780 p = previous[lookahead-1];
/ast/src/cmd/ksh93/edit/
H A Dvi.c151 #define lookahead editb.e_lookahead /* characters in buffer */ macro
152 #define previous editb.e_lbuf /* lookahead buffer */
1046 if(!lookahead)
1052 if(lookahead)
1885 if(lookahead>0)
1887 p = previous[lookahead-1];
H A Demacs.c139 #define lookahead editb.e_lookahead macro
156 A large lookahead helps when the user is inserting
713 lookahead = 0;
1385 if ((lookahead)&&(option != FINAL))
/ast/src/cmd/INIT/
H A Dratz.c1368 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
1482 /* Minimum amount of lookahead, except at the end of the input file.
4014 /* Copy first the lookahead bytes: */

Completed in 52 milliseconds