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

  /src/external/gpl2/texinfo/dist/makeinfo/
insertion.h 36 rawxml, smalldisplay, smallexample, smallformat, smalllisp, verbatim, enumerator in enum:insertion_type
  /src/external/mit/libuv/dist/test/
test-spawn.c 1172 char* verbatim[] = { local
1212 result = make_program_args(verbatim, 1, &verbatim_output);
1214 result = make_program_args(verbatim, 0, &non_verbatim_output);
  /src/external/gpl3/binutils/dist/gas/config/
tc-nds32.c 82 ".flag verbatim" at beginning of the content. We have
84 static int verbatim = 0; variable
2572 If the flag 'verbatim' is nozero and this opcode
4370 const char *possible_flags[] = { "verbatim" };
4387 /* flag: verbatim */
4388 verbatim = 1;
4425 /* flag: verbatim */
6306 if (verbatim
6314 as_bad (_("Not support instruction %s in verbatim."), str);
6372 /* Note that we need to check 'verbatim' an
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-nds32.c 82 ".flag verbatim" at beginning of the content. We have
84 static int verbatim = 0; variable
2572 If the flag 'verbatim' is nozero and this opcode
4367 const char *possible_flags[] = { "verbatim" };
4383 /* flag: verbatim */
4384 verbatim = 1;
4420 /* flag: verbatim */
6301 if (verbatim
6309 as_bad (_("Not support instruction %s in verbatim."), str);
6367 /* Note that we need to check 'verbatim' an
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 1399 of any encoding we use, so we can copy them over verbatim. */
5693 verbatim match. Otherwise, if the name happens to not look like
5698 std::string verbatim = add_angle_brackets (name);
5699 return ada_lookup_symbol (verbatim.c_str (), block, domain);
6091 that iff we are doing a verbatim match, the decoded version
6101 /* When doing non-verbatim match, another check that needs to
13248 /* symbol_name_matcher_ftype for exact (verbatim) matches. */
13637 them in '<' '>' to request a verbatim match.
5688 std::string verbatim = add_angle_brackets (name); local
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 1396 of any encoding we use, so we can copy them over verbatim. */
5726 verbatim match. Otherwise, if the name happens to not look like
5731 std::string verbatim = add_angle_brackets (name);
5734 *info = ada_lookup_symbol (verbatim.c_str (), block, domain);
6126 that iff we are doing a verbatim match, the decoded version
6136 /* When doing non-verbatim match, another check that needs to
13262 /* symbol_name_matcher_ftype for exact (verbatim) matches. */
13651 them in '<' '>' to request a verbatim match.
5721 std::string verbatim = add_angle_brackets (name); local

Completed in 53 milliseconds