Home
last modified time | relevance | path

Searched refs:sub_common (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/livestreamer/livestreamer-1.12.2/src/livestreamer/plugins/
H A Ditvplayer.py103 def sub_common(parent, tag): function
143 vod_id = sub_common(vodcrid, "Id")
145 sub_common(vodcrid, "Partition").text = "itv.com"
/dports/japanese/gawk/gawk-3.0.6/
H A DChangeLog.MB87 * builtin.c (sub_common): //���ޥ���Х���ʸ�����б����Ƥ��ʤ���
152 * builtin.c (do_substr, do_jsubstr, sub_common): MSDOS �� 16bit
189 do_tolower, sub_common), field.c (re_parse_field,
308 �� REGEXP �˥ޥå����ʤ��Ȥ� sub_common() �Dz�������Ƥ������ꥸ
H A Dbuiltin.c56 static NODE *sub_common P((NODE *tree, int how_many, int backdigs));
1681 sub_common(tree, how_many, backdigs) in sub_common() function
1938 return sub_common(tree, -1, FALSE);
1947 return sub_common(tree, 1, FALSE);
2002 ret = sub_common(&n1, how_many, TRUE);
H A DOChangeLog.MB56 * builtin.c (sub_common): ���ꥸ�ʥ�ΥХ�����. realloc() ��ɬ
H A DChangeLog498 * builtin.c (sub_common): fix for count of matches in gsub
749 * builtin.c (sub_common): if FIELD is set, dup the string.
1095 * builtin.c (sub_common): fix several bugs with gsub when
1196 * builtin.c (sub_common): backed out change of Feb 14 in favor of:
1222 * builtin.c (do_toupper, do_tolower, sub_common): changed to use
1335 * builtin.c (sub_common): if no match, and called from gensub,
H A DNEWS430 Thanks to Mike Brennan for pointing this out (builtin.c:sub_common).
524 Bug fix in builtin.c, in case of non-match in sub_common.
791 Plugged small memory leak in sub_common().
1009 Fixed bug in sub_common() for substitute on zero-length match. Improved the
1542 Fixed bug in sub_common() involving inadequate allocation of a buffer.
1657 Rewrote much of sub_common() for simplicity and performance.
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dfunc.c2649 goto sub_common; in rewrite_func_ast()
2654 goto sub_common; in rewrite_func_ast()
2659 goto sub_common; in rewrite_func_ast()
2663 goto sub_common; in rewrite_func_ast()
2667 goto sub_common; in rewrite_func_ast()
2671 goto sub_common; in rewrite_func_ast()
2675 goto sub_common; in rewrite_func_ast()
2679 goto sub_common; in rewrite_func_ast()
2683 goto sub_common; in rewrite_func_ast()
2687 goto sub_common; in rewrite_func_ast()
[all …]
/dports/lang/gawk/gawk-5.1.1/
H A DNEWS.01023 Thanks to Mike Brennan for pointing this out (builtin.c:sub_common).
1117 Bug fix in builtin.c, in case of non-match in sub_common.
1384 Plugged small memory leak in sub_common().
1602 Fixed bug in sub_common() for substitute on zero-length match. Improved the
2135 Fixed bug in sub_common() involving inadequate allocation of a buffer.
2250 Rewrote much of sub_common() for simplicity and performance.
H A DChangeLog.0624 * builtin.c (sub_common, nondec2awknum): Ditto.
1037 * builtin.c (sub_common): Update commentary about POSIX.
1055 (sub_common): Actually enable POSIX rules! (Wasn't done right
1642 * builtin.c (sub_common): Make POSIX 2001 behavior the
3214 * builtin.c (sub_common): Clear numeric flags on result
4661 * builtin.c (sub_common): Fix logic for `&' in replacement for
5548 * builtin.c (format_tree, sub_common): Same.
6497 * builtin.c (sub_common): Evaluate replacement text, and
8962 * builtin.c (sub_common): Fix for count of matches in gsub
9213 * builtin.c (sub_common): If FIELD is set, dup the string.
[all …]
H A DChangeLog.18878 (sub_common): Renamed to do_sub. Relocate gensub argument