Home
last modified time | relevance | path

Searched defs:newflag (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/one-true-awk/
H A Dlib.c226 int readrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* read one record into buf */ in readrec()
299 int readcsvrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* csv can have \n's */ in readcsvrec()
H A Drun.c410 bool newflag; in awkgetline() local
/aosp_15_r20/external/python/cpython2/Objects/
Dfileobject.c2557 PyFile_SoftSpace(PyObject *f, int newflag) in PyFile_SoftSpace()