Home
last modified time | relevance | path

Searched refs:CLOSE_PAREN (Results 1 – 25 of 95) sorted by relevance

1234

/dports/audio/py-fmoo-audiotools/audiotools-3.0/docs/reference/pseudocode-src/
H A Dpseudocode.y84 %token OPEN_PAREN CLOSE_PAREN OPEN_CURLYBRACE CLOSE_CURLYBRACE PIPE
196 | IDENTIFIER OPEN_PAREN CLOSE_PAREN comment EOS {
199 | IDENTIFIER OPEN_PAREN expressionlist CLOSE_PAREN comment EOS {
202 | variablelist ASSIGN_IN IDENTIFIER OPEN_PAREN CLOSE_PAREN comment EOS {
338 | OPEN_PAREN expression CLOSE_PAREN {
341 | CEIL OPEN_PAREN expression CLOSE_PAREN {
344 | FLOOR OPEN_PAREN expression CLOSE_PAREN {
353 | SIN OPEN_PAREN expression CLOSE_PAREN {
356 | COS OPEN_PAREN expression CLOSE_PAREN {
359 | TAN OPEN_PAREN expression CLOSE_PAREN {
[all …]
H A Dpseudocode.l99 ")" {return CLOSE_PAREN;}
/dports/www/rt44/rt-4.4.5/lib/RT/
H A DSQL.pm60 use constant CLOSE_PAREN => 16; constant
130 $current = CLOSE_PAREN if ($want & CLOSE_PAREN) && $match =~ /^$re_close_paren$/io;
149 elsif ( $current & CLOSE_PAREN ) {
153 $want |= CLOSE_PAREN if $depth;
203 $want |= CLOSE_PAREN if $depth;
213 unless( !$last || $last & (CLOSE_PAREN | VALUE) ) {
/dports/www/rt50/rt-5.0.2/lib/RT/
H A DSQL.pm60 use constant CLOSE_PAREN => 16; constant
130 $current = CLOSE_PAREN if ($want & CLOSE_PAREN) && $match =~ /^$re_close_paren$/io;
149 elsif ( $current & CLOSE_PAREN ) {
153 $want |= CLOSE_PAREN if $depth;
203 $want |= CLOSE_PAREN if $depth;
213 unless( !$last || $last & (CLOSE_PAREN | VALUE) ) {
/dports/math/vtk9/VTK-9.1.0/IO/Infovis/
H A DvtkTulipReader.cxx111 CLOSE_PAREN, enumerator
155 tok.Type = vtkTulipReaderToken::CLOSE_PAREN; in vtkTulipReaderNextToken()
251 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
276 assert(tok.Type == vtkTulipReaderToken::CLOSE_PAREN); in RequestData()
304 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
320 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
329 while (tok.Type == vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
378 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
424 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
474 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/Infovis/
H A DvtkTulipReader.cxx110 CLOSE_PAREN, enumerator
154 tok.Type = vtkTulipReaderToken::CLOSE_PAREN; in vtkTulipReaderNextToken()
252 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
277 assert(tok.Type == vtkTulipReaderToken::CLOSE_PAREN); in RequestData()
305 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
321 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
330 while (tok.Type == vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
379 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
425 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
476 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/Infovis/
H A DvtkTulipReader.cxx113 CLOSE_PAREN, enumerator
157 tok.Type = vtkTulipReaderToken::CLOSE_PAREN; in vtkTulipReaderNextToken()
255 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
280 assert(tok.Type == vtkTulipReaderToken::CLOSE_PAREN); in RequestData()
308 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
324 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
333 while (tok.Type == vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
382 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
428 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
479 while (tok.Type != vtkTulipReaderToken::CLOSE_PAREN) in RequestData()
[all …]
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomutil/vrml2oogl/lib/
H A DQvSFBitMask.c++7 #define CLOSE_PAREN ')' macro
53 "in QvSFBitMask value", CLOSE_PAREN); in readValue()
57 if (c == CLOSE_PAREN) in readValue()
63 BITWISE_OR, CLOSE_PAREN, c); in readValue()
/dports/devel/antlr/antlr-2.7.7/examples/csharp/csharp_v1/
H A DCSharpParser.g514 ( OPEN_PAREN type CLOSE_PAREN unaryExpression )=>
550 …( { ((LA(1) == VOID) && (LA(2) == CLOSE_PAREN)) }? to_v:voidAsType CLOSE_PAREN! // typeofExpression
552 | to_typ:type CLOSE_PAREN! // typeofExpression
615 OPEN_PAREN! ( arglist:argumentList )? CLOSE_PAREN!
826 : SWITCH^ OPEN_PAREN! expression CLOSE_PAREN! switchBlock
971 : LOCK^ OPEN_PAREN! expression CLOSE_PAREN! embeddedStatement
1165 CLOSE_PAREN!
1201 OPEN_PAREN! ( md_fp:formalParameterList )? CLOSE_PAREN!
1413 ( BASE^ OPEN_PAREN! ( argumentList )? CLOSE_PAREN!
1414 | THIS^ OPEN_PAREN! ( argumentList )? CLOSE_PAREN!
[all …]
/dports/multimedia/aegisub/aegisub-3.2.2/tests/tests/
H A Ddialogue_lexer.cpp100 expect_tok(CLOSE_PAREN, 1); in TEST()
117 expect_tok(CLOSE_PAREN, 1); in TEST()
167 expect_tok(CLOSE_PAREN, 2); in TEST()
263 expect_tok(CLOSE_PAREN, 1); in TEST()
298 expect_tok(CLOSE_PAREN, 1u); in TEST()
348 expect_tok(CLOSE_PAREN, 1u); in TEST()
/dports/textproc/p5-Parse-BooleanLogic/Parse-BooleanLogic-0.09/lib/Parse/
H A DBooleanLogic.pm71 use constant CLOSE_PAREN => 8; constant
343 elsif ( ($want & CLOSE_PAREN) && $string =~ /$self->{'mre_close_paren'}/gc ) {
346 $last = CLOSE_PAREN;
348 $want |= $depth? CLOSE_PAREN : STOP;
356 $want |= $depth? CLOSE_PAREN : STOP;
/dports/textproc/elixir-earmark/earmark-1.2.5/src/
H A Dlink_text_lexer.xrl7 CLOSE_PAREN = \)
20 {CLOSE_PAREN} : {token, {close_paren, TokenLine, TokenChars}}.
/dports/java/eclipse-EPIC/org.epic.updatesite/plugins/org.epic.perleditor_0.6.24/org/epic/core/parser/
H A DexpectStringEnd.g40 CLOSE_PAREN | CLOSE_CURLY | CLOSE_BRACKET | CLOSE_BRACE |
50 protected CLOSE_PAREN: ')' { if (quoteEndChar == ')') pc--; };
/dports/editors/poke/poke-1.0/jitter/example-vms/structured/
H A Dstructured-parser.h90 CLOSE_PAREN = 276, enumerator
131 #define CLOSE_PAREN 276 macro
H A Dstructured.l105 ")" { return CLOSE_PAREN; }
/dports/games/supertux2/SuperTux-v0.6.3-Source/tools/tilemanager/
H A DLexer.cs21 CLOSE_PAREN, enumerator
68 return TokenType.CLOSE_PAREN; in GetNextToken()
/dports/editors/poke/poke-1.0/jitter/jitterc/
H A Djitterc-parser.h143 CLOSE_PAREN = 288, /* CLOSE_PAREN */ enumerator
222 #define CLOSE_PAREN 288 macro
H A Djitterc.y266 %token INSTRUCTION OPEN_PAREN CLOSE_PAREN COMMA SEMICOLON IN OUT
544 | OPEN_PAREN rule_expression CLOSE_PAREN
551 identifier OPEN_PAREN rule_expressions_zero_or_more CLOSE_PAREN
651 identifier OPEN_PAREN arguments CLOSE_PAREN properties code END /*INSTRUCTION*/
/dports/misc/findutils/findutils-4.8.0/find/
H A Dtree.c130 case CLOSE_PAREN: in get_expr()
181 if ( (*input)->p_type == CLOSE_PAREN ) in get_expr()
188 || ((*input)->p_type != CLOSE_PAREN)) in get_expr()
237 if ((*input == NULL) || ((*input)->p_type == CLOSE_PAREN)) in scan_rest()
264 case CLOSE_PAREN: in scan_rest()
1149 assert (p->p_type != CLOSE_PAREN); in calculate_derived_rates()
1198 case CLOSE_PAREN: in calculate_derived_rates()
1524 case CLOSE_PAREN: in get_new_pred_chk_op()
1600 {CLOSE_PAREN, "close_paren "},
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/DK/
H A Dquik.py799 CLOSE_PAREN = re.compile(r'[ \t]*\:(.*)$', re.S) variable in MacroDefinition
814 self.require_match(self.CLOSE_PAREN, ') or arg name')
838 CLOSE_PAREN = re.compile(r'[ \t]*\:(.*)$', re.S) variable in MacroCall
857 self.require_match(self.CLOSE_PAREN, 'argument value or )')
868 CLOSE_PAREN = re.compile(r'[ \t]*\)(.*)$', re.S) variable in IncludeDirective
874 self.require_match(self.CLOSE_PAREN, ')')
883 CLOSE_PAREN = re.compile(r'[ \t]*\)(.*)$', re.S) variable in ParseDirective
889 self.require_match(self.CLOSE_PAREN, ')')
935 CLOSE_PAREN = re.compile(r'[ \t]*\:(.*)$', re.S) variable in ForDirective
944 self.require_match(self.CLOSE_PAREN, ')')
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/util/
H A DConst.java24 public static final String CLOSE_PAREN = ")"; //$NON-NLS-1$ field in Const
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/gfx/x/
H A Dloader_x.h41 CLOSE_PAREN, enumerator
/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/include/libaegisub/ass/
H A Ddialogue_parser.h36 CLOSE_PAREN, enumerator
/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/common/
H A Dparser.cpp141 | char_(')', CLOSE_PAREN)[--ref(paren_depth), if_(ref(paren_depth) == 0)[_state = "OVR"]] in init()
162 | char_(')', CLOSE_PAREN)[--ref(paren_depth), if_(ref(paren_depth) == 0)[_state = "OVR"]] in init()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/tcl/
H A DtclExpr.c99 #define CLOSE_PAREN 2 macro
569 infoPtr->token = CLOSE_PAREN;
764 if (infoPtr->token != CLOSE_PAREN) {
858 if ((operator == END) || (operator == CLOSE_PAREN)
962 && (infoPtr->token != CLOSE_PAREN)) {
1708 if ((result != TCL_OK) || (infoPtr->token != CLOSE_PAREN)) {
1753 if (infoPtr->token == CLOSE_PAREN) {
1764 if (infoPtr->token == CLOSE_PAREN) {

1234