OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctab
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/dd/
args.c
357
const u_char *
ctab
;
member in struct:conv
399
if (cp->
ctab
)
400
ctab
= cp->
ctab
;
dd.c
93
const u_char *
ctab
; /* conversion table */
variable in typeref:typename:const u_char *
294
casetab[cnt] = tolower(
ctab
[cnt]);
297
casetab[cnt] = toupper(
ctab
[cnt]);
309
ctab
= casetab;
/src/bin/ed/
buf.c
283
unsigned char
ctab
[256]; /* character translation table */
variable in typeref:typename:unsigned char[256]
302
ctab
[i] = i;
314
ctab
[i] = i; /* restore table to initial state */
315
ctab
[i = from] = to;
317
*us =
ctab
[*us];
/src/games/worms/
worms.c
217
int *
ctab
= NULL;
local in function:main
377
nc = docolour ? initclr(&
ctab
) : 0;
452
w->attr = nc ?
ctab
[n % nc] : 0;
468
free(
ctab
); /* not needed any more */
559
initclr(int**
ctab
)
587
if ((*
ctab
= calloc(COLOR_PAIRS, sizeof(int))) == NULL)
589
ip = *
ctab
;
Completed in 39 milliseconds
Indexes created Sun Sep 21 19:09:51 GMT 2025