OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COLUMNS
(Results
1 - 9
of
9
) sorted by relevancy
/src/games/bcd/
bcd.c
151
#define
COLUMNS
48
164
if (strlen(str) >
COLUMNS
)
165
str[
COLUMNS
] = '\0';
174
for (i = 1; i <=
COLUMNS
; ++i)
189
while (i++ <=
COLUMNS
)
208
while (i++ <
COLUMNS
)
216
for (i = 1; i <=
COLUMNS
; i++)
/src/crypto/external/apache2/openssl/dist/Configurations/
unix-Makefile.tmpl
35
our $
COLUMNS
= $ENV{
COLUMNS
};
36
if ($
COLUMNS
=~ /^\d+$/) {
37
$
COLUMNS
= int($
COLUMNS
) - 2; # 2 to leave space for ending ' \'
39
$
COLUMNS
= 76;
94
fill_lines(" ", $
COLUMNS
- 5,
98
fill_lines(" ", $
COLUMNS
- 7,
102
fill_lines(" ", $
COLUMNS
- 11,
109
fill_lines(" ", $
COLUMNS
- 8
[
all
...]
/src/crypto/external/bsd/openssl/dist/Configurations/
unix-Makefile.tmpl
27
our $
COLUMNS
= $ENV{
COLUMNS
};
28
if ($
COLUMNS
=~ /^\d+$/) {
29
$
COLUMNS
= int($
COLUMNS
) - 2; # 2 to leave space for ending ' \'
31
$
COLUMNS
= 76;
77
fill_lines(" ", $
COLUMNS
- 5,
81
fill_lines(" ", $
COLUMNS
- 7,
85
fill_lines(" ", $
COLUMNS
- 11,
92
fill_lines(" ", $
COLUMNS
- 8
[
all
...]
/src/external/bsd/less/dist/lesstest/
maketest
20
my $
columns
= ($opt{w} or $ENV{
COLUMNS
}-1);
49
my $cmd = "LINES=$lines
COLUMNS
=$
columns
$lesstest $lt_opts $ls_opts -s '$lt_screen' -o '$ltfile' -- $less '$textfile'";
/src/tests/lib/libcurses/
t_curses.sh
20
export
COLUMNS
=80
/src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
Template.pm
1988
COLUMNS
=> 3,
/src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
Template.pm
1988
COLUMNS
=> 3,
/src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
Template.pm
1801
COLUMNS
=> 3,
/src/external/public-domain/sqlite/dist/
sqlite3.c
713
** number of
columns
in the result. ^The 3rd argument to the sqlite3_exec()
2742
** partial indexes, or generated
columns
2769
** process a table with generated
columns
and a descending index. This is
2771
** either generated
columns
or descending indexes.
2847
** names are not also used by explicitly declared
columns
. ^If
3188
** The table conceptually has a number of rows and
columns
. But
3191
** and M be the number of
columns
.
3195
** to zero-terminated strings that contain the names of the
columns
.
3215
** There are two
columns
(M==2) and three rows (N==3). Thus the
3255
int *pnColumn, /* Number of result
columns
written here *
[
all
...]
Completed in 76 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026