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

Lines Matching defs:long_name

166     const char   *long_name;
180 const char *long_name;
191 xfree((ptr_t)(intptr_t)tstr[i].long_name);
194 xfree((ptr_t)(intptr_t)tval[i].long_name);
198 tstr[T_al].long_name = CSAVS(4, 1, "add new blank line");
201 tstr[T_bl].long_name = CSAVS(4, 2, "audible bell");
204 tstr[T_cd].long_name = CSAVS(4, 3, "clear to bottom");
207 tstr[T_ce].long_name = CSAVS(4, 4, "clear to end of line");
210 tstr[T_ch].long_name = CSAVS(4, 5, "cursor to horiz pos");
213 tstr[T_cl].long_name = CSAVS(4, 6, "clear screen");
216 tstr[T_dc].long_name = CSAVS(4, 7, "delete a character");
219 tstr[T_dl].long_name = CSAVS(4, 8, "delete a line");
222 tstr[T_dm].long_name = CSAVS(4, 9, "start delete mode");
225 tstr[T_ed].long_name = CSAVS(4, 10, "end delete mode");
228 tstr[T_ei].long_name = CSAVS(4, 11, "end insert mode");
231 tstr[T_fs].long_name = CSAVS(4, 12, "cursor from status line");
234 tstr[T_ho].long_name = CSAVS(4, 13, "home cursor");
237 tstr[T_ic].long_name = CSAVS(4, 14, "insert character");
240 tstr[T_im].long_name = CSAVS(4, 15, "start insert mode");
243 tstr[T_ip].long_name = CSAVS(4, 16, "insert padding");
246 tstr[T_kd].long_name = CSAVS(4, 17, "sends cursor down");
249 tstr[T_kl].long_name = CSAVS(4, 18, "sends cursor left");
252 tstr[T_kr].long_name = CSAVS(4, 19, "sends cursor right");
255 tstr[T_ku].long_name = CSAVS(4, 20, "sends cursor up");
258 tstr[T_md].long_name = CSAVS(4, 21, "begin bold");
261 tstr[T_me].long_name = CSAVS(4, 22, "end attributes");
264 tstr[T_nd].long_name = CSAVS(4, 23, "non destructive space");
267 tstr[T_se].long_name = CSAVS(4, 24, "end standout");
270 tstr[T_so].long_name = CSAVS(4, 25, "begin standout");
273 tstr[T_ts].long_name = CSAVS(4, 26, "cursor to status line");
276 tstr[T_up].long_name = CSAVS(4, 27, "cursor up one");
279 tstr[T_us].long_name = CSAVS(4, 28, "begin underline");
282 tstr[T_ue].long_name = CSAVS(4, 29, "end underline");
285 tstr[T_vb].long_name = CSAVS(4, 30, "visible bell");
288 tstr[T_DC].long_name = CSAVS(4, 31, "delete multiple chars");
291 tstr[T_DO].long_name = CSAVS(4, 32, "cursor down multiple");
294 tstr[T_IC].long_name = CSAVS(4, 33, "insert multiple chars");
297 tstr[T_LE].long_name = CSAVS(4, 34, "cursor left multiple");
300 tstr[T_RI].long_name = CSAVS(4, 35, "cursor right multiple");
303 tstr[T_UP].long_name = CSAVS(4, 36, "cursor up multiple");
306 tstr[T_kh].long_name = CSAVS(4, 43, "send cursor home");
309 tstr[T_at7].long_name = CSAVS(4, 44, "send cursor end");
312 tstr[T_mr].long_name = CSAVS(4, 45, "begin reverse video");
315 tstr[T_str].long_name = NULL;
319 tval[T_am].long_name = CSAVS(4, 37, "Has automatic margins");
322 tval[T_pt].long_name = CSAVS(4, 38, "Can use physical tabs");
325 tval[T_li].long_name = CSAVS(4, 39, "Number of lines");
328 tval[T_co].long_name = CSAVS(4, 40, "Number of columns");
331 tval[T_km].long_name = CSAVS(4, 41, "Has meta key");
334 tval[T_xn].long_name = CSAVS(4, 42, "Newline ignored at right margin");
337 tval[T_val].long_name = NULL;
406 xprintf("\t%36s (%s) == %s\n", t->long_name, t->name, s);