Home
last modified time | relevance | path

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

/dports/graphics/darktable/darktable-3.6.1/tools/introspection/
H A Dparser.pm61 …if(!isrightround(@token)) { print_error "expecting ')', found '".token2string(@token)."'"; return;…
320 …if(!isrightround(@token)) { print_error "expecting ')', found '".token2string(@token)."'"; return;…
H A Dscanner.pm408 sub isrightround { my $token = shift; return ($token[$P_TYPE] == $T_OPERATOR && $token[$P_VALUE] ==… subroutine
/dports/graphics/darktable38/darktable-3.8.0/tools/introspection/
H A Dparser.pm61 …if(!isrightround(@token)) { print_error "expecting ')', found '".token2string(@token)."'"; return;…
320 …if(!isrightround(@token)) { print_error "expecting ')', found '".token2string(@token)."'"; return;…
H A Dscanner.pm408 sub isrightround { my $token = shift; return ($token[$P_TYPE] == $T_OPERATOR && $token[$P_VALUE] ==… subroutine