Lines Matching full:special
23 # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
81 special, to_return, type_idx, enc, i)
84 special = array_get(what_idx, "special")
85 if (special == "base_type") {
97 } else if (special == "enumeration_type") {
100 } else if (special == "pointer_type") {
103 } else if (special == "array_type") {
111 } else if (special == "structure_type") {
139 } else if (special == "union_type") {
149 } else if (special == "typedef") {
152 } else if (special == "member") {
208 array[idx, "special"] = temparray[0]
219 if (array[item, "special"] == "pointer_type") {