Searched refs:LENGTH_OF_OPERATOR (Results 1 – 5 of 5) sorted by relevance
243 #define LENGTH_OF_OPERATOR 8 macro311 && strncmp (name + index, "operator", LENGTH_OF_OPERATOR) == 0) in cp_find_first_component_aux()313 index += LENGTH_OF_OPERATOR; in cp_find_first_component_aux()
494 #define LENGTH_OF_OPERATOR 8 macro563 LENGTH_OF_OPERATOR) == 0) in cp_find_first_component_aux()565 index += LENGTH_OF_OPERATOR; in cp_find_first_component_aux()
962 #define LENGTH_OF_OPERATOR 8 macro1031 LENGTH_OF_OPERATOR) == 0) in cp_find_first_component_aux()1033 index += LENGTH_OF_OPERATOR; in cp_find_first_component_aux()
11015 * cp-support.c (LENGTH_OF_OPERATOR): Delete.