OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCHARS
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/tr/
extern.h
38
#define
NCHARS
(UCHAR_MAX + 1) /* Number of possible characters. */
tr.c
55
static int string1[
NCHARS
], string2[
NCHARS
];
179
for (ch = 0; ch <
NCHARS
; ch++) {
202
while (ch <
NCHARS
&& string1[ch] == 0) {
208
if (ch ==
NCHARS
) {
270
for (p = string, cnt =
NCHARS
; cnt--; ++p)
str.c
260
num =
NCHARS
+ 1;
267
for (ch = 0; ch <
NCHARS
; ch++) {
/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
];
/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++) {
Completed in 14 milliseconds
Indexes created Thu Nov 06 21:09:53 GMT 2025