convert_open     1107 global/global.c 	cv = convert_open(type, format, root, cwd, dbpath, stdout, NOTAGS);
convert_open     1216 global/global.c 	cv = convert_open(type, format, root, cwd, dbpath, stdout, NOTAGS);
convert_open     1325 global/global.c 	cv = convert_open(type, format, root, cwd, dbpath, stdout, GPATH);
convert_open     1472 global/global.c 	data.cv = convert_open(type, format, root, cwd, dbpath, stdout, db);
convert_open     1589 global/global.c 	cv = convert_open(type, format, root, cwd, dbpath, stdout, db);
convert_open      315 gtags/gtags.c  		cv = convert_open(convert_type, FORMAT_CTAGS_X, argv[0], argv[1], argv[2], stdout, NOTAGS);
convert_open       40 libutil/pathconvert.h CONVERT *convert_open(int, int, const char *, const char *, const char *, FILE *, int);