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

/ast/src/cmd/ie/
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 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 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/lib/libz/
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/ksh93/edit/
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))
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];
/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 45 milliseconds