Lines Matching defs:tp
47 char **ep, *s, **tp, *text[MAXHELP];
50 tp = text;
53 *tp++ = "Point with the mouse and click button 1 to "
55 *tp++ = "type the pattern to search for, and then "
57 *tp++ = "and last 2 input fields, the pattern can be "
59 *tp++ = "If the search is successful, you can edit "
61 *tp++ = "by pointing with the mouse and clicking "
63 *tp++ = "\nYou can either use the button 2 menu or "
66 *tp++ = "Press the TAB key repeatedly to move to the "
68 *tp++ = "pattern to search for, and then press the "
70 *tp++ = "last 2 input fields, the pattern can be a "
72 *tp++ = "If the search is successful, you can use "
74 *tp++ = "1-9\tEdit the file containing the displayed "
77 *tp++ = "space\tDisplay next lines.\n";
78 *tp++ = "+\tDisplay next lines.\n";
79 *tp++ = "-\tDisplay previous lines.\n";
80 *tp++ = "^E\tEdit all lines.\n";
81 *tp++ = ">\tWrite all lines to a file.\n";
82 *tp++ = ">>\tAppend all lines to a file.\n";
83 *tp++ = "<\tRead lines from a file.\n";
84 *tp++ = "^\tFilter all lines through a shell command.\n";
85 *tp++ = "|\tPipe all lines to a shell command.\n";
86 *tp++ = "\nAt any time you can use these command "
89 *tp++ = "^P\tMove to the previous input field.\n";
91 *tp++ = "^A\tSearch again with the last pattern typed.\n";
92 *tp++ = "^B\tRecall previous input field and search pattern.\n";
93 *tp++ = "^F\tRecall next input field and search pattern.\n";
94 *tp++ = "^C\tToggle ignore/use letter case when searching.\n";
95 *tp++ = "^R\tRebuild the symbol database.\n";
96 *tp++ = "!\tStart an interactive shell (type ^D to return "
98 *tp++ = "^L\tRedraw the screen.\n";
99 *tp++ = "?\tDisplay this list of commands.\n";
100 *tp++ = "^D\tExit cscope.\n";
101 *tp++ = "\nNote: If the first character of the pattern you "
103 *tp++ = "a command, type a \\ character first.\n";
106 *tp++ = "Point with the mouse and click button 1 "
108 *tp++ = "changed. You can also use the button 2 "
111 *tp++ = "When changing text, you can use these "
113 *tp++ = "1-9\tMark or unmark the line to be changed.\n";
115 *tp++ = "*\tMark or unmark all displayed lines to be "
117 *tp++ = "space\tDisplay next lines.\n";
118 *tp++ = "+\tDisplay next lines.\n";
119 *tp++ = "-\tDisplay previous lines.\n";
120 *tp++ = "a\tMark or unmark all lines to be changed.\n";
121 *tp++ = "^D\tChange the marked lines and exit.\n";
122 *tp++ = "RETURN\tExit without changing the marked lines.\n";
123 *tp++ = "!\tStart an interactive shell (type ^D to return "
125 *tp++ = "^L\tRedraw the screen.\n";
126 *tp++ = "?\tDisplay this list of commands.\n";
129 ep = tp;
131 for (tp = text; tp < ep; ) {
133 for (s = *tp; *s != '\0'; ++s) {
138 (void) addstr(*tp++);