OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GETLINE
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/historical/nawk/dist/
awkgram.y
85
%left
GETLINE
248
| pattern '|'
GETLINE
var {
249
if (safe) SYNTAX("cmd |
getline
is unsafe");
250
else $$ = op3(
GETLINE
, $4, itonp($2), $1); }
251
| pattern '|'
GETLINE
{
252
if (safe) SYNTAX("cmd |
getline
is unsafe");
253
else $$ = op3(
GETLINE
, (Node*)0, itonp($2), $1); }
402
|
GETLINE
var LT term { $$ = op3(
GETLINE
, $2, itonp($3), $4); }
403
|
GETLINE
LT term { $$ = op3(GETLINE, NIL, itonp($2), $3);
[
all
...]
maketab.c
110
{
GETLINE
, "awkgetline", "
getline
" },
lex.c
71
{ "
getline
",
GETLINE
,
GETLINE
},
/src/external/ibm-public/postfix/dist/src/bounce/
bounce_template.c
320
#define
GETLINE
(line, buf) \
323
while ((
GETLINE
(cp, tval)) != 0 && (hlen = is_header(cp)) > 0) {
364
(void)
GETLINE
(cp, tval);
402
(void)
GETLINE
(cp, tval);
/src/external/bsd/mdocml/dist/
configure
309
runtest
getline
GETLINE
|| true
540
echo "extern ssize_t
getline
(char **, size_t *, FILE *);"
Completed in 17 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026