term              329 gtags-cscope/global-cscope.h void	putposting(char *term, int type);
term               91 gtags-cscope/mouse.c 	char	*term;
term               94 gtags-cscope/mouse.c 	term = mygetenv("TERM", "");
term               95 gtags-cscope/mouse.c 	if (strcmp(term, "emacsterm") == 0 || 
term               96 gtags-cscope/mouse.c 	    strcmp(term, "viterm") == 0) {
term              107 gtags-cscope/mouse.c 	else if (strcmp(term,"s4") == 0 || 
term              108 gtags-cscope/mouse.c 	         strcmp(term,"s120") == 0 ||
term              109 gtags-cscope/mouse.c 	         strcmp(term,"s90") == 0) {
term              121 gtags-cscope/mouse.c 			if(!strcmp(term,"s4")) {
term              100 libutil/pool.c pool_strdup_withterm(POOL *pool, const char *string, int term)
term              102 libutil/pool.c 	const char *p = strchr(string, term);
term              139 libutil/strmake.c strcmp_withterm(const char *s1, const char *s2, int term)
term              147 libutil/strmake.c 		if (c1 == term)
term              149 libutil/strmake.c 		if (c2 == term)
term              165 libutil/strmake.c strcpy_withterm(char *b, const char *s, int size, int term)
term              169 libutil/strmake.c 	while (*s && *s != term)