Searched refs:comment_nest_depth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/gtk+/gtk/
H A Dcompose-parse.py469 comment_nest_depth = 0 variable
481 if comment_nest_depth == 0:
486 comment_nest_depth += 1
491 comment_nest_depth -= 1
493 if comment_nest_depth < 0:
498 if comment_nest_depth > 0:

Completed in 188 milliseconds