Home
last modified time | relevance | path

Searched refs:emitp (Results 1 – 25 of 30) sorted by relevance

12

/dports/textproc/miller/miller-5.10.2/go/reg-test/expected/
H A Dcase-c-dsl-parameterized-emit.sh.out2 mlr put -q @sum[$a] = $x; end{ emitp @sum; } ./reg-test/input/abixy
5 mlr put -q @sum[$a] = $x; end{ emitp @sum,"a"; } ./reg-test/input/abixy
12 mlr put -q @sum[$a] = $x; end{ emitp @sum,"a","b"; } ./reg-test/input/abixy
19 mlr put -q @sum[$a][$b] = $x; end{ emitp @sum; } ./reg-test/input/abixy
22 mlr put -q @sum[$a][$b] = $x; end{ emitp @sum,"a"; } ./reg-test/input/abixy
53 mlr put -q @v = $a; end {emitp @v } ./reg-test/input/abixy
56 mlr put -q @v = $i; end {emitp @v } ./reg-test/input/abixy
59 mlr put -q @v = $x; end {emitp @v } ./reg-test/input/abixy
62 mlr put -q @v = $nonesuch; end {emitp @v } ./reg-test/input/abixy
221 mlr --opprint put -q @v[NR]=$*; end{emitp @v} ./reg-test/input/abixy
[all …]
H A Dcase-dsl-oosvar-assignments.sh.out644 mlr put -q @s += $i; @t=@s; end{dump; emitp@s; emitp @t} ./reg-test/input/abixy
652 mlr put -q @s[1] += $i; @t=@s; end{dump; emitp@s; emitp @t} ./reg-test/input/abixy
664 mlr put -q @s[1] += $i; @t=@s[1]; end{dump; emitp@s; emitp @t} ./reg-test/input/abixy
674 mlr put -q @s[1] += $i; @t[3]=@s; end{dump; emitp@s; emitp @t} ./reg-test/input/abixy
688 mlr put -q @s[1] += $i; @t[3]=@s[1]; end{dump; emitp@s; emitp @t} ./reg-test/input/abixy
700 mlr put -q @s[1][2] += $i; @t=@s; end{dump; emitp@s; emitp @t} ./reg-test/input/abixy
716 mlr put -q @s[1][2] += $i; @t=@s[1]; end{dump; emitp@s; emitp @t} ./reg-test/input/abixy
730 mlr put -q @s[1][2] += $i; @t=@s[1][2]; end{dump; emitp@s; emitp @t} ./reg-test/input/abixy
742 mlr put -q @s[1][2] += $i; @t[3]=@s; end{dump; emitp@s; emitp @t} ./reg-test/input/abixy
760 mlr put -q @s[1][2] += $i; @t[3]=@s[1]; end{dump; emitp@s; emitp @t} ./reg-test/input/abixy
[all …]
H A Dcase-dsl-mapvar-emit.sh.out10 emitp (@a, b, {2:{3:12}});
13 emitp (@a, b, {2:{3:12}}), "t";
16 emitp (@a, b, {2:{3:12}}), "t", "u";
30 emitp (@a, b, {2:{3:12}});
33 emitp (@a, b, {2:{3:12}}), "t";
36 emitp (@a, b, {2:{3:12}}), "t", "u";
56 emitp @output, "NR", "k"
H A Dcase-c-dsl-indirect-oosvar-assignments.sh.out74 text="emitp", type=EMITP:
75 text="emitp", type=EMITP:
93 text="emitp", type=EMITP:
94 text="emitp", type=EMITP:
134 text="emitp", type=EMITP:
135 text="emitp", type=EMITP:
153 text="emitp", type=EMITP:
188 text="emitp", type=EMITP:
201 text="emitp", type=EMITP:
237 text="emitp", type=EMITP:
[all …]
H A Dcase-c-dsl-lashed-emitp-singles.sh.out4 emitp @a
10 emitp (@a)
16 emitp @a, "s"
22 emitp (@a), "s"
29 emitp @a, "s"
37 emitp (@a), "s"
44 emitp @a, "s"
50 emitp (@a), "s"
57 emitp @a, "s"
65 emitp (@a), "s"
[all …]
H A Dcase-dsl-emit.sh.out35 emitp @sumx;
50 emitp @sums;
113 emitp (@sumx, @countx);
129 emitp (@sums, @counts);
203 emitp @sums, "a";
243 emitp @sums, "a";
276 emitp @sums, "a", "b";
301 emitp @sums, "a", "b", "c";
409 emitp (@sums, @counts), "a";
449 emitp (@sums, @counts), "a";
[all …]
H A Dcase-c-dsl-prefixed-unprefixed-emit.sh.out2 mlr --oxtab put -q @sum += $x; end{dump;emitp @sum } ./reg-test/input/abixy-wide
14 mlr --oxtab put -q @sum[$a] += $x; end{dump;emitp @sum } ./reg-test/input/abixy-wide
46 mlr --oxtab put -q @sum[$a] += $x; end{dump;emitp @sum, "a"} ./reg-test/input/abixy-wide
96 mlr --oxtab put -q @sum[$a][$b] += $x; end{dump;emitp @sum } ./reg-test/input/abixy-wide
232 mlr --oxtab put -q @sum[$a][$b] += $x; end{dump;emitp @sum, "a"} ./reg-test/input/abixy-wide
382 mlr --opprint put -q @sum[$a][$b] += $x; end{dump;emitp @sum, "a", "b"} ./reg-test/input/abixy-wide
516 mlr --oxtab put -q @sum[$a][$b][$a.$b] += $x; end{dump;emitp @sum } ./reg-test/input/abixy-wide
772 mlr --oxtab put -q @sum[$a][$b][$a.$b] += $x; end{dump;emitp @sum, "a"} ./reg-test/input/abixy-wide
1626 mlr --oxtab head -n 2 then put -q @v = $*; end{dump;emitp @v} ./reg-test/input/abixy
1658 mlr --oxtab head -n 2 then put -q @v[NR] = $*; end{dump;emitp @v } ./reg-test/input/abixy
[all …]
H A Dcase-dsl-output-redirects.sh.out616 ---------------------------------------------------------------- emitp
617 mlr --from ./reg-test/input/2.dkvp put @x=1; emitp @x
620 mlr --from ./reg-test/input/2.dkvp put @x=1; emitp @x
628 mlr --from ./reg-test/input/2.dkvp put -q @x=1; emitp > stdout, @x
631 mlr --from ./reg-test/input/2.dkvp put -q @x=1; emitp > stdout, @x
637 mlr --from ./reg-test/input/2.dkvp put @x=1; emitp > stderr, @x
640 mlr --from ./reg-test/input/2.dkvp put @x=1; emitp > stderr, @x
661 mlr --from ./reg-test/input/2.dkvp put @x=1; @y=2; emitp (@x, @y)
664 mlr --from ./reg-test/input/2.dkvp put @x=1; @y=2; emitp (@x, @y)
705 mlr --from ./reg-test/input/2.dkvp put @x={"a":1}; emitp @x, "a"
[all …]
H A Dcase-dsl-absent-empty.sh.out2 mlr put -q @sum += $x; end{emitp @sum} ./reg-test/input/abixy
5 mlr put -q @sum[$a] += $x; end{emitp @sum, "a"} ./reg-test/input/abixy
24 mlr put -q @sum += $x; end{emitp @sum} ./reg-test/input/abixy-het
27 mlr put -q @sum[$a] += $x; end{emitp @sum, "a"} ./reg-test/input/abixy-het
44 …pe = typeof(@sum); @xtype = typeof($x); emitf @sumtype, @xtype, @sum; end{emitp @sum} ./reg-test/i…
57 …pe = typeof(@sum); @xtype = typeof($x); emitf @sumtype, @xtype, @sum; end{emitp @sum} ./reg-test/i…
98 mlr put @s = @s + $y; emitp @s ./reg-test/input/typeof.dkvp
124 mlr put @s = @s + $u; emitp @s ./reg-test/input/typeof.dkvp
H A Dcase-c-dsl-redirects.sh.out1136 mlr head -n 4 then put -q @a[NR]=$a; @b[NR]=$b; emitp > stdout, @a ./reg-test/input/abixy
1144 mlr head -n 4 then put -q @a[NR]=$a; @b[NR]=$b; emitp > stderr, @a ./reg-test/input/abixy
1250 mlr head -n 4 then put -q @a[NR]=$a; @b[NR]=$b; emitp > stdout, @a, "NR" ./reg-test/input/abixy
1264 mlr head -n 4 then put -q @a[NR]=$a; @b[NR]=$b; emitp > stderr, @a, "NR" ./reg-test/input/abixy
1334 mlr head -n 4 then put -q @a[NR]=$a; @b[NR]=$b; emitp > stdout, (@a, @b) ./reg-test/input/abixy
1342 mlr head -n 4 then put -q @a[NR]=$a; @b[NR]=$b; emitp > stderr, (@a, @b) ./reg-test/input/abixy
1494 mlr head -n 4 then put -q @a[NR]=$a; @b[NR]=$b; emitp > stdout, @* ./reg-test/input/abixy
1506 mlr head -n 4 then put -q @a[NR]=$a; @b[NR]=$b; emitp > stderr, @* ./reg-test/input/abixy
1538 mlr head -n 4 then put -q @a[NR]=$a; @b[NR]=$b; emitp > stdout, all ./reg-test/input/abixy
1550 mlr head -n 4 then put -q @a[NR]=$a; @b[NR]=$b; emitp > stderr, all ./reg-test/input/abixy
[all …]
H A Dcase-dsl-parse.sh.err8 ( emitp field_name $[ braced_field_name $[[ $[[[ full_srec oosvar_name @[
H A Dcase-dsl-for-oosvar-loops.sh.out138 emitp @sum, "a", "b";
139 emitp @count, "a", "b";
140 emitp @mean, "a", "b"
186 emitp @value, "stat", "a", "b";
H A Dcase-dsl-break-continue.sh.out594 emitp @logging1, "NR", "k";
647 emitp @logging2, "NR", "k";
690 emitp @logging3, "NR", "k";
753 emitp @logging4, "NR", "k"
828 emitp @logging1, "NR", "k";
829 emitp @logging2, "NR", "k";
830 emitp @logging3, "NR", "k";
831 emitp @logging4, "NR", "k"
/dports/textproc/miller/miller-5.10.2/c/reg_test/expected/
H A Dout-dev184 mlr put -q @sum += $x; end{emitp @sum} ./reg_test/input/abixy
189 mlr put -q @sum[$a] += $x; end{emitp @sum, "a"} ./reg_test/input/abixy
212 mlr put -q @sum += $x; end{emitp @sum} ./reg_test/input/abixy-het
217 mlr put -q @sum[$a] += $x; end{emitp @sum, "a"} ./reg_test/input/abixy-het
237 …pe = typeof(@sum); @xtype = typeof($x); emitf @sumtype, @xtype, @sum; end{emitp @sum} ./reg_test/i…
250 …pe = typeof(@sum); @xtype = typeof($x); emitf @sumtype, @xtype, @sum; end{emitp @sum} ./reg_test/i…
281 mlr put @s = @s + $y; emitp @s ./reg_test/input/typeof.dkvp
291 mlr put @s = @s + $y; emitp @s ./reg_test/input/typeof.dkvp
301 mlr put @s = @s + $u; emitp @s ./reg_test/input/typeof.dkvp
471 mlr put -q @sum += $x; end{emitp @sum} ./reg_test/input/abixy-het
[all …]
H A Dout41802 emitp @a
41808 emitp (@a)
41814 emitp @a, "s"
41820 emitp (@a), "s"
41827 emitp @a, "s"
41835 emitp (@a), "s"
41842 emitp @a, "s"
41848 emitp (@a), "s"
41855 emitp @a, "s"
41863 emitp (@a), "s"
[all …]
/dports/textproc/miller/miller-5.10.2/go/src/parsing/
H A Dmlr.bnf209 emitp : 'e' 'm' 'i' 't' 'p' ;
848 : emitp EmittableAsList
851 $0, // emitp
862 $0, // emitp
870 | emitp "(" EmittableList ")"
873 $0, // emitp
884 $0, // emitp
895 $0, // emitp
906 $0, // emitp
917 $0, // emitp
[all …]
/dports/editors/joe/joe-4.6/joe/
H A Dfrag.h44 ptrdiff_t emitp(Frag *f, void *p);
H A Dfrag.c126 ptrdiff_t emitp(Frag *f, void *p) in emitp() function
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dregexp.c262 ctx->emitp = FALSE; in rc_ctx_init()
1175 if (ctx->emitp) { in rc3_emit()
1190 if (ctx->emitp) { in rc3_emit_offset()
1206 if (ctx->emitp) { in rc3_fill_offset()
1319 if (ctx->emitp) { in rc3_minmax()
1336 if (ctx->emitp) { in rc3_minmax()
1344 if (ctx->emitp) { in rc3_minmax()
1356 if (ctx->emitp) { in rc3_minmax()
1584 if (ctx->emitp) { in rc3_rec()
1887 ctx->emitp = FALSE; in rc3()
[all …]
/dports/textproc/miller/miller-5.10.2/docs/
H A Dreference-dsl.rst80 * ``mlr filter`` expressions may not use ``tee``, ``emit``, ``emitp``, or ``emitf``.
1046 all: used in "emit", "emitp", and "unset" as a synonym for @*
1153 emitp: inserts an out-of-stream variable into the output record stream.
1170 Example: mlr --from f.dat put '@sums[$a][$b]+=$x; emitp @sums'
2060 $ mlr --help-keyword emitp
2061 emitp: inserts an out-of-stream variable into the output record stream.
2078 Example: mlr --from f.dat put '@sums[$a][$b]+=$x; emitp @sums'
2283 $ mlr put -q '@sum[$a][$b] += $x; end { emitp @sum, "a" }' data/small
2290 $ mlr put -q '@sum[$a][$b] += $x; end { emitp @sum }' data/small
2295 $ mlr --oxtab put -q '@sum[$a][$b] += $x; end { emitp @sum }' data/small
[all …]
H A Dreference-dsl.rst.in59 * ``mlr filter`` expressions may not use ``tee``, ``emit``, ``emitp``, or ``emitf``.
831 * Use **emit**/**emitp**/**emitf** to send out-of-stream variables' current values to the output re…
915 POKI_RUN_COMMAND{{mlr --help-keyword emitp}}HERE
974emitp**: if you have as many names following ``emit`` as there are levels in the out-of-stream var…
990 POKI_RUN_COMMAND{{mlr put -q '@sum[$a][$b] += $x; end { emitp @sum, "a" }' data/small}}HERE
994 POKI_RUN_COMMAND{{mlr put -q '@sum[$a][$b] += $x; end { emitp @sum }' data/small}}HERE
998 POKI_RUN_COMMAND{{mlr --oxtab put -q '@sum[$a][$b] += $x; end { emitp @sum }' data/small}}HERE
1001 keys for ``emitp`` (it defaults to a colon):
1005 POKI_RUN_COMMAND{{mlr put -q --oflatsep / '@sum[$a][$b] += $x; end { emitp @sum, "a" }' data/small}…
1009 POKI_RUN_COMMAND{{mlr put -q --oflatsep / '@sum[$a][$b] += $x; end { emitp @sum }' data/small}}HERE
[all …]
H A Dmanpage.rst2022 all: used in "emit", "emitp", and "unset" as a synonym for @*
2141 emitp
2142 emitp: inserts an out-of-stream variable into the output record stream.
2143 Hashmap indices present in the data but not slotted by emitp arguments are
2159 Example: mlr --from f.dat put '@sums[$a][$b]+=$x; emitp @sums'
2160 … Example: mlr --from f.dat put --opprint '@sums[$a][$b]+=$x; emitp > "tap-".$a.$b.".dat", @sums'
2161 Example: mlr --from f.dat put '@sums[$a][$b]+=$x; emitp @sums, "index1", "index2"'
2162 Example: mlr --from f.dat put '@sums[$a][$b]+=$x; emitp @*, "index1", "index2"'
2166 Example: mlr --from f.dat put '@sums[$a][$b]+=$x; emitp > stderr, @*, "index1", "index2"'
2257 stderr: Used for tee, emit, emitf, emitp, print, and dump in place of filename
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dregex.c1683 int emitp; /* flag for count or emit */ member
1714 if (ctx->emitp) { in emit()
1733 if (ctx->emitp && ctx->lookbehindp) { in compile_seq()
1802 if (ctx->emitp) SG_APPEND1(h, t, pc1); in compile_min_max()
1804 if (ctx->emitp) { in compile_min_max()
2173 ctx->emitp = FALSE; in compile()
2186 ctx->emitp = TRUE; in compile()
/dports/textproc/miller/miller-5.10.2/go/src/parsing/parser/
H A Dproductionstable.go1059 String: `EmitPStatement : emitp EmittableAsList << dsl.NewASTNodeTernary(
1081 String: `EmitPStatement : emitp Redirector "," EmittableAsList << dsl.NewASTNodeTernary(
1103 String: `EmitPStatement : emitp "(" EmittableList ")" << dsl.NewASTNodeTernary(
1125 String: `EmitPStatement : emitp Redirector "," "(" EmittableList ")" << dsl.NewASTNodeTernary(
1147 String: `EmitPStatement : emitp EmittableAsList "," EmitKeys << dsl.NewASTNodeTernary(
1169 …String: `EmitPStatement : emitp Redirector "," EmittableAsList "," EmitKeys << dsl.NewASTNodeTerna…
1191 String: `EmitPStatement : emitp "(" EmittableList ")" "," EmitKeys << dsl.NewASTNodeTernary(
1213 …String: `EmitPStatement : emitp Redirector "," "(" EmittableList ")" "," EmitKeys << dsl.NewASTNod…
/dports/www/node10/node-v10.24.1/deps/v8/src/x64/
H A Dassembler-x64.cc1540 emitp(value, mode); in load_rax()
1544 emitp(value, mode); in load_rax()
1686 emitp(value, rmode); in movp()
1694 emitp(0, RelocInfo::EMBEDDED_OBJECT); in movp_heap_number()
2191 emitp(dst, mode); in store_rax()
2195 emitp(dst, mode); in store_rax()
4823 emitp(reinterpret_cast<Address>(buffer_) + label->pos(), in dq()

12