OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getrec
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
proto.h
124
extern int
getrec
(char **, int *, int);
run.c
189
while (
getrec
(&record, &recsize, 1) > 0) {
431
n =
getrec
(&record, &recsize, 1);
433
n =
getrec
(&buf, &bufsize, 0);
[
all
...]
lib.c
104
int
getrec
(char **pbuf, int *pbufsize, int isrecord) /* get next input record */
function
FIXES
392
fixed a couple of bugs in
getrec
: could fail to update $0
[
all
...]
Completed in 241 milliseconds