text 492 gtags-cscope/command.c addstr(item->text); text 493 gtags-cscope/command.c strcpy(Pattern, item->text); text 553 gtags-cscope/display.c myperror(char *text) text 566 gtags-cscope/display.c (void) snprintf(msg, sizeof(msg), "%s: %s", text, s); text 202 gtags-cscope/global-cscope.h char *text; /**< input field text */ text 321 gtags-cscope/global-cscope.h void myperror(char *text); text 337 gtags-cscope/global-cscope.h void warning(char *text); text 57 gtags-cscope/help.c char **ep, *s, **tp, *text[MAXHELP]; text 60 gtags-cscope/help.c tp = text; text 133 gtags-cscope/help.c for (tp = text; tp < ep; ) { text 69 gtags-cscope/history.c h->text = my_strdup( s); text 52 gtags-cscope/mouse.c char *text; text 177 gtags-cscope/mouse.c (void) printf("\033M0@%s@%s@", menu[0].text, menu[0].value); text 178 gtags-cscope/mouse.c for (i = 1; menu[i].text != NULL; ++i) { text 179 gtags-cscope/mouse.c (void) printf("\033M@%s@%s@", menu[i].text, menu[i].value); text 187 gtags-cscope/mouse.c for (i = 0; menu[i].text != NULL; ++i) { text 188 gtags-cscope/mouse.c len = strlen(menu[i].text); text 191 gtags-cscope/mouse.c menu[i].text, menu[i].value); text 223 gtags-cscope/mouse.c for (i = 0; loaded[i].text != NULL; ++i) { text 43 htags/lexcommon.h #define LEXTEXT lex_symbol_generation_rule(text) text 664 htags/src2html.c put_brace(const char *text) text 667 htags/src2html.c strbuf_puts(outbuf, text); text 700 libparser/asm_scan.c #define LEXTEXT lex_symbol_generation_rule(text) text 735 libparser/php.c #define LEXTEXT lex_symbol_generation_rule(text) text 36 libutil/compress.h char *compress(const char *text, const char *name); text 37 libutil/compress.h char *uncompress(const char *text, const char *name);