Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/tools/
A Dafblue.pl92 sub Die subroutine
320 Die("unbalanced #elif") unless @else_stack;
334 Die("unbalanced #else") unless defined($prev_else);
335 Die("#else already seen") if $prev_else;
350 Die("unbalanced #endif") unless defined($prev_else);
413 Die("strings and blocks can't be mixed in a section") if $have_blocks;
443 Die("strings and blocks can't be mixed in a section") if $have_strings;
460 Die("invalid data after last matching closing brace")
509 Die("syntax error");

Completed in 3 milliseconds