Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dapp.c1198 int startch; in do_scrub_chars() local
1200 startch = ch; in do_scrub_chars()
1215 if (ch < '0' || ch > '9' || state != 0 || startch != '#') in do_scrub_chars()