type               89 global/global.c int type;				/* path conversion type */
type              511 global/global.c 		type = PATH_THROUGH;
type              513 global/global.c 		type = PATH_ABSOLUTE;
type              515 global/global.c 		type = PATH_RELATIVE;
type              680 global/global.c 	cv = convert_open(type, format, root, cwd, dbpath, stdout);
type              766 global/global.c 	cv = convert_open(type, format, root, cwd, dbpath, stdout);
type              839 global/global.c 	cv = convert_open(type, format, root, cwd, dbpath, stdout);
type              923 global/global.c 	cv = convert_open(type, format, root, cwd, dbpath, stdout);
type             1046 global/global.c 	cv = convert_open(type, format, root, cwd, dbpath, stdout);
type               95 gtags-parser/C.c C_family(const char *file, int type)
type              113 gtags-parser/C.c 	int yaccstatus = (type == TYPE_YACC) ? DECLARATIONS : PROGRAMS;
type              114 gtags-parser/C.c 	int inC = (type == TYPE_YACC) ? 0 : 1;	/* 1 while C source */
type              125 gtags-parser/C.c 	if (type == TYPE_YACC)
type              526 gtags/gtags.c  		int type;
type              533 gtags/gtags.c  		if ((path = gpath_fid2path(fid, &type)) == NULL)
type              539 gtags/gtags.c  		if (type == GPATH_OTHER) {
type              131 htags/anchor.c 			int type;
type              159 htags/anchor.c 				type = 'T';
type              161 htags/anchor.c 					type = 'M';
type              163 htags/anchor.c 					type = 'T';
type              170 htags/anchor.c 						type = 'D';
type              173 htags/anchor.c 				type = 'R';
type              175 htags/anchor.c 				type = 'Y';
type              179 htags/anchor.c 			a->type = type;
type              202 htags/anchor.c 			if (table[i].type == 'D')
type              207 htags/anchor.c 			if (table[i].type == 'D')
type              248 htags/anchor.c 	if (CURRENT->type == 'D')
type              262 htags/anchor.c 	if (CURRENT->type == 'D')
type              275 htags/anchor.c anchor_get(const char *name, int length, int type, int lineno)
type              293 htags/anchor.c 			if (!type || p->type == type)
type              322 htags/anchor.c 		if (p->type == 'D')
type              343 htags/anchor.c 				if (c->lineno == lineno && c->type == 'D')
type              348 htags/anchor.c 				if (c->lineno == lineno && c->type == 'D')
type              352 htags/anchor.c 			if (p->type == 'D') {
type              357 htags/anchor.c 			if (p->type == 'D') {
type              388 htags/anchor.c 				a->lineno, gettag(a), a->type);
type               34 htags/anchor.h         char type;
type              906 htags/asm.c    				put_anchor(gettag(a), a->type, LINENO);
type              954 htags/c.c      		if (a) {
type             1033 htags/c.c      			if (a) {
type              706 htags/common.c /*
type              708 htags/common.c  */
type              730 htags/common.c /*
type              736 htags/common.c 	STATIC_STRBUF(sb);
type              737 htags/common.c 
type              904 htags/cpp.c    				put_anchor(gettag(a), a->type, LINENO);
type               62 htags/fileindex.c 		} while (buff && gp->type == GPATH_OTHER && !other_files);
type              823 htags/htags.c  		if (gp->type == GPATH_OTHER)
type              840 htags/htags.c  		if (gp->type == GPATH_OTHER && !other_files)
type              852 htags/htags.c  		src2html(path, html, gp->type == GPATH_OTHER);
type              809 htags/java.c   				put_anchor(gettag(a), a->type, LINENO);
type             1026 htags/php.c    			put_anchor(gettag(a), a->type, LINENO);
type             1045 htags/php.c    				put_anchor(gettag(a), a->type, LINENO);
type              290 htags/src2html.c  *	i)	lno	line number
type              296 htags/src2html.c {
type              298 htags/src2html.c 
type              300 htags/src2html.c 	if (lno > 0) {
type              312 htags/src2html.c 			strbuf_puts(sb, " in ");
type              314 htags/src2html.c 		}
type              316 htags/src2html.c 		strbuf_puts(sb, "Multiple ");
type              336 htags/src2html.c  *	i)	name	tag
type              341 htags/src2html.c put_anchor(char *name, int type, int lineno)
type              343 htags/src2html.c 	const char *line;
type              349 htags/src2html.c 		db = GSYMS;
type              351 htags/src2html.c 		db = GRTAGS;
type              380 htags/src2html.c 					s = "symbol";
type              382 htags/src2html.c 					action, name, quote_amp, s);
type              389 htags/src2html.c 				else	/* 'D', 'M' or 'T' */
type              407 htags/src2html.c 				return;
type              811 htags/src2html.c 				filename = p + 1;
type              190 libdb/bt_open.c 	dbp->type = DB_BTREE;
type               47 libdb/db.c     dbopen(fname, flags, mode, type, openinfo)
type               50 libdb/db.c     	DBTYPE type;
type               60 libdb/db.c     		switch (type) {
type              103 libdb/db.h     	DBTYPE type;			/* Underlying db type. */
type              111 libdb/queue.h  #define SLIST_HEAD(name, type)						\
type              113 libdb/queue.h  	struct type *slh_first;	/* first element */			\
type              119 libdb/queue.h  #define SLIST_ENTRY(type)						\
type              121 libdb/queue.h  	struct type *sle_next;	/* next element */			\
type              154 libdb/queue.h  #define SLIST_REMOVE(head, elm, type, field) do {			\
type              159 libdb/queue.h  		struct type *curelm = (head)->slh_first;		\
type              170 libdb/queue.h  #define STAILQ_HEAD(name, type)						\
type              172 libdb/queue.h  	struct type *stqh_first;/* first element */			\
type              173 libdb/queue.h  	struct type **stqh_last;/* addr of last next element */		\
type              179 libdb/queue.h  #define STAILQ_ENTRY(type)						\
type              181 libdb/queue.h  	struct type *stqe_next;	/* next element */			\
type              196 libdb/queue.h  #define	STAILQ_LAST(head, type, field)					\
type              199 libdb/queue.h  	        ((struct type *)					\
type              200 libdb/queue.h  		((char *)((head)->stqh_last) - __offsetof(struct type, field))))
type              236 libdb/queue.h  #define STAILQ_REMOVE(head, elm, type, field) do {			\
type              241 libdb/queue.h  		struct type *curelm = (head)->stqh_first;		\
type              253 libdb/queue.h  #define LIST_HEAD(name, type)						\
type              255 libdb/queue.h  	struct type *lh_first;	/* first element */			\
type              261 libdb/queue.h  #define LIST_ENTRY(type)						\
type              263 libdb/queue.h  	struct type *le_next;	/* next element */			\
type              264 libdb/queue.h  	struct type **le_prev;	/* address of previous next element */	\
type              316 libdb/queue.h  #define TAILQ_HEAD(name, type)						\
type              318 libdb/queue.h  	struct type *tqh_first;	/* first element */			\
type              319 libdb/queue.h  	struct type **tqh_last;	/* addr of last next element */		\
type              325 libdb/queue.h  #define TAILQ_ENTRY(type)						\
type              327 libdb/queue.h  	struct type *tqe_next;	/* next element */			\
type              328 libdb/queue.h  	struct type **tqe_prev;	/* address of previous next element */	\
type              405 libdb/queue.h  #define CIRCLEQ_HEAD(name, type)					\
type              407 libdb/queue.h  	struct type *cqh_first;		/* first element */		\
type              408 libdb/queue.h  	struct type *cqh_last;		/* last element */		\
type              411 libdb/queue.h  #define CIRCLEQ_ENTRY(type)						\
type              413 libdb/queue.h  	struct type *cqe_next;		/* next element */		\
type              414 libdb/queue.h  	struct type *cqe_prev;		/* previous element */		\
type               74 libutil/fileop.c 	fileop->type = FILEOP_INPUT;
type              105 libutil/fileop.c 	fileop->type = FILEOP_OUTPUT;
type              107 libutil/fileop.c 		fileop->type |= FILEOP_COMPRESS;
type              127 libutil/fileop.c 	if (fileop->type & FILEOP_COMPRESS) {
type               35 libutil/fileop.h 	int type;
type              492 libutil/find.c 			char type = *(curp->p);
type              496 libutil/find.c 			if (type == 'f') {
type              542 libutil/find.c 			if (type == 'd') {
type              143 libutil/gpathop.c gpath_put(const char *path, int type)
type              162 libutil/gpathop.c 	if (type == GPATH_OTHER)
type              170 libutil/gpathop.c 	if (type == GPATH_OTHER)
type              184 libutil/gpathop.c gpath_path2fid(const char *path, int *type)
type              188 libutil/gpathop.c 	if (fid && type) {
type              190 libutil/gpathop.c 		*type = (*flag == 'o') ? GPATH_OTHER : GPATH_SOURCE;
type              205 libutil/gpathop.c gpath_fid2path(const char *fid, int *type)
type              209 libutil/gpathop.c 	if (path && type) {
type              211 libutil/gpathop.c 		*type = (*flag == 'o') ? GPATH_OTHER : GPATH_SOURCE;
type              301 libutil/gpathop.c 	gfind->type = GPATH_SOURCE;
type              320 libutil/gpathop.c 	gfind->type = GPATH_SOURCE;
type              339 libutil/gpathop.c 		gfind->type = (*flag == 'o') ? GPATH_OTHER : GPATH_SOURCE;
type              340 libutil/gpathop.c 		if (gfind->type & gfind->target)
type               47 libutil/gpathop.h 	int type;		/* File type */
type               50 libutil/pathconvert.c 	if (cv->type == PATH_THROUGH)
type               61 libutil/pathconvert.c 	switch (cv->type) {
type               95 libutil/pathconvert.c convert_open(int type, int format, const char *root, const char *cwd, const char *dbpath, FILE *op)
type              111 libutil/pathconvert.c 	cv->type = type;
type               28 libutil/pathconvert.h 	int type;		/* PATH_ABSOLUTE, PATH_RELATIVE */
type              205 libutil/xargs.c 	switch (xp->type) {
type              265 libutil/xargs.c 	xp->type = 0;
type              316 libutil/xargs.c 	xp->type = XARGS_FILE;
type              340 libutil/xargs.c 	xp->type = XARGS_ARGV;
type              362 libutil/xargs.c 	xp->type = XARGS_STRBUF;
type              383 libutil/xargs.c 	xp->type = XARGS_FIND;
type              457 libutil/xargs.c 	switch (xp->type) {
type               52 libutil/xargs.h 	int type;		/* XARGS_XXX Types */