Home
last modified time | relevance | path

Searched refs:SUBSEP (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Dparsecpu.awk101 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/
Dopt-gather.awk44 record[numrec] = record[numrec] SUBSEP $0
Dopt-read.awk34 FS=SUBSEP
/netbsd/src/external/historical/nawk/dist/
Dawk.h79 extern char **SUBSEP;
Dtran.c53 char **SUBSEP; /* subscript separator for a[i,j,k]; default \034 */ variable
101 SUBSEP = &subseploc->sval; in syminit()
Drun.c496 memcpy(buf + blen + slen, *SUBSEP, nsub); in makearraystring()
/netbsd/src/external/gpl2/gawk/dist/
Dawk.texi10788 @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 …]