Home
last modified time | relevance | path

Searched refs:current_char (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic54x.c4417 int current_char = *ptr; in subsym_substitute() local
4424 if (current_char == '"' && ptr[1] == '"' && ptr[2] == '"') in subsym_substitute()
4435 if (line_conditional && current_char == '=') in subsym_substitute()
4457 if ((forced && current_char == ':') in subsym_substitute()
4458 || (!forced && is_name_beginner (current_char))) in subsym_substitute()