HomeSort by: relevance | last modified time | path
    Searched defs:for (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/guile/lib/gdb/
iterator.scm 15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ;; GNU General Public License for more details.
26 "Return a <gdb:iterator> object for a list."
56 (define-public (iterator-for-each proc iter)
62 (iterator-for-each proc iter)))))
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-section-script.scm 10 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 ;; GNU General Public License for more details.
29 (define (get-type-for-printing val)
48 (let ((type (get-type-for-printing val)))
scm-frame-args.scm 10 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 ;; GNU General Public License for more details.
41 (define (get-type-for-printing val)
62 (let ((type (get-type-for-printing val)))
scm-pretty-print.scm 10 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 ;; GNU General Public License for more details.
107 ;; The actual pretty-printer for pp_s is split out so that we can pass
188 "Use an invalid value for the display hint."
228 (define (get-type-for-printing val)
302 (let ((type-name (type-tag (get-type-for-printing val))))
313 ;; Different versions of a simple pretty-printer for use in testing
  /src/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/
iterator.scm 15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ;; GNU General Public License for more details.
26 "Return a <gdb:iterator> object for a list."
56 (define-public (iterator-for-each proc iter)
62 (iterator-for-each proc iter)))))
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-section-script.scm 10 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 ;; GNU General Public License for more details.
29 (define (get-type-for-printing val)
48 (let ((type (get-type-for-printing val)))
scm-frame-args.scm 10 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 ;; GNU General Public License for more details.
41 (define (get-type-for-printing val)
62 (let ((type (get-type-for-printing val)))
scm-pretty-print.scm 10 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 ;; GNU General Public License for more details.
107 ;; The actual pretty-printer for pp_s is split out so that we can pass
188 "Use an invalid value for the display hint."
228 (define (get-type-for-printing val)
302 (let ((type-name (type-tag (get-type-for-printing val))))
313 ;; Different versions of a simple pretty-printer for use in testing
  /src/external/gpl2/texinfo/dist/util/
texi-docstring-magic.el 23 ;; for details. In brief:
43 ;; The default value for user options will be printed.
45 ;; Symbols are recognized if they are defined for faces, functions,
71 ;; * Look for a "texi-docstring" property for symbols
75 ;; function, or variable binding for a symbol in case more than
110 ;; followed by forward quote for this to work.
154 ;; 7,8. Clean up for @lisp environments left with spurious newlines
162 evaluated to get the replacement for the match.
172 "Markup DOCSTRING for texi according to regexp matches.
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2-ldstwm.sml 14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 for more details.
39 fun for ls f = map f ls; function
248 " or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public\n" ^
249 " License for more details.\n" ^
260 for (seq 0 8) (fn n =>
261 for [push, pop] (fn p =>
262 for [true, false] (fn fp =>
266 for [ld, st] (fn l =>
267 for (seq 1 12) (fn n =
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2-ldstwm.sml 14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 for more details.
39 fun for ls f = map f ls; function
248 " or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public\n" ^
249 " License for more details.\n" ^
260 for (seq 0 8) (fn n =>
261 for [push, pop] (fn p =>
262 for [true, false] (fn fp =>
266 for [ld, st] (fn l =>
267 for (seq 1 12) (fn n =
    [all...]
  /src/external/historical/nawk/dist/
awkgram.y 6 its documentation for any purpose and without fee is hereby
17 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
40 int inloop = 0; /* >= 1 if in while, for, do; can't be bool, since loops can next */
42 Node *arglist = 0; /* list of args for current function */
59 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
74 %type <p> for if else while
87 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
128 for: label
129 FOR '(' opt_simple_stmt ';' opt_nl pattern ';' opt_nl opt_simple_stmt rparen {inloop++;} stmt
130 { --inloop; $$ = stat4(FOR, $3, notnull($6), $9, $12);
    [all...]
  /src/external/gpl3/binutils/dist/etc/
add-log.el 7 ;;; the format recommended for use in GDB ChangeLogs.
18 ;;; faster, and use a little less memory. (Not that those matter much for
26 ;;; add-log.el --- change log maintenance commands for Emacs
41 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42 ;; GNU General Public License for more details.
56 "*Name of a change log file for \\[add-change-log-entry].")
66 "*Full name of user, for inclusion in ChangeLog daily headers.
71 "*Electronic mail address of user, for inclusion in ChangeLog daily headers.
81 "Keymap for Change Log major mode.")
96 (defun prompt-for-change-log-name (
    [all...]
  /src/external/gpl3/binutils.old/dist/etc/
add-log.el 7 ;;; the format recommended for use in GDB ChangeLogs.
18 ;;; faster, and use a little less memory. (Not that those matter much for
26 ;;; add-log.el --- change log maintenance commands for Emacs
41 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42 ;; GNU General Public License for more details.
56 "*Name of a change log file for \\[add-change-log-entry].")
66 "*Full name of user, for inclusion in ChangeLog daily headers.
71 "*Electronic mail address of user, for inclusion in ChangeLog daily headers.
81 "Keymap for Change Log major mode.")
96 (defun prompt-for-change-log-name (
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-mode.el 1 ;;; po-mode.el -- major mode for GNU gettext PO files
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details.
31 ;; for user documentation, which is not repeated here.
37 ;; "Major mode for translators to edit PO files" t)
58 ;;; Here is the minimum for customization to work. See part II.
97 "Major mode for editing PO files"
167 "*The face used for PO mode highlighting. For Emacses with overlays.
368 This is used for generating a submission file name for the 'M' command
    [all...]

Completed in 38 milliseconds