Searched refs:SUBSEP (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/one-true-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"];
|
H A D | README | 42 12. numeric-subsep, numeric-fs, numeric-output-seps, numerics-rs: If SUBSEP, 46 13. subsep-overflow: The length of SUBSEP needs to be rechecked after 47 calling execute(), in case SUBSEP itself has been changed.
|
/freebsd/contrib/one-true-awk/ |
H A D | awk.h | 79 extern char **SUBSEP;
|
H A D | tran.c | 49 char **SUBSEP; /* subscript separator for a[i,j,k]; default \034 */ variable 97 SUBSEP = &subseploc->sval; in syminit()
|
H A D | run.c | 503 memcpy(buf + blen + slen, *SUBSEP, nsub); in makearraystring()
|
/freebsd/sys/dev/bhnd/tools/ |
H A D | nvram_map_gen.awk | 1868 _prefix = "^" obj SUBSEP 2145 return (head[PROP_ID] SUBSEP tail[PROP_ID]) 2161 return (path SUBSEP tail_id) 2171 gsub(SUBSEP, ".", prop_path) "' on null object") 2189 _nprop_ids = split(prop_path, _prop_ids, SUBSEP) 2489 _prefix = "^" map SUBSEP OBJ_PROP SUBSEP 3066 map_set(_layout_revmap, (_name SUBSEP _i), entry) 3126 _key = vname SUBSEP revision
|