Searched refs:star (Results 1 - 25 of 47) sorted by relevance

12

/openbsd-current/usr.bin/tmux/
H A Dcmd-find-window.c51 const char *star = "*"; local
60 star = "";
79 suffix, s, suffix, star, s, star, suffix, star, s, star);
83 suffix, s, suffix, star, s, star);
87 suffix, s, suffix, star, s, star);
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dtype.c42 ffetype_lookup_star (ffetype base_type, int star)
45 || (star < 0)
46 || (((size_t) star) >= ARRAY_SIZE (base_type->stars_->type_)))
49 return base_type->stars_->type_[star];
91 ffetype_set_star (ffetype base_type, int star, ffetype type)
105 assert (base_type->stars_->type_[star] == NULL);
107 base_type->stars_->type_[star] = type;
41 ffetype_lookup_star(ffetype base_type, int star) argument
90 ffetype_set_star(ffetype base_type, int star, ffetype type) argument
H A Dtype.h49 ffetype ffetype_lookup_star (ffetype base_type, int star);
56 void ffetype_set_star (ffetype base_type, int star, ffetype type);
H A Dstt.c198 bool star = FALSE; /* Adjustable array. */
225 star = TRUE;
236 star = TRUE;
260 else if (star)
197 bool star = FALSE; /* Adjustable array. */ local
/openbsd-current/gnu/usr.bin/perl/t/comp/
H A Dproto.t500 sub star (*&) { &{$_[1]} }
504 my $star = 'FOO';
505 star FOO, sub {
507 print "ok $i - star FOO\n";
509 star(FOO, sub {
511 print "ok $i - star(FOO)\n";
513 star "FOO", sub {
515 print qq/ok $i - star "FOO"\n/;
517 star("FOO", sub {
519 print qq/ok $i - star("FO
[all...]
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dspeed.t124 for my $star ('*', '{0,}') {
133 fresh_perl_like(<<"PROG", qr/\b\Q$text\E\b/, {}, "/.${star}${greedy}X/${flags}${s} anchors implicitly");
136 qr/.${star}${greedy}:::\\s*ab/${flags}${s}
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DOperatorPrecedence.cpp71 case tok::star: return prec::Multiplicative;
/openbsd-current/usr.bin/mail/
H A Dlist.c113 int tok, beg, mc, star, other, valdot, colmod, colresult; local
124 star = 0;
131 if (star) {
221 star++;
232 if (star) {
/openbsd-current/lib/libcrypto/x509/
H A Dx509_utl.c924 const unsigned char *star = 0; local
941 if (star != NULL || (state & LABEL_IDNA) != 0 || dots)
950 star = &p[i];
992 * there must be at least two dots after the star.
996 return star;
1004 const unsigned char *star = NULL; local
1011 star = valid_star(pattern, pattern_len, flags);
1012 if (star == NULL)
1015 return wildcard_match(pattern, star - pattern,
1016 star
[all...]
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp285 !Next->startsSequence(tok::coloncolon, tok::star)) {
299 if (Next && Next->isOneOf(tok::star, tok::amp, tok::ampamp) &&
338 if (Tok->Next->Next && Tok->Next->Next->isOneOf(tok::identifier, tok::star,
362 Tok->Previous->isOneOf(tok::star, tok::ampamp, tok::amp)) {
397 Next->Next->isOneOf(tok::amp, tok::ampamp, tok::star)) {
H A DFormatTokenLexer.cpp161 static const tok::TokenKind JSExponentiation[] = {tok::star, tok::star};
162 static const tok::TokenKind JSExponentiationEqual[] = {tok::star,
241 if (tryMergeTokensAny({{tok::star, tok::star},
253 {tok::plus, tok::star, tok::greater},
255 {tok::minus, tok::star, tok::greater},
258 {tok::star, tok::greater},
H A DTokenAnnotator.cpp384 CurrentToken->isOneOf(tok::star, tok::amp, tok::ampamp, tok::caret);
401 Prev->isOneOf(tok::star, tok::amp, tok::ampamp) &&
439 Tok->isOneOf(tok::star, tok::amp, tok::ampamp)) {
492 CurrentToken->Next->isOneOf(tok::star, tok::amp, tok::caret));
1195 if (CurrentToken->isOneOf(tok::star, tok::amp))
1205 tok::comma, tok::star, tok::arrow,
1734 Previous->isOneOf(tok::star, tok::amp, tok::ampamp) &&
1757 Previous && Previous->isOneOf(tok::star, tok::amp);
1895 } else if (Current.isOneOf(tok::star, tok::amp, tok::ampamp)) {
2292 Tok.Next->isUnaryOperator() || Tok.Next->isOneOf(tok::amp, tok::star);
[all...]
H A DUnwrappedLineParser.cpp1419 if (!Prev || (Prev->isNot(tok::star) && !isC78Type(*Prev)))
1427 if (Next->isNot(tok::star) && !Next->Tok.getIdentifierInfo())
1546 Tokens->peekNextToken()->is(tok::star)) {
2296 case tok::star:
2398 if (FormatTok->is(tok::star)) {
3270 case tok::star:
3565 case tok::star:
4133 if (!IsImport && !FormatTok->isOneOf(tok::l_brace, tok::star) &&
4168 if (FormatTok->isOneOf(tok::star, tok::period, tok::periodstar,
4188 case tok::star
[all...]
H A DSortJavaScriptImports.cpp492 if (Current->isNot(tok::star))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i370.c1740 char *star;
1744 star = strchr (input_line_pointer, '*');
1745 if (star)
1746 *star = '.';
1751 if (star)
1752 *star = '*';
1727 char *star; local
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp93 case tok::star:
/openbsd-current/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLToken.h27 star, // * enumerator in enum:llvm::lltok::Kind
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-i370.c1855 char *star;
1859 star = strchr (input_line_pointer, '*');
1860 if (star)
1861 *star = '.';
1866 if (star)
1867 *star = '*';
1840 char *star; local
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DTokenConcatenation.cpp118 TokenInfo[tok::star ] |= aci_avoid_equal; // *=
H A DPPExpressions.cpp550 case tok::star: return 14;
726 case tok::star:
/openbsd-current/gnu/usr.bin/perl/
H A Dperly.y103 %type <opval> expr term subscripted scalar ary hsh arylen star amper sideff
1375 | star %prec PERLY_PAREN_OPEN
1376 { $$ = $star; }
1659 star : PERLY_STAR indirob label
1673 gelem : star
H A Ddoio.c1452 const char *star = strchr(PL_inplace, '*'); local
1453 if (star) {
1457 sv_catpvn(sv, begin, star - begin);
1459 begin = ++star;
1460 } while ((star = strchr(begin, '*')));
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseTentative.cpp879 if (Tok.isOneOf(tok::star, tok::amp, tok::caret, tok::ampamp) ||
880 (Tok.is(tok::annot_cxxscope) && NextToken().is(tok::star))) {
1598 if (((Tok.is(tok::amp) || Tok.is(tok::star)) &&
H A DParseInit.cpp52 case tok::star:
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dpack.t1812 is(unpack("x3(x2.*)", "ABCDEF"), 5, "star offset is relative to start");
1821 is(unpack("x3(x2.*)", $high), 5, "utf8 star offset is relative to start");
1834 "U0 mode utf8 star offset is relative to start");
1847 "utf8 star offset is relative to start");
1860 "U0 mode utf8 star offset is relative to start");

Completed in 396 milliseconds

12