line              500 gozilla/gozilla.c makefileurl(const char *path, int line, STRBUF *url)
line              514 gozilla/gozilla.c 	if (line) {
line              516 gozilla/gozilla.c 		strbuf_putn(url, line);
line              266 gtags-cscope/gtags-cscope.c 	char *line;
line              269 gtags-cscope/gtags-cscope.c 	while ((line = get_line()) != NULL) {
line              270 gtags-cscope/gtags-cscope.c 		switch (com = *line++) {	
line              297 gtags-cscope/gtags-cscope.c 			search(com, line);
line               81 gtags-parser/asm_parse.y 	| input line
line               84 gtags-parser/asm_parse.y line:	ASM_ENTRY '(' ASM_SYMBOL ')' error '\n'
line               44 gtags-parser/gctags.h #define PUT(tag, lno, line) do {					\
line               45 gtags-parser/gctags.h 	DBG_PRINT(level, line);						\
line               47 gtags-parser/gctags.h 		printf("%-16s %4d %-16s %s\n",tag, lno, curfile, line);	\
line              256 htags-refkit/htags_path2url.c htags_path2url(const char *path, int line, char *url, int size)
line              267 htags-refkit/htags_path2url.c 	if (line > 0)
line              268 htags-refkit/htags_path2url.c 		snprintf(url, size, "%s#L%d", result->path, line);
line              288 htags-refkit/htags_path2url.c 	int line = 0;
line              298 htags-refkit/htags_path2url.c 		line = atoi(argv[3]);
line              313 htags-refkit/htags_path2url.c 	ret = htags_path2url(path, line, url, sizeof(url));
line              323 htags-refkit/htags_path2url.c 	fprintf(stdout, "%s, line %d => %s\n", path, line, url);
line               76 htags/cache.c  cache_put(int db, const char *tag, const char *line)
line               80 htags/cache.c  	assoc_put(assoc[db], tag, line);
line              104 htags/defineindex.c 		const char *tag, *line;
line              193 htags/defineindex.c 		line = cache_get(GTAGS, tag);
line              196 htags/defineindex.c 		if (line == NULL)
line              198 htags/defineindex.c 		if (*line == ' ') {
line              202 htags/defineindex.c 			if (split((char *)line + 1, 2, &ptable) < 2) {
line              204 htags/defineindex.c 				die("too small number of parts in makedefineindex().\n'%s'", line);
line              229 htags/defineindex.c 			if (split((char *)line, 2, &ptable) < 2) {
line              231 htags/defineindex.c 				die("too small number of parts in makedefineindex().\n'%s'", line);
line              861 htags/fileindex.c 				const char *line = strbuf_value(inc->ref_contents);
line              864 htags/fileindex.c 				for (; count; line += strlen(line) + 1, count--)
line              865 htags/fileindex.c 					fputs_nl(gen_list_body(upperdir(SRCS), line), INCLUDE);
line              338 htags/src2html.c  *	i)	lineno	current line no
line              347 htags/src2html.c 		db = GTAGS;
line              348 htags/src2html.c 	else if (type == 'Y')
line              360 htags/src2html.c 		strbuf_puts(outbuf, name);
line              362 htags/src2html.c 		/*
line              363 htags/src2html.c 		 * About cache record format, please see the comment in cache.c.
line              404 htags/src2html.c 			 */
line              405 htags/src2html.c 			if (db == GSYMS) {
line               37 libutil/pathconvert.h void convert_put(CONVERT *cv, const char *line);
line               91 libutil/split.c split(char *line, int npart, SPLIT *list)
line               93 libutil/split.c 	char *s = line;