Searched refs:bsl (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/procmail-14/procmail/src/
H A Dformail.c29 #define bsl(str) {ssl(str)} macro
46 #define X(name,value) bsl(name),
77 { bsl(subject),bsl(references),bsl(messageid),bsl(date)
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcompctl.c1913 Brinfo bp, bpl = brbeg, bsl = brend, bpt, bst; local
1943 while (bsl && bsl->curpos < psl)
1944 bsl = bsl->next;
1961 &bpl, ppl ,&bsl, psl, &isexact) :
1964 &bpl, ppl, &bsl, psl, &isexact));
2007 bst = bsl;
2011 &bpl, strlen(p1), &bsl, strlen(s1),
2014 bsl
[all...]
H A Dcompmatch.c1005 * bpl and bsl are used to report the positions where the brace-strings in
1014 Brinfo *bpl, int bcp, Brinfo *bsl, int bcs, int *exact)
1090 if ((msl = match_str(sfx, w + mpl, bsl, bcs, &rsl, 1, 0, 0)) < 0) {
1013 comp_match(char *pfx, char *sfx, char *w, Patprog cp, Cline *clp, int qu, Brinfo *bpl, int bcp, Brinfo *bsl, int bcs, int *exact) argument
H A Dcompcore.c2034 Brinfo bp, bpl = brbeg, obpl, bsl = brend, obsl; local
2265 if ((ml = match_str(lsuf, s, &bsl, 0, NULL, 1, 0, 1)) >= 0) {
2378 obsl = bsl;
2403 bsl = obsl;
2455 &bpl, bcp, &bsl, bcs,
/macosx-10.10/vim-55/src/proto/
H A Dmisc2.pro32 char_u *vim_strsave_escaped_ext __ARGS((char_u *string, char_u *esc_chars, int cc, int bsl));
/macosx-10.10/vim-55/runtime/syntax/
H A Derlang.vim52 syn keyword erlangOperator div rem or xor bor bxor bsl bsr
/macosx-10.10/vim-55/src/
H A Dmisc2.c1271 * Same as vim_strsave_escaped(), but when "bsl" is TRUE also escape
1276 vim_strsave_escaped_ext(string, esc_chars, cc, bsl)
1280 int bsl;
1305 if (vim_strchr(esc_chars, *p) != NULL || (bsl && rem_backslash(p)))
1324 if (vim_strchr(esc_chars, *p) != NULL || (bsl && rem_backslash(p)))
/macosx-10.10/tcsh-65/tcsh/
H A Dtw.parse.c773 int count, bsl; local
804 for (ptr = wordstart, bsl = 0; *(--ptr) == '\\'; bsl++);
805 if (bsl & 1) {
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm14274 my $bsl = $left_bond_strength{$next_nonblank_type};
14287 $bsl = NOMINAL;
14294 $bsl = $left_bond_strength{$next_nonblank_token};
14299 $bsl = NOMINAL;
14302 $bsl = 0.9 * NOMINAL + 0.1 * STRONG;
14313 if ( !defined($bsl) ) { $bsl = VERY_STRONG }
14314 my $bond_str = ( $bsr < $bsl ) ? $bsr : $bsl;
[all...]

Completed in 292 milliseconds