HomeSort by: relevance | last modified time | path
    Searched refs:t_lines (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libterminfo/
setupterm.c 130 t_lines(*nterm) = (short)win.ws_row;
139 t_lines(*nterm) = (short)strtol(p, NULL, 0);
setupterm.c 130 t_lines(*nterm) = (short)win.ws_row;
139 t_lines(*nterm) = (short)strtol(p, NULL, 0);
term.h 246 #define t_lines(t) (t)->nums[TICODE_lines] macro
280 #define lines t_lines(cur_term)
term.h 246 #define t_lines(t) (t)->nums[TICODE_lines] macro
280 #define lines t_lines(cur_term)
  /src/lib/libcurses/
setterm.c 84 screen->LINES = t_lines(screen->term);
101 t_lines(screen->term) = 1;
setterm.c 84 screen->LINES = t_lines(screen->term);
101 t_lines(screen->term) = 1;

Completed in 30 milliseconds