| /src/usr.bin/make/unit-tests/ |
| make-exported.mk | 8 -literal= make-exported-value-literal 17 # Before 2020-10-03, if the value of .MAKE.EXPORTED started with "-literal", 18 # make behaved like a mixture of .export-literal and a regular .export. 20 # Since 2020-10-03, the "variable" named "-literal" is not exported anymore, 22 .MAKE.EXPORTED= -literal UT_VAR
|
| /src/external/bsd/less/dist/lesstest/ |
| display.c | 43 int literal = 0; local 49 if (!literal) { 52 literal = 1; 72 literal = 0; 96 int literal = 0; local 99 if (!literal) { 102 literal = 1; 114 literal = 0;
|
| /src/external/bsd/tmux/dist/ |
| cmd-send-keys.c | 113 int literal; local 123 literal = args_has(args, 'l'); 124 if (!literal) { 132 literal = 1; 134 if (literal) {
|
| /src/usr.sbin/lpr/filters/ |
| lpf.c | 67 static int literal; /* print control characters */ variable 104 literal++; 177 if (col >= width || (!literal && ch < ' ')) {
|
| /src/external/gpl3/gcc/dist/gcc/ |
| json.h | 48 class literal; 69 /* class json::literal uses these three values to identify the 70 particular literal. */ 109 /* Set to literal true/false. */ 193 class literal : public value class in namespace:json 196 literal (enum kind kind) : m_kind (kind) {} function in class:json::literal 198 /* Construct literal for a boolean value. */ 199 literal (bool value): m_kind (value ? JSON_TRUE : JSON_FALSE) {} function in class:json::literal
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| json.h | 45 class literal; 66 /* class json::literal uses these three values to identify the 67 particular literal. */ 174 class literal : public value class in namespace:json 177 literal (enum kind kind) : m_kind (kind) {} function in class:json::literal 179 /* Construct literal for a boolean value. */ 180 literal (bool value): m_kind (value ? JSON_TRUE : JSON_FALSE) {} function in class:json::literal
|
| /src/external/gpl3/binutils/dist/gprof/ |
| vax.c | 49 literal, indexed, reg, regdef, autodec, autoinc, autoincdef, enumerator in enum:opermodes 90 return literal; 126 case literal: 127 return "literal"; 179 case literal: 275 case literal:
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| xtensa-dis.c | 230 unsigned literal = bfd_get_bits (litbuf, 32, local 234 (*info->print_address_func) (literal, info); 304 literal pools. */
|
| /src/external/gpl3/binutils.old/dist/gprof/ |
| vax.c | 49 literal, indexed, reg, regdef, autodec, autoinc, autoincdef, enumerator in enum:opermodes 90 return literal; 126 case literal: 127 return "literal"; 179 case literal: 275 case literal:
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| xtensa-dis.c | 230 unsigned literal = bfd_get_bits (litbuf, 32, local 234 (*info->print_address_func) (literal, info); 304 literal pools. */
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| expr.h | 44 /* The piece is a literal. */ 73 /* The piece's literal value, for DWARF_VALUE_STACK pieces. */ 83 } literal; member in union:dwarf_expr_piece::__anon17827 161 /* For DWARF_VALUE_LITERAL, the current literal value's length and
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| xtensa-dis.c | 230 unsigned literal = bfd_get_bits (litbuf, 32, local 234 (*info->print_address_func) (literal, info); 304 literal pools. */
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| expr.h | 44 /* The piece is a literal. */ 73 /* The piece's literal value, for DWARF_VALUE_STACK pieces. */ 83 } literal; member in union:dwarf_expr_piece::__anon20566 161 /* For DWARF_VALUE_LITERAL, the current literal value's length and
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| xtensa-dis.c | 230 unsigned literal = bfd_get_bits (litbuf, 32, local 234 (*info->print_address_func) (literal, info); 304 literal pools. */
|
| /src/external/public-domain/xz/dist/src/liblzma/lzma/ |
| lzma_encoder.c | 20 // Literal // 46 literal(lzma_lzma1_encoder *coder, lzma_mf *mf, uint32_t position) function 48 // Locate the literal byte to be encoded and the subcoder. 51 probability *subcoder = literal_subcoder(coder->literal, 56 // Previous LZMA-symbol was a literal. Encode a normal 57 // literal without a match byte. 62 // of the current literal and the match byte. 240 // Literal i.e. eight-bit byte 244 literal(coder, mf, position); 281 // always be a literal [all...] |
| lzma_encoder_private.h | 96 /// byte as a literal. 108 probability literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member in struct:lzma_lzma1_encoder_s
|
| lzma_decoder.c | 176 probability literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member in struct:__anon24634 178 /// If 1, it's a match. Otherwise it's a single 8-bit literal. 279 /// Matched literal decoder: 0x100 or 0 to help avoiding branches. 283 /// If decoding a literal: match byte. 370 // It's a literal i.e. a single 8-bit byte. 372 probs = literal_subcoder(coder->literal, 378 // Decode literal without match byte. 395 // Decode literal with match byte. 465 // Use a lookup table to update to literal state, 870 // Initialize the literal decoder [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| template.h | 66 bool literal; // this template declaration is a literal member in class:TemplateDeclaration
|
| /src/external/gpl3/gdb/dist/gdb/ |
| command.h | 116 /* A structure describing an extra literal accepted and shown in place 120 /* The literal to define, e.g. "unlimited". */ 121 const char *literal; member in struct:literal_def 123 /* The number to substitute internally for LITERAL or VAL; 127 /* An optional number accepted that stands for the literal. */
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| command.h | 117 /* A structure describing an extra literal accepted and shown in place 121 /* The literal to define, e.g. "unlimited". */ 122 const char *literal; member in struct:literal_def 124 /* The number to substitute internally for LITERAL or VAL; 128 /* An optional number accepted that stands for the literal. */
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| dict_regexp.c | 148 char *literal; /* constant result, $$ -> $ */ member in struct:__anon23232 486 * Keep a copy of literal text (with $$ already replaced by $) if and 491 if (ctxt->literal) { 492 myfree(ctxt->literal); 493 ctxt->literal = 0; 509 if (ctxt->literal) 512 ctxt->literal = mystrdup(vstring_str(buf)); 597 prescan_context.literal = 0; 607 if (prescan_context.literal) \ 608 myfree(prescan_context.literal); \ [all...] |
| dict_pcre.c | 240 char *literal; /* constant result, $$ -> $ */ member in struct:__anon23224 660 * Keep a copy of literal text (with $$ already replaced by $) if and 665 if (ctxt->literal) { 666 myfree(ctxt->literal); 667 ctxt->literal = 0; 683 if (ctxt->literal) 686 ctxt->literal = mystrdup(vstring_str(buf)); 800 prescan_context.literal = 0; 806 if (prescan_context.literal) \ 807 myfree(prescan_context.literal); \ [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-lex.cc | 557 tree literal; 561 raw literal operator, we need to add a trailing NUL. */ 568 literal = build_userdef_literal (suffix_id, *value, overflow, 570 *value = literal; 663 tree literal; 668 literal = build_userdef_literal (get_identifier (suffix), 671 *value = literal; 689 tree literal, string; 693 literal = build_userdef_literal (get_identifier (suffix), 695 *value = literal; 555 tree literal; local 661 tree literal; local 687 tree literal, string; local [all...] |
| /src/external/gpl3/gdb/dist/sim/h8300/ |
| h8300-sim.h | 94 int literal; member in struct:__anon19484
|
| /src/external/gpl3/gdb.old/dist/sim/h8300/ |
| h8300-sim.h | 94 int literal; member in struct:__anon22223
|