Searched refs:num_columns (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libcurses/base/
H A Dlib_newwin.c142 int num_lines, int num_columns, int begy, int begx)
148 T((T_CALLED("newwin(%p, %d,%d,%d,%d)"), (void *) SP_PARM, num_lines, num_columns,
154 || num_columns < 0
160 if (num_columns == 0)
161 num_columns = screen_columns(SP_PARM) - begx;
164 num_lines, num_columns, begy, begx, 0);
169 win->_line[i].text = typeCalloc(NCURSES_CH_T, (unsigned) num_columns);
175 ptr < win->_line[i].text + num_columns;
185 newwin(int num_lines, int num_columns, int begy, int begx) argument
190 num_lines, num_columns, beg
141 newwin(NCURSES_SP_DCLx int num_lines, int num_columns, int begy, int begx) argument
197 derwin(WINDOW *orig, int num_lines, int num_columns, int begy, int begx) argument
268 _nc_makenew(NCURSES_SP_DCLx int num_lines, int num_columns, int begy, int begx, int flags) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/regen/
H A Debcdic.pl21 my $num_columns;
24 $num_columns = $dfa_columns;
30 $num_columns = 16;
41 $header .= sprintf($format, $_) for 0 .. $num_columns - 2;
46 $header .= sprintf $format, $num_columns - 1;

Completed in 160 milliseconds