Searched refs:toplevel (Results 76 - 97 of 97) sorted by relevance

1234

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkFrame.c4 * This module implements "frame", "labelframe" and "toplevel" widgets
354 * These functions are invoked to process the "frame", "toplevel" and
405 * "toplevel" commands. Now it is used directly by Tk_Init to create a
407 * "toplevel" commands for details on what it does.
424 int toplevel, /* Non-zero means create a toplevel window,
440 toplevel ? TYPE_TOPLEVEL : TYPE_FRAME, appName);
544 * This occurs when someone tried to create a frame/toplevel while we
1953 /* Not a frame or toplevel, skip it */
1970 * If the given command name to the command for a toplevel windo
417 TkCreateFrame( ClientData clientData, Tcl_Interp *interp, int argc, char **argv, int toplevel, char *appName) argument
[all...]
H A DtkIntDecls.h122 int toplevel, char *appName);
1061 int (*tkCreateFrame) (ClientData clientData, Tcl_Interp *interp, int argc, char **argv, int toplevel, char *appName); /* 13 */
/macosx-10.9.5/vim-53/src/
H A Dnormal.c567 normal_cmd(oap, toplevel)
569 int toplevel UNUSED; /* TRUE when called from main() */
727 if (toplevel && stuff_empty())
818 if (toplevel && stuff_empty())
1333 if (curwin->w_p_scb && toplevel)
1341 if (curwin->w_p_crb && toplevel)
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dcommands.c1340 longjmp(toplevel, 1);
2430 longjmp(toplevel, 1);
H A Dtelnet.c113 jmp_buf toplevel; variable
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dcommands.c1421 longjmp(toplevel, 1);
2705 longjmp(toplevel, 1);
H A Dtelnet.c154 jmp_buf toplevel;
153 jmp_buf toplevel; variable
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/apps/
H A Dbitmap-editor594 toplevel .new -padx 10 -pady 5
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkIntDecls.h86 int toplevel, char * appName));
589 int (*tkCreateFrame) _ANSI_ARGS_((ClientData clientData, Tcl_Interp * interp, int argc, char ** argv, int toplevel, char * appName)); /* 13 */
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dhtml.vim27 syntax spell toplevel
H A Dtcl.vim146 syn keyword tcltkWidgetColor toplevel
H A Dlisp.vim470 syn keyword lispKey :load-toplevel :compile-toplevel :execute
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dutil.c338 siglongjmp(toplevel, 1);
H A Dfetch.c1740 if (sigsetjmp(toplevel, 1)) {
/macosx-10.9.5/libiconv-41/libiconv/djgpp/
H A Dconfig.bat171 Rem The following is needed because the toplevel configure script calls the
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Docaml.vim165 " We start folds for modules, classes, and every toplevel definition
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/xe/
H A Dxe1142 toplevel $w -class Dialog
1417 toplevel $w -class Dialog
1525 toplevel $w -class Dialog
1603 toplevel .edit
2376 toplevel .icwin
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcperl-mode.el2769 ;;containing-sexp ;; We are buggy at toplevel :-(
2849 (vector 'toplevel start char-after state (nth 2 s-s)))
3069 ;; Indenter for stuff at toplevel
3071 ((eq 'toplevel (elt i 0)) ;; [toplevel start char-after state immed-after-block]
3188 (toplevel 0)
3189 (toplevel-after-parenth 2)
3190 (toplevel-continued 2)
3228 (setq res (cons (list 'toplevel start) res)))
3230 (setq res (cons (list 'toplevel
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/
H A Dmulti-tk.rb862 fail ArgumentError, 'fail to set pseudo-toplevel'
1116 # keys for toplevel : allow followings
1126 # create toplevel widget
1131 fail SecurityError, "unable create toplevel on the safe interpreter"
1495 else # toplevel path
1503 warn("Waring: fail to destroy toplevel") if $DEBUG
1999 # pseudo-toplevel operation support
2019 fail ArgumentError, 'fail to set pseudo-toplevel'
2044 # use pseudo-toplevel feature of MultiTkIp ?
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXMenu.c88 * Structure to keep track of toplevel windows and their menubars.
94 Tk_Window tkwin; /* The toplevel window. */
96 * toplevel. */
3984 * menuName becuase a toplevel has been created and any system
4049 macMDEFDrawable.toplevel = NULL;
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c5461 yyerror("BEGIN is permitted only at toplevel");
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c5461 yyerror("BEGIN is permitted only at toplevel");

Completed in 416 milliseconds

1234