| aml_parse.c | 332 u_int8_t *start, *end, *oend; local in function:aml_parse_defscope 346 oend = env->end; 353 env->end = oend; 1083 u_int8_t *start, *end, *oend; local in function:aml_parse_defelse 1089 oend = env->end; 1101 env->end = oend; 1108 u_int8_t *start, *end, *oend; local in function:aml_parse_defif 1120 oend = env->end; 1131 env->end = oend; 1132 if ((end < oend) && *(env->dp) == 0xa1) 1143 u_int8_t *start, *end, *oend; local in function:aml_parse_defwhile [all...] |