• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/tcsh/

Lines Matching refs:tstr

48 #define GoodStr(a) (tstr[a].str != NULL && tstr[a].str[0] != '\0')
49 #define Str(a) tstr[a].str
168 } tstr[T_str + 1];
191 xfree((ptr_t)(intptr_t)tstr[i].long_name);
197 tstr[T_al].name = "al";
198 tstr[T_al].long_name = CSAVS(4, 1, "add new blank line");
200 tstr[T_bl].name = "bl";
201 tstr[T_bl].long_name = CSAVS(4, 2, "audible bell");
203 tstr[T_cd].name = "cd";
204 tstr[T_cd].long_name = CSAVS(4, 3, "clear to bottom");
206 tstr[T_ce].name = "ce";
207 tstr[T_ce].long_name = CSAVS(4, 4, "clear to end of line");
209 tstr[T_ch].name = "ch";
210 tstr[T_ch].long_name = CSAVS(4, 5, "cursor to horiz pos");
212 tstr[T_cl].name = "cl";
213 tstr[T_cl].long_name = CSAVS(4, 6, "clear screen");
215 tstr[T_dc].name = "dc";
216 tstr[T_dc].long_name = CSAVS(4, 7, "delete a character");
218 tstr[T_dl].name = "dl";
219 tstr[T_dl].long_name = CSAVS(4, 8, "delete a line");
221 tstr[T_dm].name = "dm";
222 tstr[T_dm].long_name = CSAVS(4, 9, "start delete mode");
224 tstr[T_ed].name = "ed";
225 tstr[T_ed].long_name = CSAVS(4, 10, "end delete mode");
227 tstr[T_ei].name = "ei";
228 tstr[T_ei].long_name = CSAVS(4, 11, "end insert mode");
230 tstr[T_fs].name = "fs";
231 tstr[T_fs].long_name = CSAVS(4, 12, "cursor from status line");
233 tstr[T_ho].name = "ho";
234 tstr[T_ho].long_name = CSAVS(4, 13, "home cursor");
236 tstr[T_ic].name = "ic";
237 tstr[T_ic].long_name = CSAVS(4, 14, "insert character");
239 tstr[T_im].name = "im";
240 tstr[T_im].long_name = CSAVS(4, 15, "start insert mode");
242 tstr[T_ip].name = "ip";
243 tstr[T_ip].long_name = CSAVS(4, 16, "insert padding");
245 tstr[T_kd].name = "kd";
246 tstr[T_kd].long_name = CSAVS(4, 17, "sends cursor down");
248 tstr[T_kl].name = "kl";
249 tstr[T_kl].long_name = CSAVS(4, 18, "sends cursor left");
251 tstr[T_kr].name = "kr";
252 tstr[T_kr].long_name = CSAVS(4, 19, "sends cursor right");
254 tstr[T_ku].name = "ku";
255 tstr[T_ku].long_name = CSAVS(4, 20, "sends cursor up");
257 tstr[T_md].name = "md";
258 tstr[T_md].long_name = CSAVS(4, 21, "begin bold");
260 tstr[T_me].name = "me";
261 tstr[T_me].long_name = CSAVS(4, 22, "end attributes");
263 tstr[T_nd].name = "nd";
264 tstr[T_nd].long_name = CSAVS(4, 23, "non destructive space");
266 tstr[T_se].name = "se";
267 tstr[T_se].long_name = CSAVS(4, 24, "end standout");
269 tstr[T_so].name = "so";
270 tstr[T_so].long_name = CSAVS(4, 25, "begin standout");
272 tstr[T_ts].name = "ts";
273 tstr[T_ts].long_name = CSAVS(4, 26, "cursor to status line");
275 tstr[T_up].name = "up";
276 tstr[T_up].long_name = CSAVS(4, 27, "cursor up one");
278 tstr[T_us].name = "us";
279 tstr[T_us].long_name = CSAVS(4, 28, "begin underline");
281 tstr[T_ue].name = "ue";
282 tstr[T_ue].long_name = CSAVS(4, 29, "end underline");
284 tstr[T_vb].name = "vb";
285 tstr[T_vb].long_name = CSAVS(4, 30, "visible bell");
287 tstr[T_DC].name = "DC";
288 tstr[T_DC].long_name = CSAVS(4, 31, "delete multiple chars");
290 tstr[T_DO].name = "DO";
291 tstr[T_DO].long_name = CSAVS(4, 32, "cursor down multiple");
293 tstr[T_IC].name = "IC";
294 tstr[T_IC].long_name = CSAVS(4, 33, "insert multiple chars");
296 tstr[T_LE].name = "LE";
297 tstr[T_LE].long_name = CSAVS(4, 34, "cursor left multiple");
299 tstr[T_RI].name = "RI";
300 tstr[T_RI].long_name = CSAVS(4, 35, "cursor right multiple");
302 tstr[T_UP].name = "UP";
303 tstr[T_UP].long_name = CSAVS(4, 36, "cursor up multiple");
305 tstr[T_kh].name = "kh";
306 tstr[T_kh].long_name = CSAVS(4, 43, "send cursor home");
308 tstr[T_at7].name = "@7";
309 tstr[T_at7].long_name = CSAVS(4, 44, "send cursor end");
311 tstr[T_mr].name = "mr";
312 tstr[T_mr].long_name = CSAVS(4, 45, "begin reverse video");
314 tstr[T_str].name = NULL;
315 tstr[T_str].long_name = NULL;
403 for (t = tstr; t->name != NULL; t++) {
450 for (ts = tstr; ts->name != NULL; ts++)
600 for (t = tstr; t->name != NULL; t++)
889 p = tstr[arrow[i].key].str;
1448 for (t = tstr; t->name != NULL; t++)
1460 for (t = tstr; t->name != NULL; t++)