OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EOL
(Results
1 - 25
of
40
) sorted by relevancy
1
2
/src/external/bsd/flex/dist/examples/manual/
expr.lex
27
\n return(
EOL
);
30
return(
EOL
);
expr.y
18
%token
EOL
32
line :
EOL
33
| exp
EOL
{ printf("%g\n",$1);}
/src/sbin/cgdconfig/
cgdparse.y
73
%token
EOL
85
rule: ALGORITHM stringlit
EOL
{ $$ = params_algorithm($2); }
86
| KEYLENGTH INTEGER
EOL
{ $$ = params_keylen($2); }
87
| IVMETHOD stringlit
EOL
{ $$ = params_ivmeth($2); }
88
| VERIFY_METHOD stringlit
EOL
{ $$ = params_verify_method($2); }
91
|
EOL
{ $$ = NULL; }
93
kgrule: KEYGEN stringlit kgbody
EOL
{ $$ = keygen_set_method($3, $2); }
101
kgvar: SALT bits
EOL
{ $$ = keygen_salt($2); }
102
| ITERATIONS INTEGER
EOL
{ $$ = keygen_iterations($2); }
103
| MEMORY INTEGER
EOL
{ $$ = keygen_memory($2);
[
all
...]
cgdlex.l
112
[;\n] { return
EOL
; }
/src/usr.bin/fpr/
fpr.c
59
#define
EOL
'\n'
106
case
EOL
:
108
ungetc((int)
EOL
, stdin);
117
cc =
EOL
;
136
case
EOL
:
139
ungetc((int)
EOL
, stdin);
151
cc =
EOL
;
218
case
EOL
:
340
putchar(
EOL
);
370
putchar(
EOL
);
[
all
...]
/src/usr.sbin/envstat/
config_yacc.y
58
%token
EOL
EQUAL LBRACE RBRACE
95
prop : SENSOR_PROP EQUAL STRING
EOL
99
devprop : DEVICE_PROP EQUAL STRING
EOL
config_lex.l
62
; { return
EOL
; }
/src/external/gpl3/gdb/dist/gdbserver/
gdbreplay.cc
67
#define
EOL
(EOF - 1)
284
ch =
EOL
;
292
fputc (ch ==
EOL
? '\n' : '\r', stderr);
297
ch =
EOL
;
390
if (fromlog ==
EOL
)
398
if (fromlog !=
EOL
)
437
while ((fromlog = logchar (fp, false)) !=
EOL
)
570
while ((ch = logchar (fp, true)) !=
EOL
);
575
while ((ch = logchar (fp, true)) !=
EOL
);
/src/external/gpl3/gdb.old/dist/gdbserver/
gdbreplay.cc
65
#define
EOL
(EOF - 1)
279
ch =
EOL
;
285
fputc (ch ==
EOL
? '\n' : '\r', stderr);
289
ch =
EOL
;
365
if (fromlog ==
EOL
)
373
if (fromlog !=
EOL
)
394
while ((fromlog = logchar (fp)) !=
EOL
)
466
while ((ch = logchar (fp)) !=
EOL
);
/src/external/mpl/dhcp/dist/dhcpctl/
omshell.c
225
case ENDOFLINE: /*
EOL
: */
266
if (token != END_OF_FILE && token !=
EOL
) {
342
if (token != END_OF_FILE && token !=
EOL
) {
370
if (token != END_OF_FILE && token !=
EOL
) {
412
if (token != END_OF_FILE && token !=
EOL
) {
422
if (token != END_OF_FILE && token !=
EOL
) {
457
if (token != END_OF_FILE && token !=
EOL
) {
504
if (token != END_OF_FILE && token !=
EOL
) {
513
if (token != END_OF_FILE && token !=
EOL
) {
638
if (token != END_OF_FILE && token !=
EOL
)
[
all
...]
/src/external/mpl/dhcp/dist/common/
resolv.c
65
else if (token ==
EOL
)
95
} while (token !=
EOL
);
96
if (token !=
EOL
) {
/src/sbin/veriexecctl/
veriexecctl_conf.l
111
/*
eol
on a line with data. need a call to ioctl, return
eol
*/
114
return
EOL
;
veriexecctl_parse.y
61
%token
EOL
TOKEN_COMMA
66
| statement path type fingerprint flags
eol
{
109
| statement
eol
110
| statement error
eol
{
191
eol
:
EOL
label
/src/external/bsd/libevent/dist/test/
test.sh
151
cat <<
EOL
156
EOL
/src/external/bsd/ntp/dist/sntp/libevent/test/
test.sh
151
cat <<
EOL
156
EOL
/src/sys/arch/newsmips/apbus/
if_snvar.h
117
* to SONIC. Need to clear
EOL
on
187
#define
EOL
0x0001 /* end of list marker for link fields */
if_sn.c
560
LOWER(sc->mtda[mtd_next].mtd_vtxp) |
EOL
);
564
* our txp |
EOL
. Want to clear the
EOL
, so write our
755
SWO(bitmode, p_rda, RXPKT_RLINK, LOWER(sc->v_rda) |
EOL
);
1007
SRO(bitmode, rda, RXPKT_RLINK) |
EOL
);
1012
RXPKT_RLINK) & ~
EOL
);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
minfo.d
286
enum
EOL
= "\r\n";
288
enum
EOL
= "\n";
294
sink(
EOL
);
299
sink("* ->" ~
EOL
);
303
sink(bt(relevant, x) ? "* ->" ~
EOL
: " ->" ~
EOL
);
306
sink("*" ~
EOL
);
/src/external/bsd/less/dist/
regexp.c
81
#undef
EOL
84
#define
EOL
2 /* no Match "" at end of line. */
490
ret = regnode(
EOL
);
861
case
EOL
:
1158
case
EOL
:
1159
p = "
EOL
";
/src/lib/libcompat/regexp/
regexp.c
87
#define
EOL
2 /* no Match "" at end of line. */
493
ret = regnode(
EOL
);
923
case
EOL
:
1224
case
EOL
:
1225
p = "
EOL
";
/src/usr.bin/tip/
tip.h
63
extern char *EL; /* chars marking an
EOL
*/
197
#define
EOL
5
/src/external/mpl/dhcp/dist/keama/
keama.h
26
#ifndef
EOL
27
#define
EOL
'\n'
/src/external/bsd/nvi/dist/regex/
engine.c
101
#define
EOL
(BOL+1)
740
/* is there an
EOL
and/or BOL between lastc and c? */
750
flag = (flag == BOL) ? BOLEOL :
EOL
;
765
(flag ==
EOL
|| (c != OUT && !ISWORD(c))) ) {
829
/* is there an
EOL
and/or BOL between lastc and c? */
839
flag = (flag == BOL) ? BOLEOL :
EOL
;
854
(flag ==
EOL
|| (c != OUT && !ISWORD(c))) ) {
887
== #define
EOL
(BOL+1)
929
if (flag ==
EOL
|| flag == BOLEOL)
/src/lib/libc/regex/
engine.c
120
#define
EOL
(BOL-1)
930
/* is there an
EOL
and/or BOL between lastc and c? */
940
flagch = (flagch == BOL) ? BOLEOL :
EOL
;
966
(flagch ==
EOL
|| (c != OUT && !ISWORD(c))) ) {
1026
== #define
EOL
(BOL-1)
1069
if ((ch ==
EOL
|| ch == BOLEOL) && (sflags & SEOS) != 0)
1077
if (ch ==
EOL
|| ch == BOLEOL)
/src/tests/lib/libcurses/director/
testlang_conf.l
393
/*
eol
on a line with data. need to process, return
eol
*/
397
return
EOL
;
Completed in 57 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026