OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytetab
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/sed/
defs.h
79
unsigned char
bytetab
[256];
member in struct:s_tr
compile.c
836
y->
bytetab
[i] = (u_char)i;
838
y->
bytetab
[(u_char)*op] = (u_char)*np;
850
y->
bytetab
[i] = (u_char)((btowc((int)i) != WEOF) ? i : 0);
859
y->
bytetab
[(u_char)*op] = (u_char)*np;
861
y->
bytetab
[(u_char)*op] = 0;
process.c
510
*p = (char)y->
bytetab
[(u_char)*p];
520
if ((c = (char)y->
bytetab
[(u_char)*p]) != '\0') {
Completed in 14 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025