Home
last modified time | relevance | path

Searched refs:OFS (Results 1 – 13 of 13) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnglish.pm86 *OFS
163 *OFS = *, ;
H A DEnglish.t31 $OFS = " ";
/onnv-gate/usr/src/cmd/oawk/
H A Dtran.c43 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 Dlib.c303 *(r-1) = **OFS; in recbld()
H A Dawk.def45 extern wchar_t **OFS;
H A Drun.c1103 ofslen = wcslen(*OFS); in print()
1115 os = *OFS; in print()
/onnv-gate/usr/src/cmd/awk/
H A Dtran.c47 uchar **OFS; /* output field sep */ variable
96 OFS = &setsymtab((uchar *)"OFS", (uchar *)" ", 0.0, in syminit()
H A Dlib.c471 olen = strlen((char *)*OFS); in recbld()
479 (void) memcpy(&record[cnt], *OFS, olen); in recbld()
H A Dawk.h77 extern uchar **OFS;
H A Drun.c1589 (void) fputs((char *)*OFS, fp); in print()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperltrap.pod84 you set C<$,> and C<$\>. You can set $OFS and $ORS if you're using
133 OFS $,
H A Dperlvar.pod423 =item $OFS
430 you would set B<awk>'s OFS variable to specify what is printed
H A Dperltoc.pod2389 IO::Handle->output_field_separator EXPR, $OUTPUT_FIELD_SEPARATOR, $OFS, $,,