Home
last modified time | relevance | path

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

/dports/multimedia/aegisub/aegisub-3.2.2/tests/tests/
H A Ddialogue_lexer.cpp98 expect_tok(ARG_SEP, 1); in TEST()
113 expect_tok(ARG_SEP, 1); in TEST()
143 expect_tok(ARG_SEP, 1); in TEST()
145 expect_tok(ARG_SEP, 1); in TEST()
150 expect_tok(ARG_SEP, 1); in TEST()
236 expect_tok(ARG_SEP, 1); in TEST()
260 expect_tok(ARG_SEP, 1u); in TEST()
296 expect_tok(ARG_SEP, 1u); in TEST()
345 expect_tok(ARG_SEP, 1u); in TEST()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/
H A Dsim710.c45 #define ARG_SEP ' ' macro
47 #define ARG_SEP ',' macro
70 if((pos = strchr(pos, ARG_SEP)) != NULL) in param_setup()
H A Dncr53c8xx.c580 #define ARG_SEP ' ' macro
582 #define ARG_SEP ',' macro
616 #define ARG_SEP ' ' macro
618 #define ARG_SEP ',' macro
684 while (*pe && *pe != ARG_SEP && in sym53c8xx__setup()
772 if ((cur = strchr(cur, ARG_SEP)) != NULL) in sym53c8xx__setup()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/
H A Dsim710.c45 #define ARG_SEP ' ' macro
47 #define ARG_SEP ',' macro
70 if((pos = strchr(pos, ARG_SEP)) != NULL) in param_setup()
H A Dncr53c8xx.c580 #define ARG_SEP ' ' macro
582 #define ARG_SEP ',' macro
616 #define ARG_SEP ' ' macro
618 #define ARG_SEP ',' macro
684 while (*pe && *pe != ARG_SEP && in sym53c8xx__setup()
772 if ((cur = strchr(cur, ARG_SEP)) != NULL) in sym53c8xx__setup()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/
H A Dsim710.c45 #define ARG_SEP ' ' macro
47 #define ARG_SEP ',' macro
70 if((pos = strchr(pos, ARG_SEP)) != NULL) in param_setup()
H A Dncr53c8xx.c580 #define ARG_SEP ' ' macro
582 #define ARG_SEP ',' macro
616 #define ARG_SEP ' ' macro
618 #define ARG_SEP ',' macro
684 while (*pe && *pe != ARG_SEP && in sym53c8xx__setup()
772 if ((cur = strchr(cur, ARG_SEP)) != NULL) in sym53c8xx__setup()
/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/common/
H A Dcalltip_provider.cpp132 case dt::ARG_SEP: in GetCalltip()
172 if (type == dt::ARG_SEP) in GetCalltip()
H A Dparser.cpp143 | char_(',', ARG_SEP) in init()
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dcmdline.h56 #define ARG_SEP ", \t\n" macro
/dports/multimedia/transcode/transcode-1.1.7/libtc/
H A Doptstr.h54 #define ARG_SEP ':' macro
H A Doptstr.c59 if (ch[len] == '\0' || ch[len] == '=' || ch[len] == ARG_SEP) { in optstr_lookup()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/autotrace/
H A Dcmdline.h54 #define ARG_SEP ", \t\n" macro
/dports/audio/beets/beets-1.4.9/beets/util/
H A Dfunctemplate.py44 ARG_SEP = u',' variable
338 escapable_chars = (SYMBOL_DELIM, FUNC_DELIM, GROUP_CLOSE, ARG_SEP)
352 extra_special_chars = (ARG_SEP,)
529 assert self.string[self.pos] == ARG_SEP
/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/include/libaegisub/ass/
H A Ddialogue_parser.h37 ARG_SEP, enumerator
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dparser.y593 %token ARG_SEP ARRAY_COL_SEP ARRAY_ROW_SEP SHEET_SEP INVALID_TOKEN
626 opt_exp : opt_exp exp ARG_SEP {
852 | exp ARG_SEP arg_list {
863 | ARG_SEP arg_list {
1180 return eat_space (state, state->in_array ? state->in_array_sep_is : ARG_SEP); in yylex()
1182 return eat_space (state, ARG_SEP); in yylex()
1559 pstate->in_array_sep_is = ARG_SEP; in setup_state()
H A Dparser.c689 ARG_SEP = 269, enumerator
715 #define ARG_SEP 269 macro
2963 return eat_space (state, state->in_array ? state->in_array_sep_is : ARG_SEP); in yylex()
2965 return eat_space (state, ARG_SEP); in yylex()
3342 pstate->in_array_sep_is = ARG_SEP; in setup_state()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/core/math/
H A Dformula_inl.h279 case FormulaPart::token_type::ARG_SEP: { in _isUnaryOperator_()
414 _last_token_ = FormulaPart(FormulaPart::token_type::ARG_SEP, ','); in _push_comma_()
H A Dformula.h69 ARG_SEP enumerator
/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/ass/
H A Ddialogue_parser.cpp66 case dt::OPEN_PAREN: case dt::CLOSE_PAREN: case dt::ARG_SEP: case dt::TAG_START: in Highlight()
/dports/math/gnumeric/gnumeric-1.12.50/src/widgets/
H A Dgnm-expr-entry.c58 ARG_SEP = 269, enumerator
1244 case ARG_SEP: in gee_check_tooltip()