Searched refs:OFS (Results 1 – 13 of 13) sorted by relevance
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | English.pm | 86 *OFS 163 *OFS = *, ;
|
| H A D | English.t | 31 $OFS = " ";
|
| /onnv-gate/usr/src/cmd/oawk/ |
| H A D | tran.c | 43 wchar_t **OFS; /* output field sep */ variable 84 OFS = &setsymtab(L_OFS, tostring(L_space), 0.0, STR|FLD, symtab)->sval; in syminit()
|
| H A D | lib.c | 303 *(r-1) = **OFS; in recbld()
|
| H A D | awk.def | 45 extern wchar_t **OFS;
|
| H A D | run.c | 1103 ofslen = wcslen(*OFS); in print() 1115 os = *OFS; in print()
|
| /onnv-gate/usr/src/cmd/awk/ |
| H A D | tran.c | 47 uchar **OFS; /* output field sep */ variable 96 OFS = &setsymtab((uchar *)"OFS", (uchar *)" ", 0.0, in syminit()
|
| H A D | lib.c | 471 olen = strlen((char *)*OFS); in recbld() 479 (void) memcpy(&record[cnt], *OFS, olen); in recbld()
|
| H A D | awk.h | 77 extern uchar **OFS;
|
| H A D | run.c | 1589 (void) fputs((char *)*OFS, fp); in print()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perltrap.pod | 84 you set C<$,> and C<$\>. You can set $OFS and $ORS if you're using 133 OFS $,
|
| H A D | perlvar.pod | 423 =item $OFS 430 you would set B<awk>'s OFS variable to specify what is printed
|
| H A D | perltoc.pod | 2389 IO::Handle->output_field_separator EXPR, $OUTPUT_FIELD_SEPARATOR, $OFS, $,,
|