HomeSort by: relevance | last modified time | path
    Searched refs:instring (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dmacro.d 325 ubyte instring = 0;
344 if (!inexp && !instring && !incomment && parens == 1)
362 if (!inexp && !instring && !incomment)
366 if (!inexp && !instring && !incomment && --parens == 0)
375 if (c == instring)
376 instring = 0;
377 else if (!instring)
378 instring = c;
382 if (!inexp && !instring && !incomment)
398 if (!inexp && !instring && incomment && v + 2 < end && p[v + 1] == '-' && p[v + 2] == '>'
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_scanner.c 685 int instring; local
691 instring = FALSE;
768 instring = TRUE;
800 if (followedby == FOLLBY_TOKEN && !instring) {
  /src/external/gpl3/binutils/dist/gas/config/
tc-vax.c 1957 char *instring) /* Text of a vax instruction: we modify. */
1975 if (is_whitespace (*instring))
1976 ++instring;
1979 for (p = instring; *p && !is_whitespace (*p); p++)
1984 if (p - instring == 0)
1994 /* Here with instring pointing to what better be an op-name, and p
1996 We trust instring points to an op-name, with no whitespace. */
1997 vwP = str_hash_find (op_hash, instring);
2011 We let instring track the text, while p tracks a part of the
2022 instring = p; /* Point just past operation code. *
    [all...]
tc-m68k.c 1312 m68k_ip (char *instring)
1329 if (is_whitespace (*instring))
1330 instring++; /* Skip leading whitespace. */
1335 for (p = instring; *p != '\0'; p++)
1343 if (p == instring)
1362 opcode = str_hash_find (op_hash, instring);
1826 && startswith (instring, "jbsr")))
2007 && instring[3] != 'q'
2008 && instring[4] != 'q')
2026 && (startswith (instring, "add"
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-vax.c 1957 char *instring) /* Text of a vax instruction: we modify. */
1975 if (is_whitespace (*instring))
1976 ++instring;
1979 for (p = instring; *p && !is_whitespace (*p); p++)
1984 if (p - instring == 0)
1994 /* Here with instring pointing to what better be an op-name, and p
1996 We trust instring points to an op-name, with no whitespace. */
1997 vwP = str_hash_find (op_hash, instring);
2011 We let instring track the text, while p tracks a part of the
2022 instring = p; /* Point just past operation code. *
    [all...]
tc-m68k.c 1312 m68k_ip (char *instring)
1329 if (is_whitespace (*instring))
1330 instring++; /* Skip leading whitespace. */
1335 for (p = instring; *p != '\0'; p++)
1343 if (p == instring)
1362 opcode = str_hash_find (op_hash, instring);
1826 && startswith (instring, "jbsr")))
2007 && instring[3] != 'q'
2008 && instring[4] != 'q')
2026 && (startswith (instring, "add"
    [all...]
  /src/external/gpl2/gmake/dist/
job.c 2325 int instring, word_has_equals, seen_nonequals, last_argument_was_empty;
2419 instring = word_has_equals = seen_nonequals = last_argument_was_empty = 0;
2424 if (instring)
2428 if (*p == instring)
2430 instring = 0;
2442 if (instring == '"'
2467 else if (instring == '"' && strchr ("\\$`", *p) != 0 && unixy_shell)
2546 instring = *p;
2608 if (instring)
2315 int instring, word_has_equals, seen_nonequals, last_argument_was_empty; local
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
linetrace.c 134 static char * build_experiment_path (char *instring, size_t instring_sz, const char *lineage_str);
549 build_experiment_path (char * instring, size_t instring_sz, const char *lineage_str)
565 *instring = 0;
568 __collector_strlcpy (instring, linetrace_exp_dir_name, basedir_sz);
569 size_t slen = __collector_strlen (instring);
570 CALL_UTIL (snprintf)(instring + slen, instring_sz - slen, "/%s.er", lineage_str);
571 assert (__collector_strlen (instring) + 1 == basedir_sz + additional_sz);
572 return instring;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
linetrace.c 134 static char * build_experiment_path (char *instring, size_t instring_sz, const char *lineage_str);
549 build_experiment_path (char * instring, size_t instring_sz, const char *lineage_str)
565 *instring = 0;
568 __collector_strlcpy (instring, linetrace_exp_dir_name, basedir_sz);
569 size_t slen = __collector_strlen (instring);
570 CALL_UTIL (snprintf)(instring + slen, instring_sz - slen, "/%s.er", lineage_str);
571 assert (__collector_strlen (instring) + 1 == basedir_sz + additional_sz);
572 return instring;
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
symtabs.c 639 instring(sp);
658 instring(sp);
pass1.h 350 void instring(struct symtab *);
pftn.c 1267 instring(struct symtab *sp) function
1321 cerror("instring %ld", t);
  /src/external/bsd/pcc/dist/pcc/arch/pdp11/
local.c 216 instring(struct symtab *sp) function
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pass1.h 320 void instring(struct symtab *);
pftn.c 1286 instring(sp);
1323 instring(struct symtab *sp) function
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
filename.d 483 bool instring = false;
493 instring ^= false; // toggle inside/outside of string
535 if (!instring) // if not in string
  /src/external/gpl3/binutils/dist/gprofng/common/
hwctable.c 2470 hwc_lookup (int forKernel, hrtime_t global_min_time_nsec, const char *instring,
2503 instring ? instring : "NULL");
2508 if (!instring)
2540 ss = instr_copy = strdup (instring);
  /src/external/gpl3/binutils.old/dist/gprofng/common/
hwctable.c 2470 hwc_lookup (int forKernel, hrtime_t global_min_time_nsec, const char *instring,
2503 instring ? instring : "NULL");
2508 if (!instring)
2540 ss = instr_copy = strdup (instring);
  /src/external/bsd/pcc/dist/pcc/arch/powerpc/
local.c 804 instring(struct symtab *sp)
  /src/external/gpl3/gcc/dist/gcc/fortran/
match.cc 255 gfc_instring instring; local
260 instring = NONSTRING;
267 c = gfc_next_char_literal (instring);
273 instring = INSTRING_WARN;
279 instring = NONSTRING;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
match.cc 255 gfc_instring instring; local
260 instring = NONSTRING;
267 c = gfc_next_char_literal (instring);
273 instring = INSTRING_WARN;
279 instring = NONSTRING;
  /src/external/gpl3/gdb.old/dist/gdb/
breakpoint.c 14419 const char *instring = arg == NULL ? NULL : *arg;
14433 if (instring && *instring)
14435 instring);
14405 const char *instring = arg == NULL ? NULL : *arg; local
  /src/external/gpl3/gdb/dist/gdb/
breakpoint.c 14447 const char *instring = arg == NULL ? NULL : *arg;
14461 if (instring && *instring)
14463 instring);
14433 const char *instring = arg == NULL ? NULL : *arg; local

Completed in 73 milliseconds