Home
last modified time | relevance | path

Searched refs:TOK_COLONS (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/datamash/datamash-1.7/src/
H A Dop-scanner.c152 return TOK_COLONS; in scanner_get_token()
266 case TOK_COLONS: in TESTMAIN()
H A Dop-parser.c293 case TOK_COLONS: in parse_simple_operation_column()
321 if (scanner_peek_token () == TOK_COLONS) in parse_operation_column()
378 while (tok == TOK_COLONS) in parse_operation_params()
419 case TOK_COLONS: in parse_operation_params()
566 case TOK_COLONS: in parse_mode_column()
593 if (tok == TOK_COLONS) in parse_mode_column_list()
H A Dop-scanner.h35 TOK_COLONS, enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/unoidl/source/
H A Dsourceprovider-scanner.l141 "::" return TOK_COLONS;
H A Dsourceprovider-parser.y876 %token TOK_COLONS
3962 name TOK_COLONS identifier { *$1 += "." + *$3; delete $3; $$ = $1; }
3963 | TOK_COLONS identifier { *$2 = "." + *$2; $$ = $2; }
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unoidl/source/
H A Dsourceprovider-scanner.l139 "::" return TOK_COLONS;
H A Dsourceprovider-parser.y875 %token TOK_COLONS
3964 name TOK_COLONS identifier { *$1 += "." + *$3; delete $3; $$ = $1; }
3965 | TOK_COLONS identifier { *$2 = "." + *$2; $$ = $2; }