Searched refs:rsl (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_mime_magic.c547 magic_rsl *rsl; local
560 rsl = (magic_rsl *) apr_palloc(r->pool, sizeof(magic_rsl));
563 rsl->str = str;
564 rsl->next = (magic_rsl *) NULL;
568 req_dat->tail->next = rsl;
569 req_dat->tail = rsl;
572 req_dat->head = req_dat->tail = rsl;
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcompmatch.c1069 int wpl = matchbufadded, msl, rsl; local
1090 if ((msl = match_str(sfx, w + mpl, bsl, bcs, &rsl, 1, 0, 0)) < 0) {
1107 add_match_str(NULL, NULL, w + rpl, wl - rpl - rsl, 1);
1110 mli = bld_parts(w + rpl, wl - rpl - rsl,
1111 (mpl - rpl) + (msl - rsl), &mlil, NULL);
1113 mlil->slen = msl - rsl;
H A Dcompctl.c1725 static int lpl, lsl, rpl, rsl, fpl, fsl, lppl, lpsl; variable
3196 rsl = strlen(rsuf);
3214 p = (char *) zhalloc(rpl + rsl + 2);
3230 rsl = strlen(rsuf);
3245 s2 = rsuf + rsl;
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm27119 my $rsl =
27122 my $sl = $$rsl[0];
27137 write_error_indicator_pair( @$rsl, '^' );
27182 my $rsl =
27184 my $sl = $$rsl[0];
27189 indicate_error( $msg, @$rsl, '^' );
[all...]

Completed in 328 milliseconds