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

/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_parser.c114 int comments_nested = 0; local
134 comments_nested ++;
141 comments_nested --;
142 if (comments_nested == 0) {
150 comments_nested ++;
157 if (comments_nested != 0) {

Completed in 89 milliseconds