Searched refs:ORS (Results 1 – 10 of 10) sorted by relevance
94 *ORS173 *ORS = *\ ;
32 $ORS = "\n";
52 ORS = "\n\n"
74 extern char **ORS;
42 char **ORS; /* output record sep */ variable87 ORS = &orsloc->sval; in syminit()
84 you set C<$,> and C<$\>. You can set $OFS and $ORS if you're using134 ORS $\
1813 =item $ORS1816 X<$\> X<$ORS> X<$OUTPUT_RECORD_SEPARATOR>
92 awk -v ORS=' ' '!x[$0]++')
99 $ORS101 …d. To get behavior more like awk, set this variable as you would set awk's ORS variable to specify…
323 =item $ORS331 B<awk>'s ORS variable to specify what is printed at the end of the