root/doc_inner/gnu_global/Y/133.html

/* [<][>][^][v][top][bottom][index][help] */
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>lineno</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.5' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/2837.html#L13'>lineno</a>             13 src/assemble.c void printline(FILE *stream, const char *filename, int lineno, char *line);</span>
<span class='curline'><a href='../S/2837.html#L314'>lineno</a>            314 src/assemble.c void printline(FILE *stream, const char *filename, int lineno, char *line)</span>
<span class='curline'><a href='../S/2837.html#L316'>lineno</a>            316 src/assemble.c     fprintf(stream, "%s:%5d:%s", filename, lineno, line);</span>
<span class='curline'><a href='../S/2837.html#L725'>lineno</a>            725 src/assemble.c     int lineno = 1;</span>
<span class='curline'><a href='../S/2837.html#L734'>lineno</a>            734 src/assemble.c     for(line = malloc_chk(LINESIZE + 1, "assemble.line"); fgets(line, LINESIZE, fp); lineno++) {</span>
<span class='curline'><a href='../S/2837.html#L736'>lineno</a>            736 src/assemble.c             printline(stdout, file, lineno, line);</span>
<span class='curline'><a href='../S/2837.html#L744'>lineno</a>            744 src/assemble.c         printline(stderr, file, lineno, line);</span>
</pre>
</body>
</html>

/* [<][>][^][v][top][bottom][index][help] */