op                379 htags/anchor.c anchor_dump(FILE *op, int lineno)
op                383 htags/anchor.c 	if (op == NULL)
op                384 htags/anchor.c 		op = stderr;
op                387 htags/anchor.c 			fprintf(op, "%d %s(%c)\n",
op                127 htags/common.c fputs_nl(const char *s, FILE *op)
op                129 htags/common.c 	fputs(s, op);
op                130 htags/common.c 	putc('\n', op);
op                 60 htags/dupindex.c 	FILE *op = NULL;
op                108 htags/dupindex.c 						fputs_nl(gen_list_end(), op);
op                109 htags/dupindex.c 						fputs_nl(body_end, op);
op                110 htags/dupindex.c 						fputs_nl(gen_page_end(), op);
op                147 htags/dupindex.c 						op = get_descripter(fileop);
op                148 htags/dupindex.c 						fputs_nl(gen_page_begin(tag, SUBDIR), op);
op                149 htags/dupindex.c 						fputs_nl(body_begin, op);
op                150 htags/dupindex.c 						fputs_nl(gen_list_begin(), op);
op                151 htags/dupindex.c 						fputs_nl(gen_list_body(srcdir, first_line), op);
op                158 htags/dupindex.c 					fputs_nl(gen_list_body(srcdir, ctags_x), op);
op                169 htags/dupindex.c 				fputs_nl(gen_list_end(), op);
op                170 htags/dupindex.c 				fputs_nl(body_end, op);
op                171 htags/dupindex.c 				fputs_nl(gen_page_end(), op);
op                333 htags/fileindex.c 			 fputs(s, op);				\
op                341 htags/fileindex.c 	FILE *op = NULL;
op                350 htags/fileindex.c 		op = get_descripter(fileop);
op                351 htags/fileindex.c 		print_directory_header(op, level, basedir);
op                418 htags/fileindex.c 		print_directory_footer(op, level, basedir);
op                432 htags/fileindex.c print_directory_header(FILE *op, int level, const char *dir)
op                441 htags/fileindex.c 	fputs_nl(gen_page_begin(strbuf_value(sb), SUBDIR), op);
op                442 htags/fileindex.c 	fputs_nl(body_begin, op);
op                446 htags/fileindex.c 	fputs(strbuf_value(sb), op);
op                462 htags/fileindex.c 				fputs(gen_href_begin(NULL, path2fid(path), HTML, NULL), op);
op                463 htags/fileindex.c 			fputs(p, op);
op                465 htags/fileindex.c 				fputs(gen_href_end(), op);
op                467 htags/fileindex.c 			fputc('/', op);
op                470 htags/fileindex.c 	fputs_nl(header_end, op);
op                483 htags/fileindex.c 		fputs(gen_href_begin_with_title(NULL, parent, suffix, NULL, "Parent Directory"), op);
op                486 htags/fileindex.c 		fputs(gen_image(PARENT, back_icon, ".."), op);
op                488 htags/fileindex.c 		fputs("[..]", op);
op                489 htags/fileindex.c 	fputs_nl(gen_href_end(), op);
op                491 htags/fileindex.c 		fputs_nl(flist_begin, op);
op                493 htags/fileindex.c 		fputs_nl(list_begin, op);
op                495 htags/fileindex.c 		fputs(br, op);
op                496 htags/fileindex.c 		fputs_nl(br, op);
op                507 htags/fileindex.c print_directory_footer(FILE *op, int level, const char *dir)
op                523 htags/fileindex.c 		fputs_nl(flist_end, op);
op                525 htags/fileindex.c 		fputs_nl(list_end, op);
op                527 htags/fileindex.c 		fputs_nl(br, op);
op                528 htags/fileindex.c 	fputs(gen_href_begin_with_title(NULL, parent, suffix, NULL, "Parent Directory"), op);
op                530 htags/fileindex.c 		fputs(gen_image(PARENT, back_icon, ".."), op);
op                532 htags/fileindex.c 		fputs("[..]", op);
op                533 htags/fileindex.c 	fputs_nl(gen_href_end(), op);
op                534 htags/fileindex.c 	fputs_nl(body_end, op);
op                535 htags/fileindex.c 	fputs_nl(gen_page_end(), op);
op                391 htags/htags.c  	FILE *ip, *op;
op                446 htags/htags.c  	op = fopen(makepath(dist, file, NULL), "w");
op                447 htags/htags.c  	if (!op)
op                463 htags/htags.c  				fputc(p[i], op);
op                477 htags/htags.c  						fputc('\\', op);
op                479 htags/htags.c  						fputc('\\', op);
op                480 htags/htags.c  					fputc(*q, op);
op                484 htags/htags.c  		fputs_nl(p, op);
op                486 htags/htags.c  	fclose(op);
op                529 htags/htags.c  	FILE *op;
op                531 htags/htags.c  	op = fopen(makepath(distpath, file, NULL), "w");
op                532 htags/htags.c  	if (!op)
op                534 htags/htags.c  	fputs_nl("#!/bin/sh", op);
op                535 htags/htags.c  	fputs_nl("#", op);
op                536 htags/htags.c  	fputs_nl("# rebuild.sh: rebuild hypertext with the previous context.", op);
op                537 htags/htags.c  	fputs_nl("#", op);
op                538 htags/htags.c  	fputs_nl("# Usage:", op);
op                539 htags/htags.c  	fputs_nl("#\t% sh rebuild.sh", op);
op                540 htags/htags.c  	fputs_nl("#", op);
op                541 htags/htags.c  	fprintf(op, "cd %s && GTAGSCONF='%s' htags%s\n", cwdpath, save_config, save_argv);
op                542 htags/htags.c          fclose(op);
op                554 htags/htags.c  	FILE *op;
op                556 htags/htags.c  	op = fopen(makepath(distpath, file, NULL), "w");
op                557 htags/htags.c  	if (!op)
op                559 htags/htags.c  	fputs_nl(gen_page_begin("HELP", TOPDIR), op);
op                560 htags/htags.c  	fputs_nl(body_begin, op);
op                561 htags/htags.c  	fputs(header_begin, op);
op                562 htags/htags.c  	fputs("Usage of Links", op);
op                563 htags/htags.c  	fputs_nl(header_end, op);
op                565 htags/htags.c  		fputs(verbatim_begin, op);
op                566 htags/htags.c  	fputs("/* ", op);
op                569 htags/htags.c  			fputs(gen_image(CURRENT, icons[n], label[n]), op);
op                571 htags/htags.c  				fputc(' ', op);
op                573 htags/htags.c  			fprintf(op, "[%s]", label[n]);
op                577 htags/htags.c  		fprintf(op, "[+line file]");
op                578 htags/htags.c  	fputs(" */", op);
op                580 htags/htags.c  		fputs_nl(verbatim_end, op);
op                582 htags/htags.c  		fputc('\n', op);
op                583 htags/htags.c  	fputs_nl(define_list_begin, op);
op                585 htags/htags.c  		fputs(define_term_begin, op);
op                587 htags/htags.c  			fputs(gen_image(CURRENT, icons[n], label[n]), op);
op                589 htags/htags.c  			fprintf(op, "[%s]", label[n]);
op                591 htags/htags.c  		fputs(define_term_end, op);
op                592 htags/htags.c  		fputs(define_desc_begin, op);
op                593 htags/htags.c  		fputs(msg[n], op);
op                594 htags/htags.c  		fputs_nl(define_desc_end, op);
op                597 htags/htags.c  		fputs(define_term_begin, op);
op                598 htags/htags.c  		fputs("[+line file]", op);
op                599 htags/htags.c  		fputs(define_term_end, op);
op                600 htags/htags.c  		fputs(define_desc_begin, op);
op                601 htags/htags.c  		fputs("Current position (line number and file name).", op);
op                602 htags/htags.c  		fputs_nl(define_desc_end, op);
op                604 htags/htags.c  	fputs_nl(define_list_end, op);
op                605 htags/htags.c  	fputs_nl(body_end, op);
op                606 htags/htags.c  	fputs_nl(gen_page_end(), op);
op                607 htags/htags.c  	fclose(op);
op                688 htags/htags.c  	FILE *op;
op                690 htags/htags.c  	op = fopen(makepath(distpath, file, NULL), "w");
op                691 htags/htags.c  	if (!op)
op                694 htags/htags.c  		fputs_nl(gen_page_frameset_begin(title), op);
op                695 htags/htags.c  		fputs_nl(gen_frameset_begin("cols='200,*'"), op);
op                697 htags/htags.c  			fputs_nl(gen_frameset_begin("rows='33%,33%,*'"), op);
op                698 htags/htags.c  			fputs_nl(gen_frame("search", makepath(NULL, "search", normal_suffix)), op);
op                700 htags/htags.c  			fputs_nl(gen_frameset_begin("rows='50%,*'"), op);
op                706 htags/htags.c  		fputs_nl(gen_frame("defines", makepath(NULL, "defines", normal_suffix)), op);
op                707 htags/htags.c  		fputs_nl(gen_frame("files", makepath(NULL, "files", normal_suffix)), op);
op                708 htags/htags.c  		fputs_nl(gen_frameset_end(), op);
op                709 htags/htags.c  		fputs_nl(gen_frame("mains", makepath(NULL, "mains", normal_suffix)), op);
op                710 htags/htags.c  		fputs_nl(noframes_begin, op);
op                711 htags/htags.c  		fputs_nl(body_begin, op);
op                712 htags/htags.c  		fputs(index, op);
op                713 htags/htags.c  		fputs_nl(body_end, op);
op                714 htags/htags.c  		fputs_nl(noframes_end, op);
op                715 htags/htags.c  		fputs_nl(gen_frameset_end(), op);
op                716 htags/htags.c  		fputs_nl(gen_page_end(), op);
op                718 htags/htags.c  		fputs_nl(gen_page_begin(title, TOPDIR), op);
op                719 htags/htags.c  		fputs_nl(body_begin, op);
op                721 htags/htags.c  			fputs(gen_insert_header(TOPDIR), op);
op                722 htags/htags.c  		fputs(index, op);
op                724 htags/htags.c  			fputs(gen_insert_footer(TOPDIR), op);
op                725 htags/htags.c  		fputs_nl(body_end, op);
op                726 htags/htags.c  		fputs_nl(gen_page_end(), op);
op                728 htags/htags.c  	fclose(op);
op                740 htags/htags.c  	FILE *op;
op                742 htags/htags.c  	op = fopen(makepath(distpath, file, NULL), "w");
op                743 htags/htags.c  	if (!op)
op                745 htags/htags.c  	fputs_nl(gen_page_begin(title, TOPDIR), op);
op                746 htags/htags.c  	fputs_nl(body_begin, op);
op                748 htags/htags.c  		fputs(gen_insert_header(TOPDIR), op);
op                749 htags/htags.c  	fputs(index, op);
op                751 htags/htags.c  		fputs(gen_insert_footer(TOPDIR), op);
op                752 htags/htags.c  	fputs_nl(body_end, op);
op                753 htags/htags.c  	fputs_nl(gen_page_end(), op);
op                754 htags/htags.c  	fclose(op);
op                765 htags/htags.c  	FILE *op;
op                767 htags/htags.c  	op = fopen(makepath(distpath, file, NULL), "w");
op                768 htags/htags.c  	if (!op)
op                770 htags/htags.c  	fputs_nl(gen_page_begin("SEARCH", TOPDIR), op);
op                771 htags/htags.c  	fputs_nl(body_begin, op);
op                772 htags/htags.c  	fputs(makesearchpart(action, id, "mains"), op);
op                773 htags/htags.c  	fputs_nl(body_end, op);
op                774 htags/htags.c  	fputs_nl(gen_page_end(), op);
op                775 htags/htags.c  	fclose(op);
op                784 htags/htags.c  	FILE *op;
op                786 htags/htags.c  	op = fopen(makepath(distpath, file, NULL), "w");
op                787 htags/htags.c  	if (!op)
op                789 htags/htags.c  	fputs_nl("#", op);
op                790 htags/htags.c  	fputs_nl("# Skeleton file for .htaccess -- This file was generated by htags(1).", op);
op                791 htags/htags.c  	fputs_nl("#", op);
op                792 htags/htags.c  	fputs_nl("# Htags have made gzipped hypertext because you specified -c option.", op);
op                793 htags/htags.c  	fputs_nl("# If your browser doesn't decompress gzipped hypertext, you will need to", op);
op                794 htags/htags.c  	fputs_nl("# setup your http server to treat this hypertext as gzipped files first.", op);
op                795 htags/htags.c  	fputs_nl("# There are many way to do it, but one of the method is to put .htaccess", op);
op                796 htags/htags.c  	fputs_nl("# file in 'HTML' directory.", op);
op                797 htags/htags.c  	fputs_nl("#", op);
op                798 htags/htags.c  	fputs_nl("# Please rewrite '/cgi-bin/ghtml.cgi' to the true value in your web site.", op);
op                799 htags/htags.c  	fputs_nl("#", op);
op                800 htags/htags.c  	fprintf(op, "AddHandler htags-gzipped-html %s\n", gzipped_suffix);
op                801 htags/htags.c  	fputs_nl("Action htags-gzipped-html /cgi-bin/ghtml.cgi", op);
op                802 htags/htags.c  	fclose(op);
op                862 htags/htags.c  	int ip, op, size;
op                871 htags/htags.c  	op = open(to, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY, 0775);
op                872 htags/htags.c  	if (op < 0)
op                877 htags/htags.c  		if (write(op, buf, size) != size)
op                880 htags/htags.c  	close(op);
op               1557 libglibc/regex.c static void store_op1 _RE_ARGS ((re_opcode_t op, unsigned char *loc, int arg));
op               1558 libglibc/regex.c static void store_op2 _RE_ARGS ((re_opcode_t op, unsigned char *loc,
op               1560 libglibc/regex.c static void insert_op1 _RE_ARGS ((re_opcode_t op, unsigned char *loc,
op               1562 libglibc/regex.c static void insert_op2 _RE_ARGS ((re_opcode_t op, unsigned char *loc,
op               1646 libglibc/regex.c #define STORE_JUMP(op, loc, to) \
op               1647 libglibc/regex.c   store_op1 (op, loc, (int) ((to) - (loc) - 3))
op               1650 libglibc/regex.c #define STORE_JUMP2(op, loc, to, arg) \
op               1651 libglibc/regex.c   store_op2 (op, loc, (int) ((to) - (loc) - 3), arg)
op               1654 libglibc/regex.c #define INSERT_JUMP(op, loc, to) \
op               1655 libglibc/regex.c   insert_op1 (op, loc, (int) ((to) - (loc) - 3), b)
op               1658 libglibc/regex.c #define INSERT_JUMP2(op, loc, to, arg) \
op               1659 libglibc/regex.c   insert_op2 (op, loc, (int) ((to) - (loc) - 3), arg, b)
op               2998 libglibc/regex.c store_op1 (op, loc, arg)
op               2999 libglibc/regex.c     re_opcode_t op;
op               3003 libglibc/regex.c   *loc = (unsigned char) op;
op               3011 libglibc/regex.c store_op2 (op, loc, arg1, arg2)
op               3012 libglibc/regex.c     re_opcode_t op;
op               3016 libglibc/regex.c   *loc = (unsigned char) op;
op               3026 libglibc/regex.c insert_op1 (op, loc, arg, end)
op               3027 libglibc/regex.c     re_opcode_t op;
op               3038 libglibc/regex.c   store_op1 (op, loc, arg);
op               3045 libglibc/regex.c insert_op2 (op, loc, arg1, arg2, end)
op               3046 libglibc/regex.c     re_opcode_t op;
op               3057 libglibc/regex.c   store_op2 (op, loc, arg1, arg2);
op                162 libutil/linetable.c linetable_print(FILE *op, int lineno)
op                173 libutil/linetable.c 		fwrite(s, 1, endp - s, op);
op                175 libutil/linetable.c 			fputc('\n', op);
op                178 libutil/linetable.c 		fwrite(s, 1, p - s, op);
op                 95 libutil/pathconvert.c convert_open(int type, int format, const char *root, const char *cwd, const char *dbpath, FILE *op)
op                113 libutil/pathconvert.c 	cv->op = op;
op                185 libutil/pathconvert.c 		fputs(convert_pathname(cv, path), cv->op);
op                188 libutil/pathconvert.c 		fputs(tag, cv->op);
op                189 libutil/pathconvert.c 		fputc('\t', cv->op);
op                190 libutil/pathconvert.c 		fputs(convert_pathname(cv, path), cv->op);
op                191 libutil/pathconvert.c 		fputc('\t', cv->op);
op                192 libutil/pathconvert.c 		fputs(lineno, cv->op);
op                195 libutil/pathconvert.c 		fputs(gpath_path2fid(path, NULL), cv->op);
op                196 libutil/pathconvert.c 		fputc(' ', cv->op);
op                203 libutil/pathconvert.c 		fputs(tagline, cv->op);
op                204 libutil/pathconvert.c 		fputc(' ', cv->op);
op                208 libutil/pathconvert.c 		fputs(convert_pathname(cv, path), cv->op);
op                209 libutil/pathconvert.c 		fputc(' ', cv->op);
op                210 libutil/pathconvert.c 		fputs(rest, cv->op);
op                213 libutil/pathconvert.c 		fputs(convert_pathname(cv, path), cv->op);
op                214 libutil/pathconvert.c 		fputc(':', cv->op);
op                215 libutil/pathconvert.c 		fputs(lineno, cv->op);
op                216 libutil/pathconvert.c 		fputc(':', cv->op);
op                217 libutil/pathconvert.c 		fputs(rest, cv->op);
op                220 libutil/pathconvert.c 		fputs(convert_pathname(cv, path), cv->op);
op                221 libutil/pathconvert.c 		fputc(' ', cv->op);
op                222 libutil/pathconvert.c 		fputs(tag, cv->op);
op                223 libutil/pathconvert.c 		fputc(' ', cv->op);
op                224 libutil/pathconvert.c 		fputs(lineno, cv->op);
op                225 libutil/pathconvert.c 		fputc(' ', cv->op);
op                228 libutil/pathconvert.c 		fputs(rest, cv->op);
op                233 libutil/pathconvert.c 	(void)fputc('\n', cv->op);
op                249 libutil/pathconvert.c 		fputs(convert_pathname(cv, path), cv->op);
op                252 libutil/pathconvert.c 		fputs(tag, cv->op);
op                253 libutil/pathconvert.c 		fputc('\t', cv->op);
op                254 libutil/pathconvert.c 		fputs(convert_pathname(cv, path), cv->op);
op                255 libutil/pathconvert.c 		fputc('\t', cv->op);
op                256 libutil/pathconvert.c 		fprintf(cv->op, "%d", lineno);
op                259 libutil/pathconvert.c 		fputs(gpath_path2fid(path, NULL), cv->op);
op                260 libutil/pathconvert.c 		fputc(' ', cv->op);
op                263 libutil/pathconvert.c 		fprintf(cv->op, "%-16s %4d %-16s %s",
op                267 libutil/pathconvert.c 		fputs(convert_pathname(cv, path), cv->op);
op                268 libutil/pathconvert.c 		fputc(':', cv->op);
op                269 libutil/pathconvert.c 		fprintf(cv->op, "%d", lineno);
op                270 libutil/pathconvert.c 		fputc(':', cv->op);
op                271 libutil/pathconvert.c 		fputs(rest, cv->op);
op                274 libutil/pathconvert.c 		fputs(convert_pathname(cv, path), cv->op);
op                275 libutil/pathconvert.c 		fputc(' ', cv->op);
op                276 libutil/pathconvert.c 		fputs(tag, cv->op);
op                277 libutil/pathconvert.c 		fputc(' ', cv->op);
op                278 libutil/pathconvert.c 		fprintf(cv->op, "%d", lineno);
op                279 libutil/pathconvert.c 		fputc(' ', cv->op);
op                282 libutil/pathconvert.c 		fputs(rest, cv->op);
op                287 libutil/pathconvert.c 	(void)fputc('\n', cv->op);
op                 27 libutil/pathconvert.h 	FILE *op;
op                123 libutil/tab.c  detab_replacing(FILE *op, const char *buf, const char *(*replace)(int c))
op                134 libutil/tab.c  				putc(' ', op);
op                139 libutil/tab.c  				fputs(s, op);
op                141 libutil/tab.c  				putc(c, op);
op                145 libutil/tab.c  	putc('\n', op);
op                 28 libutil/tab.h  void detab_replacing(FILE *op, const char *buf, const char *(*replace)(int c));