Home
last modified time | relevance | path

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

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/xrc/
H A Dobjrefdlg.cpp213 else if (operator_expected == true) in OnNumeralClick()
232 operator_expected = false; in OnOperatorClick()
265 operator_expected = true; in OnOperatorClick()
303 operator_expected = false; in ClearCalculator()
H A Dobjrefdlg.h69 bool operator_expected; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/xrc/
H A Dobjrefdlg.cpp228 else if (operator_expected == true) in OnNumeralClick()
247 operator_expected = false; in OnOperatorClick()
280 operator_expected = true; in OnOperatorClick()
318 operator_expected = false; in ClearCalculator()
H A Dobjrefdlg.h70 bool operator_expected; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/xrc/
H A Dobjrefdlg.cpp228 else if (operator_expected == true) in OnNumeralClick()
247 operator_expected = false; in OnOperatorClick()
280 operator_expected = true; in OnOperatorClick()
318 operator_expected = false; in ClearCalculator()
H A Dobjrefdlg.h70 bool operator_expected; variable
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/core/
H A Dtest_qq.pl59 test(error, error(syntax_error(operator_expected))) :-
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libdss/
H A Dcxcomp.c1115 goto operator_expected; in parse()
1172 goto operator_expected; in parse()
1218 goto operator_expected; in parse()
1402 goto operator_expected; in parse()
1518 goto operator_expected; in parse()
1584 operator_expected: in parse()
/dports/shells/ksh93/ast-93u/src/lib/libdss/
H A Dcxcomp.c1115 goto operator_expected; in parse()
1172 goto operator_expected; in parse()
1218 goto operator_expected; in parse()
1402 goto operator_expected; in parse()
1518 goto operator_expected; in parse()
1584 operator_expected: in parse()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libdss/
H A Dcxcomp.c1124 goto operator_expected; in parse()
1185 goto operator_expected; in parse()
1231 goto operator_expected; in parse()
1415 goto operator_expected; in parse()
1531 goto operator_expected; in parse()
1597 operator_expected: in parse()
/dports/devel/p5-Perl-Tidy/Perl-Tidy-20211029/lib/Perl/Tidy/
H A DTokenizer.pm3399 && ( operator_expected( [ 'b', '=', 'b' ] ) == TERM ) )
3758 operator_expected( [ $prev_type, $tok, $next_type ] );
3840 operator_expected( [ $prev_type, $tok, $next_type ] );
4471 operator_expected( [ $prev_type, $tok, $next_type ] );
4500 operator_expected( [ $prev_type, $tok, $next_type ] );
5256 sub operator_expected { subroutine
/dports/java/eclipse-EPIC/org.epic.updatesite/plugins/org.epic.perleditor_0.6.24/perlutils/perltidy/Perl/
H A DTidy.pm22986 if ( !$in_quote and ( operator_expected( 'b', '=', 'b' ) == TERM ) )
23281 operator_expected( $prev_type, $tok, $next_type );
23335 $expecting = operator_expected( $prev_type, $tok, $next_type );
23737 $expecting = operator_expected( $prev_type, $tok, $next_type );
23758 operator_expected( $prev_type, $tok, $next_type );
24425 sub operator_expected { subroutine
/dports/devel/p5-MooseX-CoverableModifiers/MooseX-CoverableModifiers-0.30/inc/Perl/
H A DTidy.pm23439 if ( !$in_quote and ( operator_expected( 'b', '=', 'b' ) == TERM ) )
23734 operator_expected( $prev_type, $tok, $next_type );
23788 $expecting = operator_expected( $prev_type, $tok, $next_type );
24190 $expecting = operator_expected( $prev_type, $tok, $next_type );
24211 operator_expected( $prev_type, $tok, $next_type );
24878 sub operator_expected { subroutine
/dports/lang/swi-pl/swipl-8.2.3/boot/
H A Dmessages.pl289 syntax_error(operator_expected) -->
/dports/security/sudoscript/sudoscript-2.1.2/
H A Dperltidy15410 if ( !$in_quote and ( operator_expected( 'b', '=', 'b' ) == TERM ) )
15676 $expecting = operator_expected( $prev_type, $tok, $next_type );
16884 sub operator_expected {