#include "strict.pm"
#include "lib.pm"
#include "BigSister/common.pm"
Functions |
|
| retval | known () |
| retval | fancy_print (hash list) |
| retval | tests () |
| retval | arg_print (scalar arg) |
| retval | expand_types (scalar typedef) |
| retval | expand_type (scalar type) |
| retval | multiline_print (scalar string, scalar prefix, scalar length) |
| retval | mandocu () |
| retval | man_one_test (list selected_tests) |
| retval | man_from_descriptions (list descriptions) |
| retval | emit_xml (scalar tests, scalar descriptions, scalar arguments, scalar name, scalar shortdescription, scalar fulldescription) |
| retval | xml_escape (list args) |
| retval | emit_man (scalar tests, scalar descriptions, scalar arguments, scalar name, scalar shortdescription, scalar fulldescription) |
| retval | platform_name (scalar test) |
| retval | man_escape (scalar text) |
| retval | insert_selectively (scalar list, scalar value, scalar unique_name) |
Function Documentation
| retval arg_print |
( |
scalar |
arg | ) |
|
| retval emit_man |
( |
scalar |
tests, |
|
|
scalar |
descriptions, |
|
|
scalar |
arguments, |
|
|
scalar |
name, |
|
|
scalar |
shortdescription, |
|
|
scalar |
fulldescription |
|
) |
| |
| retval emit_xml |
( |
scalar |
tests, |
|
|
scalar |
descriptions, |
|
|
scalar |
arguments, |
|
|
scalar |
name, |
|
|
scalar |
shortdescription, |
|
|
scalar |
fulldescription |
|
) |
| |
| retval expand_type |
( |
scalar |
type | ) |
|
| retval expand_types |
( |
scalar |
typedef | ) |
|
| retval fancy_print |
( |
hash |
list | ) |
|
| retval insert_selectively |
( |
scalar |
list, |
|
|
scalar |
value, |
|
|
scalar |
unique_name |
|
) |
| |
| retval man_escape |
( |
scalar |
text | ) |
|
| retval man_from_descriptions |
( |
list |
descriptions | ) |
|
| retval man_one_test |
( |
list |
selected_tests | ) |
|
| retval multiline_print |
( |
scalar |
string, |
|
|
scalar |
prefix, |
|
|
scalar |
length |
|
) |
| |
| retval platform_name |
( |
scalar |
test | ) |
|
| retval xml_escape |
( |
list |
args | ) |
|