Searched refs:current_char (Results 1 – 4 of 4) sorted by relevance
118 unsigned long current_char; in c_printstr() local128 current_char = extract_unsigned_integer (string + i * width, width); in c_printstr()134 == current_char) in c_printstr()150 LA_PRINT_CHAR (current_char, stream); in c_printstr()166 LA_EMIT_CHAR (current_char, stream, '"'); in c_printstr()
3752 const char *current_char = packet.Peek(); in Handle_qMemTags() local3753 if (!current_char || *current_char == ',') in Handle_qMemTags()3759 current_char = packet.Peek(); in Handle_qMemTags()3761 if (previous_char != ',' || (current_char && *current_char == ':')) in Handle_qMemTags()3833 const char *current_char = packet.Peek(); in Handle_QMemTags() local3834 if (!current_char || *current_char == ',') in Handle_QMemTags()3840 current_char = packet.Peek(); in Handle_QMemTags()3842 if (previous_char != ',' || (current_char && *current_char == ':')) in Handle_QMemTags()
4800 int current_char = *ptr; local4807 if (current_char == '"' && ptr[1] == '"' && ptr[2] == '"')4818 if (line_conditional && current_char == '=')4841 if ((forced && current_char == ':')4842 || (!forced && is_name_beginner (current_char)))
4748 int current_char = *ptr; local4755 if (current_char == '"' && ptr[1] == '"' && ptr[2] == '"')4766 if (line_conditional && current_char == '=')4789 if ((forced && current_char == ':')4790 || (!forced && is_name_beginner (current_char)))