Lines Matching defs:Str
98 #define Str(a) el->el_terminal.t_str[a]
249 EL_FLAGS |= (strcmp(Str(T_me), Str(T_ue)) == 0) ?
254 EL_FLAGS |= (strcmp(Str(T_me), Str(T_se)) == 0) ?
341 char **tmp, **str = &tlist[t - tstr];
345 *str = NULL;
350 tlen = *str == NULL ? 0 : strlen(*str);
356 if (*str)
357 (void) strcpy(*str, cap); /* XXX strcpy is safe */
365 (void) strcpy(*str = &el->el_terminal.t_buf[
376 if (*tmp != NULL && **tmp != '\0' && *tmp != *str) {
391 (void) strcpy(*str = &el->el_terminal.t_buf[el->el_terminal.t_loc],
516 terminal_tputs(el, tgoto(Str(T_UP), -del, -del), -del);
520 terminal_tputs(el, Str(T_up), 1);
555 terminal_tputs(el, tgoto(Str(T_ch), where, where), where);
559 terminal_tputs(el, tgoto(Str(T_RI), del, del),
597 terminal_tputs(el, tgoto(Str(T_LE), -del, -del),
697 terminal_tputs(el, tgoto(Str(T_DC), num, num), num);
701 terminal_tputs(el, Str(T_dm), 1);
705 terminal_tputs(el, Str(T_dc), 1);
708 terminal_tputs(el, Str(T_ed), 1);
738 terminal_tputs(el, tgoto(Str(T_IC), num, num), num);
744 terminal_tputs(el, Str(T_im), 1);
752 terminal_tputs(el, Str(T_ip), 1);
754 terminal_tputs(el, Str(T_ei), 1);
759 terminal_tputs(el, Str(T_ic), 1);
766 terminal_tputs(el, Str(T_ip), 1);
782 terminal_tputs(el, Str(T_ce), 1);
800 terminal_tputs(el, Str(T_cl), Val(T_li));
802 terminal_tputs(el, Str(T_ho), Val(T_li)); /* home */
804 terminal_tputs(el, Str(T_cd), Val(T_li));
820 terminal_tputs(el, Str(T_bl), 1);