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

  /src/external/gpl3/gdb/dist/gdb/
utils.c 1573 this->puts (n_spaces (indent));
1773 m_stream->puts (n_spaces (m_wrap_indent));
1998 n_spaces (int n)
2021 gdb_puts (n_spaces (n), stream);
1992 n_spaces (int n) function
utils.c 1573 this->puts (n_spaces (indent));
1773 m_stream->puts (n_spaces (m_wrap_indent));
1998 n_spaces (int n)
2021 gdb_puts (n_spaces (n), stream);
1992 n_spaces (int n) function
  /src/external/gpl3/gdb.old/dist/gdb/
utils.c 1520 this->puts (n_spaces (indent));
1720 m_stream->puts (n_spaces (m_wrap_indent));
1945 n_spaces (int n)
1968 gdb_puts (n_spaces (n), stream);
1939 n_spaces (int n) function
utils.c 1520 this->puts (n_spaces (indent));
1720 m_stream->puts (n_spaces (m_wrap_indent));
1945 n_spaces (int n)
1968 gdb_puts (n_spaces (n), stream);
1939 n_spaces (int n) function
  /src/external/gpl3/gcc/dist/gcc/
genautomata.cc 1155 int n_spaces;
1164 n_spaces = 0;
1174 n_spaces++;
1177 for (; n_spaces != 0; n_spaces--)
1178 obstack_1grow (&irp, p [-n_spaces]);
1151 int n_spaces; local
genautomata.cc 1155 int n_spaces;
1164 n_spaces = 0;
1174 n_spaces++;
1177 for (; n_spaces != 0; n_spaces--)
1178 obstack_1grow (&irp, p [-n_spaces]);
1151 int n_spaces; local
  /src/external/gpl3/gcc.old/dist/gcc/
genautomata.cc 1155 int n_spaces;
1164 n_spaces = 0;
1174 n_spaces++;
1177 for (; n_spaces != 0; n_spaces--)
1178 obstack_1grow (&irp, p [-n_spaces]);
1151 int n_spaces; local
genautomata.cc 1155 int n_spaces;
1164 n_spaces = 0;
1174 n_spaces++;
1177 for (; n_spaces != 0; n_spaces--)
1178 obstack_1grow (&irp, p [-n_spaces]);
1151 int n_spaces; local

Completed in 79 milliseconds