Searched refs:SUBSEP (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | 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)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | opt-gather.awk | 44 record[numrec] = record[numrec] SUBSEP $0
|
| D | opt-read.awk | 34 FS=SUBSEP
|
| /netbsd/src/external/historical/nawk/dist/ |
| D | awk.h | 79 extern char **SUBSEP;
|
| D | tran.c | 53 char **SUBSEP; /* subscript separator for a[i,j,k]; default \034 */ variable 101 SUBSEP = &subseploc->sval; in syminit()
|
| D | run.c | 496 memcpy(buf + blen + slen, *SUBSEP, nsub); in makearraystring()
|
| /netbsd/src/external/gpl2/gawk/dist/ |
| D | awk.texi | 10788 @cindex @code{SUBSEP} variable 10791 @item SUBSEP 11863 @cindex @code{SUBSEP} variable, multidimensional arrays 11872 variable @code{SUBSEP}. 11875 when the value of @code{SUBSEP} is @code{"@@"}. The numbers 5 and 12 are 11882 expressions @samp{foo[5,12]} and @w{@samp{foo[5 SUBSEP 12]}} are always 11885 The default value of @code{SUBSEP} is the string @code{"\034"}, 11889 that index values that contain a string matching @code{SUBSEP} can lead to 11890 combined strings that are ambiguous. Suppose that @code{SUBSEP} is 11969 split(combined, separate, SUBSEP) [all …]
|