| /src/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/ |
| experimental.scm | 19 ;; along with this program. If not, see <http://www.gnu.org/licenses/>. 28 (define-public with-gdb-output-to-port (@@ (gdb) %with-gdb-output-to-port)) 29 (define-public with-gdb-error-to-port (@@ (gdb) %with-gdb-error-to-port)) 31 (define-public (with-gdb-output-to-string thunk) 33 (call-with-output-string 34 (lambda (p) (with-gdb-output-to-port p thunk))))
|
| init.scm | 18 ;; along with this program. If not, see <http://www.gnu.org/licenses/>. 28 ;; gdb:with-stack is handled separately. 47 ;; Print the message part of a gdb:with-stack exception. 52 (define (%with-stack-exception-printer port key args default-printer) 62 (format port "Throw to key `~a' with args `~s'." key args)) 91 ;; (i.e., KEY is gdb:with-stack). Otherwise STACK is the result of calling 93 ;; KEY is gdb:with-stack). 96 (define (%print-exception-with-stack port stack key args) 109 ;; If the exception is gdb:with-stack, unwrap it to get the stack and 112 (if (eq? key 'gdb:with-stack [all...] |
| /src/external/gpl3/gdb/dist/gdb/guile/lib/gdb/ |
| experimental.scm | 19 ;; along with this program. If not, see <http://www.gnu.org/licenses/>. 28 (define-public with-gdb-output-to-port (@@ (gdb) %with-gdb-output-to-port)) 29 (define-public with-gdb-error-to-port (@@ (gdb) %with-gdb-error-to-port)) 31 (define-public (with-gdb-output-to-string thunk) 33 (call-with-output-string 34 (lambda (p) (with-gdb-output-to-port p thunk))))
|
| init.scm | 18 ;; along with this program. If not, see <http://www.gnu.org/licenses/>. 28 ;; gdb:with-stack is handled separately. 47 ;; Print the message part of a gdb:with-stack exception. 52 (define (%with-stack-exception-printer port key args default-printer) 62 (format port "Throw to key `~a' with args `~s'." key args)) 91 ;; (i.e., KEY is gdb:with-stack). Otherwise STACK is the result of calling 93 ;; KEY is gdb:with-stack). 96 (define (%print-exception-with-stack port stack key args) 109 ;; If the exception is gdb:with-stack, unwrap it to get the stack and 112 (if (eq? key 'gdb:with-stack [all...] |
| /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/ |
| Test.pm | 4 # this file except in compliance with the License. You can obtain a copy 24 pipe with cmdstr quotify 41 "run sometest with output to foo.txt"); 55 With each test recipe, a parallel data directory with (almost) the same name 88 # is defined with a non-empty value. 91 # A set of hooks that is affected by with() and may be used in diverse places. 247 Both of these are specific applications of C<cmd>, with just a couple 258 Also, for both C<app> and C<test>, the command may be prefixed with 292 with all the lazy evaluations and all that. The reason for this is tha 705 sub with { subroutine [all...] |
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| Test.pm | 4 # this file except in compliance with the License. You can obtain a copy 26 pipe with cmdstr 46 "run sometest with output to foo.txt"); 60 With each test recipe, a parallel data directory with (almost) the same name 93 # is defined with a non-empty value. 96 # A set of hooks that is affected by with() and may be used in diverse places. 247 Both of these are specific applications of C<cmd>, with just a couple 258 Also, for both C<app> and C<test>, the command may be prefixed with 292 with all the lazy evaluations and all that. The reason for this is tha 778 sub with { subroutine [all...] |
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| Test.pm | 4 # this file except in compliance with the License. You can obtain a copy 25 pipe with cmdstr 45 "run sometest with output to foo.txt"); 59 With each test recipe, a parallel data directory with (almost) the same name 92 # is defined with a non-empty value. 95 # A set of hooks that is affected by with() and may be used in diverse places. 246 Both of these are specific applications of C<cmd>, with just a couple 257 Also, for both C<app> and C<test>, the command may be prefixed with 291 with all the lazy evaluations and all that. The reason for this is tha 752 sub with { subroutine [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-visium.c | 18 along with this program; if not, write to the Free Software 775 const char *with = "with"; local 800 new_opt_with = new_flags & EF_VISIUM_ARCH_GR6 ? with : without; 801 old_opt_with = old_flags & EF_VISIUM_ARCH_GR6 ? with : without; 806 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM ? with : without; 807 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM ? with : without; 812 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM24 ? with : without; 813 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM24 ? with : without; 819 (_("%pB: compiled %s -mtune=%s and linked with modules [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-visium.c | 18 along with this program; if not, write to the Free Software 783 const char *with = "with"; local 805 new_opt_with = new_flags & EF_VISIUM_ARCH_GR6 ? with : without; 806 old_opt_with = old_flags & EF_VISIUM_ARCH_GR6 ? with : without; 811 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM ? with : without; 812 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM ? with : without; 817 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM24 ? with : without; 818 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM24 ? with : without; 824 (_("%pB: compiled %s -mtune=%s and linked with modules [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-visium.c | 18 along with this program; if not, write to the Free Software 783 const char *with = "with"; local 805 new_opt_with = new_flags & EF_VISIUM_ARCH_GR6 ? with : without; 806 old_opt_with = old_flags & EF_VISIUM_ARCH_GR6 ? with : without; 811 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM ? with : without; 812 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM ? with : without; 817 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM24 ? with : without; 818 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM24 ? with : without; 824 (_("%pB: compiled %s -mtune=%s and linked with modules [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-visium.c | 18 along with this program; if not, write to the Free Software 775 const char *with = "with"; local 797 new_opt_with = new_flags & EF_VISIUM_ARCH_GR6 ? with : without; 798 old_opt_with = old_flags & EF_VISIUM_ARCH_GR6 ? with : without; 803 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM ? with : without; 804 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM ? with : without; 809 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM24 ? with : without; 810 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM24 ? with : without; 816 (_("%pB: compiled %s -mtune=%s and linked with modules [all...] |
| /src/external/public-domain/sqlite/dist/autosetup/ |
| cc.tcl | 8 # 'cc-check-types', 'cc-check-functions', 'cc-with' and 'make-config-header' 69 # Defines a variable with the size determined, or 'unknown' otherwise. 113 set with {} 119 lappend with $i 123 if {[llength $with]} { 124 cc-with [list -includes $with] { 136 # made for each '$required' file, and if found, it is included with '#include'. 213 # with '$extralibs' as '-lotherlib1 -lotherlib2'. 221 cc-with [list -libs $otherlibs] [all...] |
| /src/external/gpl2/groff/dist/src/preproc/pic/ |
| object.h | 21 with groff; see the file COPYING. If not, write to the Free Software 183 path *with; member in struct:object_spec
|
| /src/external/gpl2/gettext/dist/gettext-tools/misc/ |
| po-mode.el | 23 ;; along with GNU Emacs; see the file COPYING. If not, write to the 72 ;; Experiment with Emacs LISP message internationalisation. 100 (defcustom po-auto-edit-with-msgid nil 167 "*The face used for PO mode highlighting. For Emacses with overlays. 403 ;; Handle missing 'with-temp-buffer' function. 405 (if (fboundp 'with-temp-buffer) 406 (fset 'po-with-temp-buffer (symbol-function 'with-temp-buffer)) 408 (defmacro po-with-temp-buffer (&rest forms) 430 (po-with-temp-buffe [all...] |
| /src/external/bsd/ipf/dist/tools/ |
| ipf_y.y | 314 with keep head group 797 with: | andwith withlist label 825 yyerror("flags with non-ipf type rule"); 827 yyerror("flags with non-TCP rule"); 1466 yyerror("only available with IPv6"); 1857 { "with", IPFY_WITH }, 2523 * protocol should be for rules with port comparisons in them.
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-ada-spec.cc | 19 along with GCC; see the file COPYING3. If not see 865 struct with { char *s; const char *in_file; bool limited; }; struct 866 static struct with *withs = NULL; 870 /* Record a "with" clause on package S (a limited with if LIMITED_ACCESS is 879 withs = XNEWVEC (struct with, withs_max); 884 withs = XRESIZEVEC (struct with, withs, withs_max); 901 /* Reset "with" clauses. */ 919 /* Dump "with" clauses in F. */ 926 fprintf (f, "with Interfaces.C; use Interfaces.C;\n") [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-ada-spec.cc | 19 along with GCC; see the file COPYING3. If not see 865 struct with { char *s; const char *in_file; bool limited; }; struct 866 static struct with *withs = NULL; 870 /* Record a "with" clause on package S (a limited with if LIMITED_ACCESS is 879 withs = XNEWVEC (struct with, withs_max); 884 withs = XRESIZEVEC (struct with, withs, withs_max); 901 /* Reset "with" clauses. */ 919 /* Dump "with" clauses in F. */ 926 fprintf (f, "with Interfaces.C; use Interfaces.C;\n") [all...] |
| /src/lib/libedit/ |
| readline.c | 10 * Redistribution and use in source and binary forms, with or without 17 * documentation and/or other materials provided with the distribution. 521 * substitute ``what'' with ``with'', returning resulting string; if 526 _rl_compat_sub(const char *str, const char *what, const char *with, 534 with_len = strlen(with); 554 memcpy(r, with, with_len); 755 char *with = el_realloc(*top, size * sizeof(*with)); local 757 if (with == NULL [all...] |
| /src/external/gpl3/binutils/dist/include/ |
| bfdlink.h | 18 along with this program; if not, write to the Free Software 51 /* Whether to generate ELF common symbols with the STT_COMMON type 240 /* If H is a wrapped symbol, ie. the symbol name starts with "__wrap_" 304 flag_type with; 393 /* Whether to generate ELF common symbols with the STT_COMMON type. */ 400 /* What to do with unresolved symbols in an object file. 403 assumption with shared libraries is that the reference will be 407 /* What to do with unresolved symbols in a shared library. 445 /* What to do with DT_TEXTREL in output. */ 485 similar to relocatable but also with globals converted t 302 flag_type with; member in struct:flag_info_list [all...] |
| /src/external/gpl3/binutils.old/dist/include/ |
| bfdlink.h | 18 along with this program; if not, write to the Free Software 51 /* Whether to generate ELF common symbols with the STT_COMMON type 236 /* If H is a wrapped symbol, ie. the symbol name starts with "__wrap_" 300 flag_type with; 389 /* Whether to generate ELF common symbols with the STT_COMMON type. */ 396 /* What to do with unresolved symbols in an object file. 399 assumption with shared libraries is that the reference will be 403 /* What to do with unresolved symbols in a shared library. 441 /* What to do with DT_TEXTREL in output. */ 477 similar to relocatable but also with globals converted t 298 flag_type with; member in struct:flag_info_list [all...] |
| /src/external/gpl3/gdb.old/dist/include/ |
| bfdlink.h | 18 along with this program; if not, write to the Free Software 51 /* Whether to generate ELF common symbols with the STT_COMMON type 236 /* If H is a wrapped symbol, ie. the symbol name starts with "__wrap_" 300 flag_type with; 389 /* Whether to generate ELF common symbols with the STT_COMMON type. */ 396 /* What to do with unresolved symbols in an object file. 399 assumption with shared libraries is that the reference will be 403 /* What to do with unresolved symbols in a shared library. 438 /* What to do with DT_TEXTREL in output. */ 474 similar to relocatable but also with globals converted t 298 flag_type with; member in struct:flag_info_list [all...] |
| /src/external/gpl3/gdb/dist/include/ |
| bfdlink.h | 18 along with this program; if not, write to the Free Software 51 /* Whether to generate ELF common symbols with the STT_COMMON type 236 /* If H is a wrapped symbol, ie. the symbol name starts with "__wrap_" 300 flag_type with; 389 /* Whether to generate ELF common symbols with the STT_COMMON type. */ 396 /* What to do with unresolved symbols in an object file. 399 assumption with shared libraries is that the reference will be 403 /* What to do with unresolved symbols in a shared library. 441 /* What to do with DT_TEXTREL in output. */ 477 similar to relocatable but also with globals converted t 298 flag_type with; member in struct:flag_info_list [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| genmatch.cc | 21 along with GCC; see the file COPYING3. If not see 714 /* Helper for easy comparing ID with tree code CODE. */ 753 /* Try in caps with _EXPR appended. */ 872 with any children simplified down to simple operands. */ 883 the code to be generated for 'if' and 'with' expressions. */ 948 /* with expression. */ 954 : operand (OP_WITH, loc), with (NULL), subexpr (NULL) {} 955 c_expr *with; member in class:with_expr 1030 /* For a (simplify ...) an expression with ifs and withs with the expressio [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genmatch.cc | 21 along with GCC; see the file COPYING3. If not see 564 /* Helper for easy comparing ID with tree code CODE. */ 603 /* Try in caps with _EXPR appended. */ 722 with any children simplified down to simple operands. */ 733 the code to be generated for 'if' and 'with' expressions. */ 798 /* with expression. */ 804 : operand (OP_WITH, loc), with (NULL), subexpr (NULL) {} 805 c_expr *with; member in class:with_expr 880 /* For a (simplify ...) an expression with ifs and withs with the expressio [all...] |