OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OCHAR
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/pr/
pr.h
47
#define
OCHAR
'\t'
pr.c
91
static char
ochar
; /* contract output char */
variable in typeref:typename:char
1150
* count number of spaces and
ochar
in buffer
1159
* simulate
ochar
processing
1161
if (*buf ==
ochar
) {
1172
* use as many
ochar
as will fit
1176
if (putchar(
ochar
) == EOF) {
1217
* use as many
ochar
as will fit
1221
if (putchar(
ochar
) == EOF) {
1710
ochar
= *eoptarg++;
1712
ochar
= OCHAR
[
all
...]
/src/tests/lib/libc/regex/
debug.c
120
case
OCHAR
:
/src/lib/libc/regex/
regex2.h
90
#define
OCHAR
(2U<<OPSHIFT) /* character wide character */
engine.c
479
case
OCHAR
:
675
case
OCHAR
:
1058
case
OCHAR
:
regcomp.c
1530
EMIT(
OCHAR
, (size_t)ch);
1533
* Kludge: character is too big to fit into an
OCHAR
operand.
2032
/* find the longest
OCHAR
sequence in strip */
2040
case
OCHAR
: /* sequence member */
2173
while (OP(s = *scan++) !=
OCHAR
)
2236
case
OCHAR
:
Completed in 19 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025