Home
last modified time | relevance | path

Searched refs:subseploc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Dtran.c63 Cell *subseploc; /* SUBSEP */ variable
96 subseploc = setsymtab("SUBSEP", "\034", 0.0, STR|DONTFREE, symtab); in syminit()
97 SUBSEP = &subseploc->sval; in syminit()
H A Dawk.h126 extern Cell *subseploc; /* SUBSEP */
H A Drun.c492 size_t seplen = strlen(getsval(subseploc)); in makearraystring()