Lines Matching refs:tparm

447 	+ add checks in tparm() and tiparm() for misuse of numeric parameters,
452 + document limitations of tparm, and error-returns in curs_terminfo.3x
460 + add checks in tparm() and tiparm() for misuse of string parameters
881 + deallocate the tparm cache when del_curterm is called for the last
1016 + improve documentation for tparm and static/dynamic variables.
1020 + improve tparm implementation of %P and %g, more closely matching
1025 + add check in tic to report instances where tparm would detect an
1205 + improve discussion of padding versus tparm and tputs in
1361 parameter-lists to use in tparm calls (report/testcase by Robert
1371 as sgr0 or cnorm should not be used with tparm.
1377 + improve tic's check for errors detected in tparm (prompted by
1548 + add test/test_tparm.c, for checking tparm changes.
1549 + improve parameter-checking for tparm, adding function _nc_tiparm() to
2597 + improve tic's warning about the number of parameters tparm might use
3788 + correct an old logic error for %A and %O in tparm (report by "zreed").
3860 + modify tic and infocmp to "move" a diagnostic for tparm strings that
4317 + fix an old bug in the termcap emulation; "%i" was ignored in tparm()
4322 tparm() on the terminfo expressions versus the translated termcap
4848 + change %l behavior in tparm to push the string length onto the stack
5319 + add configure option --with-tparm-arg
7776 + add ifdef's allowing ncurses to be built with tparm() using either
9572 + modify tput to use the same parameter analysis as tparm() does, to
9950 + add checks for null pointer in calls to tparm() and tgoto() based on
10019 + change internal type used by tparm() to long, to work with LP64 model.
10830 + report stack underflow/overflow in tparm() when tic -cv option is
11180 + modify tparm to disallow arithmetic on strings, analyze the varargs
11182 + modify tparm's internal function spop() to treat a null pointer as
11594 tparm() as 0's.
11626 + correct conflicting use of tparm() in 20000226 change to tic, which
12174 + add check to tparm to guard against divide by zero (reported by Aaron
12259 + remove a spurious argument to tparm() in lib_sklrefr.c (patch by
12646 + improve performance of tparm, now it takes 19% instead of 25% when
12824 + implement tparm %l format.
12825 + implement tparm printf-style width and precision for %s, %d, %x, %o
12827 + implement tparm dynamic variables (reported by Xiaodan Tang).
13114 + initialize %P and %g variables set/used in tparm, and also ensure
13799 + modify tparm() to emit '\200' where the generated string would have a
14809 + revised fix to tparm; previous fix reversed parameter order.
14817 + corrected tparm to handle capability strings without explicit pop
15049 + don't use fixed buffer-size in tparm().