Home
last modified time | relevance | path

Searched refs:fsloc (Results 1 – 4 of 4) sorted by relevance

/external/one-true-awk/
Dtran.c54 Cell *fsloc; /* FS */ variable
93 fsloc = setsymtab("FS", " ", 0.0, STR|DONTFREE, symtab); in syminit()
94 FS = &fsloc->sval; in syminit()
Dawk.h100 extern Cell *fsloc; /* FS */
Dlib.c194 if (strlen(getsval(fsloc)) >= sizeof (inputFS)) in readrec()
287 if (strlen(getsval(fsloc)) >= sizeof (inputFS)) in fldbld()
Drun.c1267 fs = getsval(fsloc); in split()