~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/core/help/pt_BR/debugging/where.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
2
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns4="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:id="where" xml:lang="pt">
3
 
  <refnamediv>
4
 
    <refname>where</refname>
5
 
    <refpurpose>retorna a �rvore de chamamento de instru��es
6
 
      corrente
7
 
    </refpurpose>
8
 
  </refnamediv>
9
 
  <refsynopsisdiv>
10
 
    <title> Seq��ncia de Chamamento </title>
11
 
    <synopsis>[linenum,mac]=where()</synopsis>
12
 
  </refsynopsisdiv>
13
 
  <refsection>
14
 
    <title>Par�metros</title>
15
 
    <variablelist>
16
 
      <varlistentry>
17
 
        <term>linenum</term>
18
 
        <listitem>
19
 
          <para>vetor coluna de inteiros </para>
20
 
        </listitem>
21
 
      </varlistentry>
22
 
      <varlistentry>
23
 
        <term>mac</term>
24
 
        <listitem>
25
 
          <para>vetor coluna de strings</para>
26
 
        </listitem>
27
 
      </varlistentry>
28
 
    </variablelist>
29
 
  </refsection>
30
 
  <refsection>
31
 
    <title>Descri��o</title>
32
 
    <para>
33
 
      Retorna <literal>linenum</literal> e <literal>mac</literal> tais que
34
 
      a instru��o corrente foi chamada pela linha <literal>linenum(1)</literal> da fun��o <literal>mac(1)</literal>,
35
 
      <literal>mac(1)</literal> foi chamada pela linha <literal>linenum(2)</literal> da fun��o <literal>mac(2)</literal>, e assim por
36
 
      diante.
37
 
    </para>
38
 
    <para>
39
 
      <literal>mac(i)</literal> �, em geral o nome de uma fun��o, mas tamb�m pode ser <literal>"exec"</literal>
40
 
      ou <literal>"execstr"</literal> se a instru��o reside em um arquivo execut�vel ou em uma
41
 
      instru��o execstr.
42
 
    </para>
43
 
  </refsection>
44
 
  <refsection>
45
 
    <title> Ver Tamb�m </title>
46
 
    <simplelist type="inline">
47
 
      <member>
48
 
        <link linkend="whereami">whereami</link>
49
 
      </member>
50
 
      <member>
51
 
        <link linkend="pause">pause</link>
52
 
      </member>
53
 
    </simplelist>
54
 
  </refsection>
 
3
    <refnamediv>
 
4
        <refname>where</refname>
 
5
        <refpurpose>retorna a �rvore de chamamento de instru��es
 
6
            corrente
 
7
        </refpurpose>
 
8
    </refnamediv>
 
9
    <refsynopsisdiv>
 
10
        <title> Seq��ncia de Chamamento </title>
 
11
        <synopsis>[linenum,mac]=where()</synopsis>
 
12
    </refsynopsisdiv>
 
13
    <refsection>
 
14
        <title>Par�metros</title>
 
15
        <variablelist>
 
16
            <varlistentry>
 
17
                <term>linenum</term>
 
18
                <listitem>
 
19
                    <para>vetor coluna de inteiros </para>
 
20
                </listitem>
 
21
            </varlistentry>
 
22
            <varlistentry>
 
23
                <term>mac</term>
 
24
                <listitem>
 
25
                    <para>vetor coluna de strings</para>
 
26
                </listitem>
 
27
            </varlistentry>
 
28
        </variablelist>
 
29
    </refsection>
 
30
    <refsection>
 
31
        <title>Descri��o</title>
 
32
        <para>
 
33
            Retorna <literal>linenum</literal> e <literal>mac</literal> tais que
 
34
            a instru��o corrente foi chamada pela linha <literal>linenum(1)</literal> da fun��o <literal>mac(1)</literal>,
 
35
            <literal>mac(1)</literal> foi chamada pela linha <literal>linenum(2)</literal> da fun��o <literal>mac(2)</literal>, e assim por
 
36
            diante.
 
37
        </para>
 
38
        <para>
 
39
            <literal>mac(i)</literal> �, em geral o nome de uma fun��o, mas tamb�m pode ser <literal>"exec"</literal>
 
40
            ou <literal>"execstr"</literal> se a instru��o reside em um arquivo execut�vel ou em uma
 
41
            instru��o execstr.
 
42
        </para>
 
43
    </refsection>
 
44
    <refsection>
 
45
        <title> Ver Tamb�m </title>
 
46
        <simplelist type="inline">
 
47
            <member>
 
48
                <link linkend="whereami">whereami</link>
 
49
            </member>
 
50
            <member>
 
51
                <link linkend="pause">pause</link>
 
52
            </member>
 
53
        </simplelist>
 
54
    </refsection>
55
55
</refentry>