Home
last modified time | relevance | path

Searched refs:TOK_OPEN (Results 1 – 12 of 12) sorted by last modified time

/dports/shells/fish/fish-3.3.1/src/
H A Dtinyexpr.cpp58 TOK_OPEN, enumerator
335 s->type = TOK_OPEN; in next_token()
387 if (s->type == TOK_OPEN) { in base()
408 if (s->type == TOK_OPEN) { in base()
447 case TOK_OPEN: in base()
/dports/x11/i3lock-color/i3lock-color-2.13.c.4/
H A Dtinyexpr.c57 TOK_OPEN, TOK_CLOSE, TOK_NUMBER, TOK_VARIABLE, TOK_INFIX enumerator
284 case '(': s->type = TOK_OPEN; break; in next_token()
324 if (s->type == TOK_OPEN) { in base()
354 if (s->type != TOK_OPEN) { in base()
374 case TOK_OPEN: in base()
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/tinyexpr/
H A Dtinyexpr.c57 TOK_OPEN, TOK_CLOSE, TOK_NUMBER, TOK_VARIABLE, TOK_INFIX enumerator
343 case '(': s->type = TOK_OPEN; break; in next_token()
383 if (s->type == TOK_OPEN) { in base()
413 if (s->type != TOK_OPEN) { in base()
433 case TOK_OPEN: in base()
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/external/tinyexpr/
H A Dtinyexpr.c57 TOK_OPEN, TOK_CLOSE, TOK_NUMBER, TOK_VARIABLE, TOK_INFIX enumerator
284 case '(': s->type = TOK_OPEN; break; in next_token()
324 if (s->type == TOK_OPEN) { in base()
354 if (s->type != TOK_OPEN) { in base()
374 case TOK_OPEN: in base()
/dports/devel/z88dk/z88dk/examples/console/
H A Dadv_a.c418 #define TOK_OPEN 0x21 macro
520 { "OPEN", TOK_OPEN },
521 { "UNLO", TOK_OPEN },
1555 { TOK_OPEN, TOK_DOOR, A_O_DOOR_1, SDO_HOW },
1569 { TOK_OPEN, TOK_DOOR, A_O_DOOR_2, SODOOR2 },
/dports/net/olsrd/olsrd-0.9.8/src/cfgparser/
H A Doparse.y174 %token TOK_OPEN
362 hna4body: TOK_OPEN hna4stmts TOK_CLOSE
372 hna6body: TOK_OPEN hna6stmts TOK_CLOSE
382 ipcbody: TOK_OPEN ipcstmts TOK_CLOSE
400 ifbody: TOK_OPEN ifstmts TOK_CLOSE
403 ifdbody: TOK_OPEN ifstmts TOK_CLOSE
441 plbody: TOK_OPEN plstmts TOK_CLOSE
H A Doscan.lex183 return TOK_OPEN;
/dports/lang/munger/munger-5.12/
H A Dlisp.c1473 type = ( *ptr == '(' ? TOK_OPEN : TOK_CLOSE ); in get_token()
1566 if ( type == TOK_OPEN ) in process_token()
1580 depth = process_token( TOK_OPEN, depth ); in process_token()
H A Dlisp.h153 #define TOK_OPEN 5 macro
H A Dintrinsics.c16483 type = ( *ptr == '(' ? TOK_OPEN : TOK_CLOSE ); in get_token_from_buffer()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/tinyexpr/
H A Dtinyexpr.c57 TOK_OPEN, TOK_CLOSE, TOK_NUMBER, TOK_VARIABLE, TOK_INFIX enumerator
286 case '(': s->type = TOK_OPEN; break; in next_token()
326 if (s->type == TOK_OPEN) { in base()
356 if (s->type != TOK_OPEN) { in base()
376 case TOK_OPEN: in base()
/dports/editors/marker/Marker-2020.04.04.2/src/scidown/src/charter/src/tinyexpr/
H A Dtinyexpr.c57 TOK_OPEN, TOK_CLOSE, TOK_NUMBER, TOK_VARIABLE, TOK_INFIX enumerator
284 case '(': s->type = TOK_OPEN; break; in next_token()
324 if (s->type == TOK_OPEN) { in base()
354 if (s->type != TOK_OPEN) { in base()
374 case TOK_OPEN: in base()