Lines Matching defs:current_code
69 int current_code, parent_code, tmp_code;
72 current_code = string_code;
76 switch (current_code) {
81 if (current_code < FIRST_CODE) {
82 *first_char_code = current_code;
83 buff[0] = current_code;
87 offset = dict[current_code].match_len - 1;
88 tmp_code = dict[current_code].char_code;
96 current_code = dict[current_code].parent_code;
97 if ((current_code < 0) || (current_code > (DIC_INDEX_MAX - 1))) {
101 if (current_code > FIRST_CODE) {
102 parent_code = dict[current_code].parent_code;
103 offset = (dict[current_code].match_len) - 1;