Searched refs:ORS (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnglish.pm88 *ORS
165 *ORS = *\ ;
H A DEnglish.t32 $ORS = "\n";
55 # chomp is true because $ORS is "\n"
56 ok( chomp($foo), '$ORS should be \n' );
/opensolaris-onvv-gate/usr/src/cmd/oawk/
H A Dtran.c44 wchar_t **ORS; /* output record sep */ variable
65 static wchar_t L_ORS[] = L"ORS";
85 ORS = &setsymtab(L_ORS, tostring(L_newline), 0.0, STR|FLD,
H A Dawk.def44 extern wchar_t **ORS;
H A Drun.c1102 orslen = wcslen(*ORS);
1112 os = *ORS;
/opensolaris-onvv-gate/usr/src/cmd/awk/
H A Dtran.c48 uchar **ORS; /* output record sep */ variable
98 ORS = &setsymtab((uchar *)"ORS", (uchar *)"\n", 0.0,
H A Dawk.h76 extern uchar **ORS;
H A Drun.c1587 (void) fputs((char *)*ORS, fp);

Completed in 104 milliseconds