Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/awk/bugs-fixed/
H A Dsubsep-overflow.awk13 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"];
22 print (((SUBSEP = str1), (SUBSEP = str2), "c") in a);
23 print (((SUBSEP = str1) SUBSEP (SUBSEP = str2) SUBSEP "c") in a);
H A Dnumeric-subsep.awk2 SUBSEP = 123.456;
4 print a["hello" SUBSEP "world"];
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dsubsepnm.awk1 BEGIN { SUBSEP = 10; a[1, 1] = 100 ; print a[1 SUBSEP 1] }
/illumos-gate/usr/src/cmd/awk/
H A Dtran.c79 char **SUBSEP; /* subscript separator for a[i,j,k]; default \034 */ variable
111 &vp->sval == FILENAME || &vp->sval == SUBSEP) in setfree()
152 SUBSEP = &subseploc->sval; in syminit()
H A Dawk.h104 extern char **SUBSEP;
H A Drun.c532 (void) memcpy(&buf[tlen], *SUBSEP, nsub); in array()
598 (void) memcpy(&buf[tlen], *SUBSEP, nsub); in awkdelete()
647 (void) memcpy(&buf[tlen], *SUBSEP, nsub); in intest()