Searched refs:inputFS (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Dlib.c43 char inputFS[100] = " "; variable
190 if (strlen(*FS) >= sizeof(inputFS))
192 strcpy(inputFS, *FS); /* for subsequent field splitting */
279 if (strlen(inputFS) > 1) { /* it's a regular expression */
280 i = refldbld(r, inputFS);
281 } else if ((sep = *inputFS) == ' ') { /* default whitespace */
300 } else if ((sep = *inputFS) == 0) { /* new: FS="" => 1 char/field */
480 dprintf( ("in recbld inputFS=%s, fldtab[0]=%p\n", inputFS, fldtab[0]) );
487 dprintf( ("in recbld inputFS
[all...]
H A Dawk.h70 extern char inputFS[]; /* FS at time of input, for field splitting */
H A DFIXES29 minor fix in lib.c: increase inputFS to 100, change malloc
393 after a getline var; because inputFS wasn't initialized,

Completed in 77 milliseconds