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

  /src/bin/ksh/
c_ksh.c 567 int thing = 0, func = 0, localv = 0; local
658 thing = '+';
662 thing = '-';
678 thing = wp[builtin_opt.optind][0];
751 if (thing == '-')
795 if (thing == 0 && flag == 0) {
832 if (thing == '-' && (vp->flag&ISSET)) {
  /src/external/gpl3/binutils/dist/binutils/
objdump.c 4843 const char **thing;
4858 for (i = 0, thing = things; *thing[0]; thing++, i++)
4863 printf ("\n %s:\n", *thing);
4873 non_fatal (_("Iteration failed: %s, %s"), *thing,
5742 bfd_find_nearest_line will not do the right thing. */
4834 const char **thing; local
readelf.c 17514 const char **thing;
17529 for (i = 0, thing = things; *thing[0]; thing++, i++)
17534 printf ("\n %s:\n", *thing);
17544 error (_("Iteration failed: %s, %s\n"), *thing,
17511 const char **thing; local
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 4855 const char **thing;
4870 for (i = 0, thing = things; *thing[0]; thing++, i++)
4875 printf ("\n %s:\n", *thing);
4885 non_fatal (_("Iteration failed: %s, %s"), *thing,
5753 bfd_find_nearest_line will not do the right thing. */
4846 const char **thing; local
readelf.c 16969 const char **thing;
16984 for (i = 0, thing = things; *thing[0]; thing++, i++)
16989 printf ("\n %s:\n", *thing);
16999 error (_("Iteration failed: %s, %s\n"), *thing,
16966 const char **thing; local

Completed in 63 milliseconds