OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NCHARS
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/tr/
extern.h
38
#define
NCHARS
(UCHAR_MAX + 1) /* Number of possible characters. */
/src/games/banner/
banner.c
59
#define
NCHARS
128
63
static const int asc_ptr[
NCHARS
] = {
1025
static int debug, linen, max,
nchars
, pc, term, trace;
variable in typeref:typename:int
1080
nchars
= strlen(message);
1085
nchars
= strlen(message);
1086
message[
nchars
--] = '\0'; /* get rid of newline */
1114
for (i = 0; i <
nchars
; i++)
1115
if ((u_char) message[i] >=
NCHARS
||
1128
for (i = 0; i <
nchars
; i++) {
/src/games/caesar/
caesar.c
56
#define
NCHARS
(1 << CHAR_BIT)
71
static unsigned char rottbl[
NCHARS
];
80
for (size_t i = 0; i <
NCHARS
; i++)
130
unsigned int obs[
NCHARS
];
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025