| /src/external/lgpl3/gmp/dist/demos/expr/ |
| expr.c | 86 reallocate_func is fetched for when this macro is used in lookahead(). */ 120 /* lookahead() parses the next token. Return 1 if successful, with some 148 lookahead (struct mpexpr_parse_t *p, int prefix) function 160 TRACE (printf ("lookahead EOF\n")); 172 TRACE (printf ("lookahead at: \"%.*s\" length %u, word %u\n", 226 TRACE (printf ("lookahead function: %s\n", op_found->name)); 233 TRACE (printf ("lookahead operator: %s\n", op_found->name)); 246 TRACE (MPX_TRACE ("lookahead number", SP)); 258 TRACE (printf ("lookahead variable: var[%d] = ", i); 323 #define LOOKAHEAD(prefix) [all...] |
| /src/external/mit/lua/dist/src/ |
| llex.h | 77 Token lookahead; /* look ahead token */ member in struct:LexState
|
| /src/usr.bin/calendar/ |
| calendar.c | 77 static unsigned short lookahead = 1; variable 155 atodays(ch, optarg, &lookahead); 254 offset = tp->tm_wday == 5 ? lookahead + weekend : lookahead;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| macroexp.c | 908 shared_macro_buffer *lookahead, 918 *token = *lookahead; 921 *lookahead_valid = get_token (lookahead, replacement_list); 952 /* We have a single lookahead token to handle token splicing. */ 953 shared_macro_buffer lookahead; 954 /* The lookahead token might not be valid. */ 956 /* The replacement list's pointer from just before LOOKAHEAD was 971 lookahead_valid = get_token (&lookahead, &replacement_list); 984 &lookahead, 1048 arg = find_parameter (&lookahead, is_varargs, va_arg_name 949 shared_macro_buffer lookahead; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| macroexp.c | 908 shared_macro_buffer *lookahead, 918 *token = *lookahead; 921 *lookahead_valid = get_token (lookahead, replacement_list); 952 /* We have a single lookahead token to handle token splicing. */ 953 shared_macro_buffer lookahead; 954 /* The lookahead token might not be valid. */ 956 /* The replacement list's pointer from just before LOOKAHEAD was 971 lookahead_valid = get_token (&lookahead, &replacement_list); 984 &lookahead, 1048 arg = find_parameter (&lookahead, is_varargs, va_arg_name 949 shared_macro_buffer lookahead; local [all...] |
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| deflate.h | 158 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.
|
| /src/external/gpl3/binutils/dist/zlib/ |
| deflate.h | 168 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state 291 /* Minimum amount of lookahead, except at the end of the input file.
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| deflate.h | 164 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state 280 /* Minimum amount of lookahead, except at the end of the input file.
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| deflate.h | 164 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state 280 /* Minimum amount of lookahead, except at the end of the input file.
|
| /src/external/gpl3/gdb/dist/zlib/ |
| deflate.h | 168 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state 291 /* Minimum amount of lookahead, except at the end of the input file.
|
| /src/common/dist/zlib/ |
| deflate.h | 170 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state 299 /* Minimum amount of lookahead, except at the end of the input file.
|
| /src/sys/net/ |
| zlib.c | 431 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:deflate_state 545 /* Minimum amount of lookahead, except at the end of the input file. 718 /* Minimum amount of lookahead, except at the end of the input file. 927 * s->lookahead stays null, so s->ins_h will be recomputed at the next 1119 if (strm->avail_in != 0 || s->lookahead != 0 || 1327 s->lookahead = 0; 1343 * OUT assertion: the match length is not greater than s->lookahead. 1392 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; 1394 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); [all...] |