Searched refs:inputFS (Results 1 – 3 of 3) sorted by relevance
43 char inputFS[100] = " "; variable194 if (strlen(getsval(fsloc)) >= sizeof (inputFS)) in readrec()197 strcpy(inputFS, *FS); /* for subsequent field splitting */ in readrec()287 if (strlen(getsval(fsloc)) >= sizeof (inputFS)) in fldbld()289 strcpy(inputFS, *FS); in fldbld()290 if (strlen(inputFS) > 1) { /* it's a regular expression */ in fldbld()291 i = refldbld(r, inputFS); in fldbld()292 } else if ((sep = *inputFS) == ' ') { /* default whitespace */ in fldbld()311 } else if ((sep = *inputFS) == 0) { /* new: FS="" => 1 char/field */ in fldbld()508 dprintf( ("in recbld inputFS=%s, fldtab[0]=%p\n", inputFS, (void*)fldtab[0]) ); in recbld()[all …]
69 extern char inputFS[]; /* FS at time of input, for field splitting */
189 minor fix in lib.c: increase inputFS to 100, change malloc553 after a getline var; because inputFS wasn't initialized,