Lines Matching refs:indent
345 int indent;
355 indent = fs->struct_indent;
357 if( fs->space != indent )
359 if( fs->space < indent )
360 memset( fs->buffer_start + fs->space, ' ', indent - fs->space );
361 fs->space = indent;
1151 int indent, struct_flags, is_simple;
1195 indent = (int)(ptr - fs->buffer_start);
1215 CV_CALL( ptr = icvYMLSkipSpaces( fs, ptr, indent + 1, INT_MAX ));
1216 CV_CALL( ptr = icvYMLParseValue( fs, ptr, elem, struct_flags, indent + 1 ));
1222 if( ptr - fs->buffer_start != indent )
1224 if( ptr - fs->buffer_start < indent )
1640 int len; //, indent;