HomeSort by: relevance | last modified time | path
    Searched defs:pretty (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/
printing.scm 1 ;; Additional pretty-printer support.
22 (pretty-printer? objfile? progspace?
23 pretty-printers set-pretty-printers!
24 objfile-pretty-printers set-objfile-pretty-printers!
25 progspace-pretty-printers set-progspace-pretty-printers!))
28 (define-public (prepend-pretty-printer! obj matcher)
29 "Add MATCHER to the beginning of the pretty-printer list for OBJ
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/lib/gdb/
printing.scm 1 ;; Additional pretty-printer support.
22 (pretty-printer? objfile? progspace?
23 pretty-printers set-pretty-printers!
24 objfile-pretty-printers set-objfile-pretty-printers!
25 progspace-pretty-printers set-progspace-pretty-printers!))
28 (define-public (prepend-pretty-printer! obj matcher)
29 "Add MATCHER to the beginning of the pretty-printer list for OBJ
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-section-script.scm 21 (make-pretty-printer-worker
36 (define (make-pretty-printer-dict)
42 (define *pretty-printer*
43 (make-pretty-printer
44 "pretty-printer-test"
45 (let ((pretty-printers-dict (make-pretty-printer-dict)))
47 "Look-up and return a pretty-printer that can print val."
51 (let ((printer-maker (hash-ref pretty-printers-dict typename)))
55 (append-pretty-printer! #f *pretty-printer*
    [all...]
scm-frame-args.scm 19 (make-pretty-printer-worker
27 (make-pretty-printer-worker
48 (define (make-pretty-printer-dict)
56 (define *pretty-printer*
57 (make-pretty-printer
58 "pretty-printer-test"
59 (let ((pretty-printers-dict (make-pretty-printer-dict)))
61 "Look-up and return a pretty-printer that can print val."
65 (let ((printer-maker (hash-ref pretty-printers-dict typename))
    [all...]
scm-pretty-print.scm 17 ;; It tests Scheme pretty printers.
54 (make-pretty-printer-worker
70 (make-pretty-printer-worker
84 (make-pretty-printer-worker
101 (make-pretty-printer-worker
107 ;; The actual pretty-printer for pp_s is split out so that we can pass
119 (make-pretty-printer-worker
126 (make-pretty-printer-worker
135 (make-pretty-printer-worker
144 (make-pretty-printer-worke
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-section-script.scm 21 (make-pretty-printer-worker
36 (define (make-pretty-printer-dict)
42 (define *pretty-printer*
43 (make-pretty-printer
44 "pretty-printer-test"
45 (let ((pretty-printers-dict (make-pretty-printer-dict)))
47 "Look-up and return a pretty-printer that can print val."
51 (let ((printer-maker (hash-ref pretty-printers-dict typename)))
55 (append-pretty-printer! #f *pretty-printer*
    [all...]
scm-frame-args.scm 19 (make-pretty-printer-worker
27 (make-pretty-printer-worker
48 (define (make-pretty-printer-dict)
56 (define *pretty-printer*
57 (make-pretty-printer
58 "pretty-printer-test"
59 (let ((pretty-printers-dict (make-pretty-printer-dict)))
61 "Look-up and return a pretty-printer that can print val."
65 (let ((printer-maker (hash-ref pretty-printers-dict typename))
    [all...]
scm-pretty-print.scm 17 ;; It tests Scheme pretty printers.
54 (make-pretty-printer-worker
70 (make-pretty-printer-worker
84 (make-pretty-printer-worker
101 (make-pretty-printer-worker
107 ;; The actual pretty-printer for pp_s is split out so that we can pass
119 (make-pretty-printer-worker
126 (make-pretty-printer-worker
135 (make-pretty-printer-worker
144 (make-pretty-printer-worke
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
map.c 165 struct berval pretty = {0,NULL}, *dn = odn; local
188 * Pretty it so we can parse reliably.
190 dnPretty( NULL, dn, &pretty, dc->op->o_tmpmemctx );
191 if (pretty.bv_val) dn = &pretty;
199 if (pretty.bv_val)
200 dc->op->o_tmpfree( pretty.bv_val, dc->op->o_tmpmemctx );
227 if (pretty.bv_val)
228 dc->op->o_tmpfree( pretty.bv_val, dc->op->o_tmpmemctx );
meta_result.c 236 slap_syntax_transform_func *pretty; local
304 pretty = attr->a_desc->ad_type->sat_syntax->ssyn_pretty;
306 if ( !validate && !pretty ) {
340 if ( pretty ) {
361 if ( pretty ) {
  /src/external/gpl3/gdb.old/dist/gdbsupport/
osabi.cc 26 /* The "pretty" name. */
28 const char *pretty; member in struct:osabi_names
61 return gdb_osabi_names[osabi].pretty;
63 return gdb_osabi_names[GDB_OSABI_INVALID].pretty;
74 if (strcmp (name, gdb_osabi_names[i].pretty) == 0)
  /src/external/gpl3/gdb/dist/gdbsupport/
osabi.cc 26 /* The "pretty" name. */
28 const char *pretty; member in struct:osabi_names
61 return gdb_osabi_names[osabi].pretty;
63 return gdb_osabi_names[GDB_OSABI_INVALID].pretty;
74 if (strcmp (name, gdb_osabi_names[i].pretty) == 0)
  /src/external/lgpl3/mpc/dist/src/
get_x.c 64 char *pretty; local
66 pretty = mpc_alloc_str (3);
68 pretty[0] = mpfr_signbit (zero) ? '-' : '+';
69 pretty[1] = '0';
70 pretty[2] = '\0';
72 return pretty;
79 char *pretty; local
90 pretty = mpc_alloc_str (sz);
91 strcpy (pretty, str);
93 return pretty;
191 char *pretty; local
    [all...]
  /src/usr.bin/id/
id.c 56 static void pretty(struct passwd *);
162 pretty(pw);
177 pretty(struct passwd *pw) function
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
dsl.py 260 def pretty(self, config, litParams): member in class:ConfigAction
289 def pretty(self, config, litParams): member in class:AddFeature
308 def pretty(self, config, litParams): member in class:AddFlag
328 def pretty(self, config, litParams): member in class:AddFlagIfSupported
347 def pretty(self, config, litParams): member in class:AddCompileFlag
366 def pretty(self, config, litParams): member in class:AddLinkFlag
385 def pretty(self, config, litParams): member in class:PrependLinkFlag
406 def pretty(self, config, litParams): member in class:AddOptionalWarningFlag
426 def pretty(self, config, litParams): member in class:AddSubstitution
490 def pretty(self, config) member in class:Feature
623 def pretty(self, config, litParams): member in class:Parameter
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
llvm-pdbutil.h 53 namespace pretty { namespace in namespace:opts
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
search.c 731 slap_syntax_transform_func *pretty; local
786 pretty = attr->a_desc->ad_type->sat_syntax->ssyn_pretty;
788 if ( !validate && !pretty ) {
799 * and pretty if appropriate
805 if ( pretty ) {
837 if ( rc == LDAP_SUCCESS && pretty ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
entry-id.c 529 slap_syntax_transform_func *pretty = NULL; local
543 pretty = at->bam_true_ad->ad_type->sat_syntax->ssyn_pretty;
545 if ( validate == NULL && pretty == NULL ) {
776 if ( pretty ) {
779 retval = pretty( at->bam_true_ad->ad_type->sat_syntax,
795 pretty ? "prettify" : "validate",
830 if ( pretty ) {
850 if ( pretty ) {
  /src/external/bsd/openldap/dist/servers/slapd/
slapmodify.c 313 int pretty = 0; local
337 pretty = 1;
378 if ( pretty ) {
389 progname, e->e_dn, pretty ? "prettify" : "validate",
398 if ( !pretty ) {
modify.c 561 slap_syntax_transform_func *pretty = local
564 if( !pretty && !validate ) {
576 * and pretty if appropriate
581 if ( pretty ) {
597 if( pretty ) {
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-prettyprint.c 1 /* Python pretty-printing
93 Look for a pretty-printer to print VALUE in all objfiles.
95 The result is Py_None, suitably inc-ref'd, if no pretty-printer was found.
96 Otherwise the result is the pretty-printer function, suitably inc-ref'd. */
126 Look for a pretty-printer to print VALUE in the current program space.
128 The result is Py_None, suitably inc-ref'd, if no pretty-printer was found.
129 Otherwise the result is the pretty-printer function, suitably inc-ref'd. */
143 Look for a pretty-printer to print VALUE in the gdb module.
145 The result is Py_None, suitably inc-ref'd, if no pretty-printer was found.
146 Otherwise the result is the pretty-printer function, suitably inc-ref'd. *
364 int is_map, is_array, done_flag, pretty; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/
py-prettyprint.c 1 /* Python pretty-printing
93 Look for a pretty-printer to print VALUE in all objfiles.
95 The result is Py_None, suitably inc-ref'd, if no pretty-printer was found.
96 Otherwise the result is the pretty-printer function, suitably inc-ref'd. */
126 Look for a pretty-printer to print VALUE in the current program space.
128 The result is Py_None, suitably inc-ref'd, if no pretty-printer was found.
129 Otherwise the result is the pretty-printer function, suitably inc-ref'd. */
143 Look for a pretty-printer to print VALUE in the gdb module.
145 The result is Py_None, suitably inc-ref'd, if no pretty-printer was found.
146 Otherwise the result is the pretty-printer function, suitably inc-ref'd. *
364 int is_map, is_array, done_flag, pretty; local
    [all...]
  /src/usr.bin/getent/
getent.c 570 handleone(const char * const *db_array, char *b, int recurse, int pretty,
575 if (level && pretty)
577 if (pretty)
590 handleone(db_array, b, recurse, pretty, ++level);
602 int expand = 1, recurse = 0, pretty = 0; local
619 pretty = 1;
632 handleone(db_array, b, recurse, pretty, 0);
639 handleone(db_array, b, recurse, pretty, 0);
  /src/external/bsd/mdocml/dist/
mdoc_html.c 1131 int sz, pretty; local
1133 pretty = NODE_SYNPRETTY & n->flags;
1183 if (pretty) {
mdoc_term.c 667 * First calculate width and offset. This is pretty easy unless
1340 int pretty; local
1343 pretty = n->flags & NODE_SYNPRETTY;
1347 if (pretty) {
1358 if (pretty) {
1373 if (pretty)
1387 if (pretty) {

Completed in 133 milliseconds

1 2