tp 57 gtags-cscope/help.c char **ep, *s, **tp, *text[MAXHELP]; tp 60 gtags-cscope/help.c tp = text; tp 63 gtags-cscope/help.c *tp++ = "Point with the mouse and click button 1 to move to the desired input field,\n"; tp 64 gtags-cscope/help.c *tp++ = "type the pattern to search for, and then press the RETURN key. For the first 4\n"; tp 65 gtags-cscope/help.c *tp++ = "and last 2 input fields, the pattern can be a regcomp(3) regular expression.\n"; tp 66 gtags-cscope/help.c *tp++ = "If the search is successful, you can edit the file containing a displayed line\n"; tp 67 gtags-cscope/help.c *tp++ = "by pointing with the mouse and clicking button 1.\n"; tp 68 gtags-cscope/help.c *tp++ = "\nYou can either use the button 2 menu or these single-character commands:\n\n"; tp 70 gtags-cscope/help.c *tp++ = "Press the RETURN key repeatedly to move to the desired input field, type the\n"; tp 71 gtags-cscope/help.c *tp++ = "pattern to search for, and then press the RETURN key. For the first 4 and\n"; tp 72 gtags-cscope/help.c *tp++ = "last 2 input fields, the pattern can be a regcomp(3) regular expression.\n"; tp 73 gtags-cscope/help.c *tp++ = "If the search is successful, you can use these single-character commands:\n\n"; tp 74 gtags-cscope/help.c *tp++ = "0-9a-zA-Z\tEdit the file containing the displayed line.\n"; tp 76 gtags-cscope/help.c *tp++ = "space bar\tDisplay next set of matching lines.\n"; tp 77 gtags-cscope/help.c *tp++ = "+\t\tDisplay next set of matching lines.\n"; tp 78 gtags-cscope/help.c *tp++ = "^V\t\tDisplay next set of matching lines.\n"; tp 79 gtags-cscope/help.c *tp++ = "-\t\tDisplay previous set of matching lines.\n"; tp 80 gtags-cscope/help.c *tp++ = "^E\t\tEdit all lines.\n"; tp 81 gtags-cscope/help.c *tp++ = ">\t\tWrite the list of lines being displayed to a file.\n"; tp 82 gtags-cscope/help.c *tp++ = ">>\t\tAppend the list of lines being displayed to a file.\n"; tp 83 gtags-cscope/help.c *tp++ = "<\t\tRead lines from a file.\n"; tp 84 gtags-cscope/help.c *tp++ = "^\t\tFilter all lines through a shell command.\n"; tp 85 gtags-cscope/help.c *tp++ = "|\t\tPipe all lines to a shell command.\n"; tp 86 gtags-cscope/help.c *tp++ = "^G\t\tRead lines from the result of the execution of global(1).\n"; tp 88 gtags-cscope/help.c *tp++ = "\nAt any time you can use these single-character commands:\n\n"; tp 89 gtags-cscope/help.c *tp++ = "TAB\t\tSwap positions between input and output areas.\n"; tp 90 gtags-cscope/help.c *tp++ = "RETURN\t\tMove to the next input field.\n"; tp 91 gtags-cscope/help.c *tp++ = "^N\t\tMove to the next input field.\n"; tp 92 gtags-cscope/help.c *tp++ = "^P\t\tMove to the previous input field.\n"; tp 94 gtags-cscope/help.c *tp++ = "^Y / ^A\t\tSearch with the last pattern typed.\n"; tp 95 gtags-cscope/help.c *tp++ = "^B\t\tRecall previous input field and search pattern.\n"; tp 96 gtags-cscope/help.c *tp++ = "^F\t\tRecall next input field and search pattern.\n"; tp 98 gtags-cscope/help.c *tp++ = "^C\t\tToggle ignore/use letter case when searching (IGNORE).\n"; tp 100 gtags-cscope/help.c *tp++ = "^C\t\tToggle ignore/use letter case when searching (USE).\n"; tp 101 gtags-cscope/help.c *tp++ = "^R\t\tRebuild the cross-reference.\n"; tp 102 gtags-cscope/help.c *tp++ = "!\t\tStart an interactive shell (type ^D to return to cscope).\n"; tp 103 gtags-cscope/help.c *tp++ = "^L\t\tRedraw the screen.\n"; tp 104 gtags-cscope/help.c *tp++ = "?\t\tDisplay this list of commands.\n"; tp 105 gtags-cscope/help.c *tp++ = "^D\t\tExit cscope.\n"; tp 106 gtags-cscope/help.c *tp++ = "\nNote: If the first character of the pattern you want to search for matches\n"; tp 107 gtags-cscope/help.c *tp++ = "a command, type a \\ character first.\n"; tp 108 gtags-cscope/help.c *tp++ = "Note: Some ctrl keys may be occupied by your terminal configuration.\n"; tp 111 gtags-cscope/help.c *tp++ = "Point with the mouse and click button 1 to mark or unmark the line to be\n"; tp 112 gtags-cscope/help.c *tp++ = "changed. You can also use the button 2 menu or these single-character\n"; tp 113 gtags-cscope/help.c *tp++ = "commands:\n\n"; tp 116 gtags-cscope/help.c *tp++ = "When changing text, you can use these single-character commands:\n\n"; tp 117 gtags-cscope/help.c *tp++ = "0-9a-zA-Z\tMark or unmark the line to be changed.\n"; tp 119 gtags-cscope/help.c *tp++ = "*\t\tMark or unmark all displayed lines to be changed.\n"; tp 120 gtags-cscope/help.c *tp++ = "space bar\tDisplay next set of lines.\n"; tp 121 gtags-cscope/help.c *tp++ = "+\t\tDisplay next set of lines.\n"; tp 122 gtags-cscope/help.c *tp++ = "-\t\tDisplay previous set of lines.\n"; tp 123 gtags-cscope/help.c *tp++ = "^A\t\tMark or unmark all lines to be changed.\n"; tp 124 gtags-cscope/help.c *tp++ = "^D\t\tChange the marked lines and exit.\n"; tp 125 gtags-cscope/help.c *tp++ = "ESC\t\tExit without changing the marked lines.\n"; tp 126 gtags-cscope/help.c *tp++ = "!\t\tStart an interactive shell (type ^D to return to cscope).\n"; tp 127 gtags-cscope/help.c *tp++ = "^L\t\tRedraw the screen.\n"; tp 128 gtags-cscope/help.c *tp++ = "?\t\tDisplay this list of commands.\n"; tp 131 gtags-cscope/help.c ep = tp; tp 133 gtags-cscope/help.c for (tp = text; tp < ep; ) { tp 135 gtags-cscope/help.c for (s = *tp; *s != '\0'; ++s) { tp 140 gtags-cscope/help.c (void) addstr(*tp++); tp 349 libdb/bt_split.c PAGE *l, *r, *tp; tp 404 libdb/bt_split.c if ((tp = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL) { tp 409 libdb/bt_split.c tp->prevpg = r->pgno; tp 410 libdb/bt_split.c mpool_put(t->bt_mp, tp, MPOOL_DIRTY); tp 420 libdb/bt_split.c tp = bt_psplit(t, h, l, r, skip, ilen); tp 424 libdb/bt_split.c if (tp == l) tp 425 libdb/bt_split.c tp = h; tp 430 libdb/bt_split.c return (tp); tp 453 libdb/bt_split.c PAGE *l, *r, *tp; tp 474 libdb/bt_split.c tp = bt_psplit(t, h, l, r, skip, ilen); tp 478 libdb/bt_split.c return (tp); tp 38 libltdl/libltdl/lt__alloc.h #define MALLOC(tp, n) (tp*) lt__malloc((n) * sizeof(tp)) tp 39 libltdl/libltdl/lt__alloc.h #define REALLOC(tp, mem, n) (tp*) lt__realloc((mem), (n) * sizeof(tp))