diff options
Diffstat (limited to 'test/symtab11.ok')
-rw-r--r-- | test/symtab11.ok | 146 |
1 files changed, 74 insertions, 72 deletions
diff --git a/test/symtab11.ok b/test/symtab11.ok index c5e3e0fc..29170949 100644 --- a/test/symtab11.ok +++ b/test/symtab11.ok @@ -1,76 +1,78 @@ BEGIN -- Symtab is next -[i] -[ROUNDMODE] -[ORS] -[OFS] -[LINT] -[FNR] -[ERRNO] -[NR] -[IGNORECASE] -[TEXTDOMAIN] -[NF] -[ARGIND] -[ARGC] -[FIELDWIDTHS] -[CONVFMT] -[SUBSEP] -[PREC] -[RS] -[FPAT] -[RT] -[RLENGTH] -[OFMT] -[FS] -[RSTART] -[FILENAME] -[BINMODE] -[ARGV] -[PROCINFO] -[ENVIRON] +[i] = i +[ROUNDMODE] = N +[ORS] = + +[OFS] = +[LINT] = 0 +[FNR] = 0 +[ERRNO] = +[NR] = 0 +[IGNORECASE] = 1 +[TEXTDOMAIN] = messages +[NF] = 0 +[ARGIND] = 0 +[ARGC] = 1 +[FIELDWIDTHS] = +[CONVFMT] = %.6g +[SUBSEP] = +[PREC] = 53 +[RS] = + +[FPAT] = [^[:space:]]+ +[RT] = +[RLENGTH] = 0 +[OFMT] = %.6g +[FS] = +[RSTART] = 0 +[FILENAME] = +[BINMODE] = 0 +[ARGV] = <array> +[PROCINFO] = <array> +[ENVIRON] = <array> BEGIN-- after Symtab loop BEGIN -- Functab is next -[rand] -[dcgettext] -[gsub] -[match] -[int] -[log] -[sprintf] -[systime] -[strftime] -[length] -[and] -[srand] -[asort] -[atan2] -[cos] -[split] -[compl] -[bindtextdomain] -[exp] -[or] -[fflush] -[gensub] -[dcngettext] -[index] -[system] -[sqrt] -[rshift] -[tolower] -[sin] -[asorti] -[typeof] -[close] -[mktime] -[isarray] -[patsplit] -[sub] -[substr] -[xor] -[lshift] -[strtonum] -[toupper] -[bar] -[foo] +[rand] = rand +[dcgettext] = dcgettext +[gsub] = gsub +[match] = match +[int] = int +[log] = log +[sprintf] = sprintf +[systime] = systime +[strftime] = strftime +[length] = length +[and] = and +[srand] = srand +[asort] = asort +[atan2] = atan2 +[cos] = cos +[split] = split +[compl] = compl +[bindtextdomain] = bindtextdomain +[exp] = exp +[or] = or +[fflush] = fflush +[gensub] = gensub +[dcngettext] = dcngettext +[index] = index +[system] = system +[sqrt] = sqrt +[rshift] = rshift +[tolower] = tolower +[sin] = sin +[asorti] = asorti +[typeof] = typeof +[close] = close +[mktime] = mktime +[isarray] = isarray +[patsplit] = patsplit +[sub] = sub +[substr] = substr +[xor] = xor +[lshift] = lshift +[strtonum] = strtonum +[toupper] = toupper +[bar] = bar +[foo] = foo BEGIN-- after Functab loop |