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

  /src/external/historical/nawk/dist/bugs-fixed/
numeric-subsep.awk 2 SUBSEP = 123.456;
4 print a["hello" SUBSEP "world"];
subsep-overflow.awk 13 a[(SUBSEP = str1), (SUBSEP = str2), "c"] = 1;
19 print (((SUBSEP = str1), (SUBSEP = str2), "c") in a);
20 print (((SUBSEP = str1) SUBSEP (SUBSEP = str2) SUBSEP "c") in a);
21 delete a[(SUBSEP = str1), (SUBSEP = str2), "c"]
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
opt-gather.awk 44 record[numrec] = record[numrec] SUBSEP $0
opt-read.awk 35 FS=SUBSEP
  /src/external/gpl3/gcc.old/dist/gcc/
opt-gather.awk 44 record[numrec] = record[numrec] SUBSEP $0
opt-read.awk 34 FS=SUBSEP
  /src/sys/arch/hppa/dev/
devlist2h.awk 35 SUBSEP = "_";
  /src/external/gpl3/gcc/dist/gcc/config/arm/
parsecpu.awk 101 split (gbits, bitsep, SUBSEP)
182 split (bitcomb, bitsep, SUBSEP)
205 split (impl, impl_parts, SUBSEP)
609 split (bitcomb, bitsep, SUBSEP)
634 split(impl, impl_sep, SUBSEP)
642 split(bitcomb, bitsep, SUBSEP)
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
parsecpu.awk 101 split (gbits, bitsep, SUBSEP)
182 split (bitcomb, bitsep, SUBSEP)
205 split (impl, impl_parts, SUBSEP)
609 split (bitcomb, bitsep, SUBSEP)
634 split(impl, impl_sep, SUBSEP)
642 split(bitcomb, bitsep, SUBSEP)
  /src/external/historical/nawk/dist/
awk.h 79 extern char **SUBSEP;
126 extern Cell *subseploc; /* SUBSEP */
tran.c 53 char **SUBSEP; /* subscript separator for a[i,j,k]; default \034 */
67 Cell *subseploc; /* SUBSEP */
100 subseploc = setsymtab("SUBSEP", "\034", 0.0, STR|DONTFREE, symtab);
101 SUBSEP = &subseploc->sval;
run.c 494 memcpy(buf + blen + slen, *SUBSEP, nsub);

Completed in 24 milliseconds