HomeSort by: relevance | last modified time | path
    Searched refs:ORS (Results 1 - 9 of 9) sorted by relevancy

  /src/external/historical/nawk/dist/bugs-fixed/
numeric-output-seps.awk 4 ORS = 2;
  /src/external/bsd/nsd/dist/contrib/
autocomplete_nsd-control.bash 20 WORDS=$($1 zonestatus |awk '/zone:/ {print $2}' ORS=' ')
27 WORDS=$($1 |awk '/^ -/ {print $1}' ORS=' ')
29 WORDS=$($1 |awk '/^ [^-]/ {print $1}' ORS=' ')
  /src/external/gpl3/gcc/dist/gcc/config/vms/
make-crtlmap.awk 9 ORS=""
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
make-crtlmap.awk 9 ORS=""
  /src/external/gpl3/gcc/dist/gcc/config/arm/
parsecpu.awk 108 zbit = ORS
109 ORS = ""
111 ORS = ", "
118 ORS = ""
120 ORS = ", "
123 ORS = ""
125 ORS = zbit
178 z = ORS
179 ORS = ""
190 ORS =
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
parsecpu.awk 108 zbit = ORS
109 ORS = ""
111 ORS = ", "
118 ORS = ""
120 ORS = ", "
123 ORS = ""
125 ORS = zbit
178 z = ORS
179 ORS = ""
190 ORS =
    [all...]
  /src/external/gpl2/texinfo/dist/util/
fixref.gawk 52 ORS = "\n\n"
109 printf "\n" # avoid ORS
  /src/external/historical/nawk/dist/
awk.h 72 extern char **ORS;
122 extern Cell *orsloc; /* ORS */
tran.c 45 char **ORS; /* output record sep */
62 Cell *orsloc; /* ORS */
89 orsloc = setsymtab("ORS", "\n", 0.0, STR|DONTFREE, symtab);
90 ORS = &orsloc->sval;

Completed in 18 milliseconds