Home
last modified time | relevance | path

Searched refs:endbrace (Results 1 – 13 of 13) sorted by relevance

/dports/security/sudo/sudo-1.9.8p2/lib/iolog/
H A Diolog_path.c53 const char *endbrace, *src; in expand_iolog_path() local
66 endbrace = strchr(src + 2, '}'); in expand_iolog_path()
67 if (endbrace != NULL) { in expand_iolog_path()
69 len = (size_t)(endbrace - src - 2); in expand_iolog_path()
81 src = endbrace; in expand_iolog_path()
/dports/x11-toolkits/pangolin/Pangolin-0.6/include/pangolin/utils/
H A Dtransform.h83 const char* endbrace = MatchingEndBrace(brace);
84 if( endbrace )
89 …const std::string inexpand = Transform( std::string(brace+1,endbrace), dictionary, token, open, cl…
91 oss << std::string(endbrace+1, expanded.c_str() + expanded.length() );
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libvcodex/
H A Dvcmethod.c417 int c, k, endbrace, asep; local
423 for(endbrace = -1;;)
435 { endbrace = ']';
441 if(c == endbrace)
443 if(c == '\\' && *data == endbrace)
448 } while((c = *data++) != 0 && c != endbrace);
455 endbrace = -1;
463 if(c == endbrace)
464 { endbrace = -1;
/dports/shells/ksh93/ast-93u/src/lib/libvcodex/
H A Dvcmethod.c417 int c, k, endbrace, asep; local
423 for(endbrace = -1;;)
435 { endbrace = ']';
441 if(c == endbrace)
443 if(c == '\\' && *data == endbrace)
448 } while((c = *data++) != 0 && c != endbrace);
455 endbrace = -1;
463 if(c == endbrace)
464 { endbrace = -1;
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libvcodex/
H A Dvcmethod.c417 int c, k, endbrace, asep; local
423 for(endbrace = -1;;)
435 { endbrace = ']';
441 if(c == endbrace)
443 if(c == '\\' && *data == endbrace)
448 } while((c = *data++) != 0 && c != endbrace);
455 endbrace = -1;
463 if(c == endbrace)
464 { endbrace = -1;
/dports/editors/joe/joe-4.6/syntax/
H A Dm4.jsf29 ")" endbrace recolor=-1
36 :endbrace Brace
/dports/math/gap/gap-4.11.0/lib/
H A Dstring.gi1275 local pos, len, outstr, nextbrace, endbrace,
1307 endbrace := Position(s, '}', pos);
1310 while IsInt(endbrace) and (nextbrace = fail or endbrace < nextbrace) do
1311 if endbrace + 1 <= len and s[endbrace + 1] = '}' then
1314 AppendTo(stream, s{[pos+1..endbrace]});
1315 pos := endbrace + 1;
1316 endbrace := Position(s, '}', pos);
1318 ErrorNoReturn("Mismatched '}' at position ",endbrace);
1338 if endbrace = fail then
1342 toprint := splitReplacementField(nextbrace+1,endbrace-1);
[all …]
/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c12922 if (! endbrace) { /* no trailing brace */ in S_grok_bslash_N()
12933 RExC_parse = endbrace; in S_grok_bslash_N()
12986 RExC_parse = endbrace; in S_grok_bslash_N()
13023 RExC_parse = endbrace; in S_grok_bslash_N()
13131 RExC_parse = endbrace; in S_grok_bslash_N()
13145 RExC_parse = endbrace; in S_grok_bslash_N()
13184 } while (RExC_parse < endbrace); in S_grok_bslash_N()
13223 RExC_parse = endbrace; in S_grok_bslash_N()
13588 char * endbrace = NULL; in S_regatom() local
13592 if (! endbrace) { in S_regatom()
[all …]
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c13017 if (! endbrace) { /* no trailing brace */ in S_grok_bslash_N()
13028 RExC_parse = endbrace; in S_grok_bslash_N()
13081 RExC_parse = endbrace; in S_grok_bslash_N()
13118 RExC_parse = endbrace; in S_grok_bslash_N()
13206 RExC_parse = endbrace; in S_grok_bslash_N()
13260 } while (RExC_parse < endbrace); in S_grok_bslash_N()
13296 RExC_parse = endbrace; in S_grok_bslash_N()
13684 char * endbrace = NULL; in S_regatom() local
13688 if (! endbrace) { in S_regatom()
13697 if (endbrace == RExC_parse) { in S_regatom()
[all …]
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c13155 RExC_parse = endbrace; in S_grok_bslash_N()
13177 e = endbrace; in S_grok_bslash_N()
13217 RExC_parse = endbrace; in S_grok_bslash_N()
13254 RExC_parse = endbrace; in S_grok_bslash_N()
13433 RExC_parse = endbrace; in S_grok_bslash_N()
13770 char * e = endbrace; in S_regatom()
13774 if (! endbrace) { in S_regatom()
13989 char * endbrace = NULL; in S_regatom() local
14030 e = endbrace; in S_regatom()
14044 if (endbrace && !isDIGIT(*s)) { in S_regatom()
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c13229 RExC_parse = endbrace; in S_grok_bslash_N()
13251 e = endbrace; in S_grok_bslash_N()
13291 RExC_parse = endbrace; in S_grok_bslash_N()
13328 RExC_parse = endbrace; in S_grok_bslash_N()
13416 RExC_parse = endbrace; in S_grok_bslash_N()
13507 RExC_parse = endbrace; in S_grok_bslash_N()
13844 char * e = endbrace; in S_regatom()
13848 if (! endbrace) { in S_regatom()
13902 RExC_parse = endbrace; in S_regatom()
14104 e = endbrace; in S_regatom()
[all …]
/dports/lang/vala/vala-0.48.18/tests/
H A DMakefile.am808 parser/expect-endbrace.test \
H A DMakefile.in600 parser/expect-endbrace.test parser/expect-error.test \