line              921 global/global.c 	char *line, *p;
line              947 global/global.c 	while ((line = strbuf_fgets(sb, ip, STRBUF_NOCRLF)) != NULL) {
line              948 global/global.c 		for (p = line; *p && *p != ' '; p++)
line              951 global/global.c 			warning("Illegal line: %s", line);
line              955 global/global.c 		puts(line);
line              516 gozilla/gozilla.c makefileurl(const char *path, int line, STRBUF *url)
line              530 gozilla/gozilla.c 	if (line) {
line              532 gozilla/gozilla.c 		strbuf_putn(url, line);
line              665 gtags-cscope/display.c seekline(unsigned int line) 
line              678 gtags-cscope/display.c 	while (nextline < line && (c = getc(refsfound)) != EOF) {
line              332 gtags-cscope/global-cscope.h void	seekline(unsigned int line);
line               50 gtags-cscope/logdir.c static char line[OURBUFSIZ+1];
line               79 gtags-cscope/logdir.c 		i = read(pwf, line, OURBUFSIZ);
line               81 gtags-cscope/logdir.c 			if (line[j] == '\n')
line               86 gtags-cscope/logdir.c 		line[++j] = 0;			/* terminate the line */
line               88 gtags-cscope/logdir.c 		p = nextfield(line);		/* get the logname */
line               89 gtags-cscope/logdir.c 	} while (*name != *line ||	/* fast pretest */
line               90 gtags-cscope/logdir.c 	    strcmp(name, line) != 0);
line              266 htags-refkit/htags_path2url.c htags_path2url(const char *path, int line, char *url, int size)
line              277 htags-refkit/htags_path2url.c 	if (line > 0)
line              278 htags-refkit/htags_path2url.c 		snprintf(url, size, "%s#L%d", result->path, line);
line              302 htags-refkit/htags_path2url.c 	int line = 0;
line              312 htags-refkit/htags_path2url.c 		line = atoi(argv[3]);
line              327 htags-refkit/htags_path2url.c 	ret = htags_path2url(path, line, url, sizeof(url));
line              337 htags-refkit/htags_path2url.c 	fprintf(stdout, "%s, line %d => %s\n", path, line, url);
line               85 htags/cache.c  cache_put(int db, const char *tag, const char *line, int len)
line               89 htags/cache.c  	assoc_put_withlen(assoc[db], tag, line, len);
line               48 htags/cflowindex.c 	int line = 0;
line               50 htags/cflowindex.c #define ERROR	do { warning("%s\n%s:%d %s.", m0, cflow_file, line, m1); status = -1; goto finish; } while(0)
line               97 htags/cflowindex.c 		line++;
line              106 htags/defineindex.c 		const char *tag, *line;
line              195 htags/defineindex.c 		line = cache_get(GTAGS, tag);
line              198 htags/defineindex.c 		if (line == NULL)
line              203 htags/defineindex.c 		if (*line == ' ') {
line              204 htags/defineindex.c 			const char *fid = line + 1;
line              221 htags/defineindex.c 			const char *lno = line;
line              222 htags/defineindex.c 			const char *fid = nextstring(line);
line              922 htags/fileindex.c 				const char *line = strbuf_value(inc->ref_contents);
line              925 htags/fileindex.c 				for (; count; line += strlen(line) + 1, count--)
line              926 htags/fileindex.c 					fputs_nl(gen_list_body(upperdir(SRCS), line, NULL), INCLUDE);
line              433 htags/src2html.c 	const char *line;
line              442 htags/src2html.c 	line = cache_get(db, name);
line              443 htags/src2html.c 	if (line == NULL) {
line              455 htags/src2html.c 		if (*line == ' ') {
line              456 htags/src2html.c 			const char *fid = line + 1;
line              497 htags/src2html.c 			const char *lno = line;
line              498 htags/src2html.c 			const char *fid = nextstring(line);
line             1035 libltdl/ltdl.c   char *	line = MALLOC (char, line_len);
line             1037 libltdl/ltdl.c   if (!line)
line             1045 libltdl/ltdl.c       line[line_len-2] = '\0';
line             1046 libltdl/ltdl.c       if (!fgets (line, (int) line_len, file))
line             1054 libltdl/ltdl.c       while (line[line_len-2] != '\0' && line[line_len-2] != '\n' && !feof (file))
line             1056 libltdl/ltdl.c 	  line = REALLOC (char, line, line_len *2);
line             1057 libltdl/ltdl.c 	  if (!line)
line             1062 libltdl/ltdl.c 	  line[line_len * 2 - 2] = '\0';
line             1063 libltdl/ltdl.c 	  if (!fgets (&line[line_len -1], (int) line_len +1, file))
line             1070 libltdl/ltdl.c       if (line[0] == '\n' || line[0] == '#')
line             1077 libltdl/ltdl.c       if (strncmp (line, STR_DLNAME, sizeof (STR_DLNAME) - 1) == 0)
line             1079 libltdl/ltdl.c 	  errors += trim (dlname, &line[sizeof (STR_DLNAME) - 1]);
line             1084 libltdl/ltdl.c       else if (strncmp (line, STR_OLD_LIBRARY,
line             1087 libltdl/ltdl.c 	  errors += trim (old_name, &line[sizeof (STR_OLD_LIBRARY) - 1]);
line             1094 libltdl/ltdl.c       else if (strncmp (line, STR_LIBDIR, sizeof (STR_LIBDIR) - 1) == 0)
line             1096 libltdl/ltdl.c 	  errors += trim (libdir, &line[sizeof(STR_LIBDIR) - 1]);
line             1106 libltdl/ltdl.c       else if (strncmp (line, STR_DL_DEPLIBS,
line             1109 libltdl/ltdl.c 	  errors += trim (deplibs, &line[sizeof (STR_DL_DEPLIBS) - 1]);
line             1111 libltdl/ltdl.c       else if (streq (line, "installed=yes\n"))
line             1115 libltdl/ltdl.c       else if (streq (line, "installed=no\n"))
line             1122 libltdl/ltdl.c       else if (!*dlname && strncmp (line, STR_LIBRARY_NAMES,
line             1126 libltdl/ltdl.c 	  errors += trim (dlname, &line[sizeof (STR_LIBRARY_NAMES) - 1]);
line             1145 libltdl/ltdl.c   FREE (line);
line               84 libparser/asm_parse.y 	| input line
line               87 libparser/asm_parse.y line:	ASM_ENTRY '(' ASM_SYMBOL ')' error '\n'
line               28 libparser/internal.h #define PUT(type, tag, lno, line) do {					\
line               29 libparser/internal.h 	DBG_PRINT(level, line);						\
line               30 libparser/internal.h 	param->put(type, tag, lno, curfile, line, param->arg);		\
line              100 libutil/split.c split(const char *line, int npart, SPLIT *list)		/* virtually const */
line              102 libutil/split.c 	char *s = (char *)line;