Searched refs:bname (Results 51 - 63 of 63) sorted by relevance

123

/macosx-10.10/swig-12/Source/Modules/
H A Docaml.cxx1138 String *bname = Getattr(b.item, "name"); local
1139 if (bname) {
1141 Printv(base_create, "(create_class \"", bname, "\")", NIL);
1142 Printv(f_class_ctors, " \"::", bname, "\", (fun args -> ", base_create, " args) ;\n", NIL);
H A Doctave.cxx874 String *bname = Getattr(b.item, "name"); local
875 if ((!bname) || GetFlag(b.item, "feature:ignore") || (!Getattr(b.item, "module"))) {
880 String *bname_mangled = SwigType_manglestr(SwigType_add_pointer(Copy(bname)));
H A Dpython.cxx2859 String *bname = Getattr(b.item, "python:proxy"); local
2861 if (!bname || ignore) {
2862 if (!bname && !ignore) {
2869 Printv(base_class, bname, NIL);
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.err.c560 * in bname
608 xprintf("%s: ", bname);/*FIXRESET*/
/macosx-10.10/gssd-64/
H A Dgssd.c594 char *bname = label_buf; variable
628 bname = optarg;
656 kr = checkin_or_register(bname, &gssd_receive_right);
3183 DEBUG(2, "Looking up %s for %d %d as instance %s", bname, uid, asid, uuidstr);
3185 kr = bootstrap_look_up3(bootstrap_port, bname, gssd_port, 0, uuid, BOOTSTRAP_SPECIFIC_INSTANCE);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dieee.c6205 const char *bname;
6218 bname = info->type_stack->type.name;
6229 fname = (char *) xmalloc (strlen (bname) + sizeof "_vb$");
6230 sprintf (fname, "_vb$%s", bname);
6238 fname = (char *) xmalloc (strlen (bname) + sizeof "_b$");
6239 sprintf (fname, "_b$%s", bname);
6257 || ! ieee_write_atn65 (info, nindx, bname)
6201 const char *bname; local
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dxcofflink.c558 const char *bname;
756 bname = bfd_get_filename (abfd);
761 bname = bfd_get_filename (abfd->my_archive);
764 s = strrchr (bname, '/');
766 bname = s + 1;
767 n->file = bname;
554 const char *bname; local
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim2575 let bname= substitute(bufname(ibuf),'\\','/','g')
2576 let bname= substitute(bname,'.\zs/$','','')
2577 " call Decho(" findbuf3: while [ibuf=",ibuf."]<=[buflast=".buflast."]: dirname<".dirname."> bname=bufname(".ibuf.")<".bname.">")
2578 if bname != '' && dirname =~ '/'.bname.'/\=$' && dirname !~ '^/'
2579 " bname is not empty
2580 " dirname ends with bname,
2582 " call Decho(" findbuf3a: passes test 1 : dirname<".dirname.'> =~ /'.bname
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcperl-mode.el6627 (let* ((bname (if type "*info-perl-var*" "*info-perl*"))
6628 (info (get-buffer bname))
6641 (rename-buffer bname)
6645 (set-buffer bname)))
H A Didlwave.el8979 (bname (if (stringp bfile) (downcase (file-name-nondirectory bfile)) ""))
8988 (bnamep (string-match fname-re bname))
8989 (bdefp (and class bnamep (string= "define" (match-string 1 bname)))))
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c4089 static char *bname[BQUEUES] = local
4105 printf("%s: total-%d", bname[i], count);
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dorg.el4438 (let ((n 1) (base (buffer-name buffer)) bname)
4440 (get-buffer (setq bname (concat base "-" (number-to-string n)))))
4443 (make-indirect-buffer buffer bname 'clone)
4444 (error (make-indirect-buffer buffer bname)))))
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm27133 my $bname =
27139 Found $diff extra $bname$ess between $opening_brace_names[$aa] on line $sl and $closing_brace_names[$aa] on line $el
27148 " The most recent un-matched $bname is on line $ml\n";
[all...]

Completed in 540 milliseconds

123