Home
last modified time | relevance | path

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

/scripts/
Dunifdef.c200 static bool ignoring[MAXDEPTH]; /* ignore comments state */ variable
512 ignoring[depth] = ignoring[depth-1]; in ignoreoff()
517 ignoring[depth] = true; in ignoreon()
974 if (text || ignoring[depth]) { in skipcomment()