HomeSort by: relevance | last modified time | path
    Searched defs:strs (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/tput/
tput.c 151 char *strs[TPARM_MAX], *tmp; local in function:process
167 strs[i] = *argv;
182 (piss[i - 1] ? (long)strs[i - 1] : nums[i - 1]) : 0)
  /src/lib/libterminfo/
term_private.h 117 const char **strs; member in struct:__anon386157850208
168 TBUF strs; member in struct:__anon386157850408
term.h 741 #define t_acs_chars(t) (t)->strs[TICODE_acsc]
742 #define t_alt_scancode_esc(t) (t)->strs[TICODE_scesa]
743 #define t_back_tab(t) (t)->strs[TICODE_cbt]
744 #define t_bell(t) (t)->strs[TICODE_bel]
745 #define t_bit_image_carriage_return(t) (t)->strs[TICODE_bicr]
746 #define t_bit_image_newline(t) (t)->strs[TICODE_binel]
747 #define t_bit_image_repeat(t) (t)->strs[TICODE_birep]
748 #define t_carriage_return(t) (t)->strs[TICODE_cr]
749 #define t_change_char_pitch(t) (t)->strs[TICODE_cpi]
750 #define t_change_line_pitch(t) (t)->strs[TICODE_lpi
1938 const char **strs; member in struct:__anona33762cb0108
    [all...]

Completed in 14 milliseconds