Searched refs:SUBSEP (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/test/util-tests/tests/awk/bugs-fixed/ |
H A D | 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"]; 22 print (((SUBSEP = str1), (SUBSEP = str2), "c") in a); 23 print (((SUBSEP = str1) SUBSEP (SUBSEP = str2) SUBSEP "c") in a);
|
H A D | numeric-subsep.awk | 2 SUBSEP = 123.456; 4 print a["hello" SUBSEP "world"];
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | subsepnm.awk | 1 BEGIN { SUBSEP = 10; a[1, 1] = 100 ; print a[1 SUBSEP 1] }
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | tran.c | 79 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 D | awk.h | 104 extern char **SUBSEP;
|
H A D | run.c | 532 (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()
|