Home | History | Annotate | Download | only in autosetup

Lines Matching defs:ins

76 # See: proj-dot-ins-append and proj-dot-ins-process
1676 # @proj-dot-ins-append file ?fileOut ?postProcessScript??
1679 # at a later time using [proj-dot-ins-process].
1687 # [proj-dot-ins-process], it will be eval'd immediately after
1693 ## proj-dot-ins-append my.sh.in my.sh {
1697 # See [proj-dot-ins-process], [proj-dot-ins-list]
1699 proc proj-dot-ins-append {fileIn args} {
1720 # @proj-dot-ins-list
1722 # Returns the current list of [proj-dot-ins-append]'d files, noting
1726 proc proj-dot-ins-list {} {
1731 # @proj-dot-ins-process ?-touch? ?-validate? ?-clear?
1733 # Each file which has previously been passed to [proj-dot-ins-append]
1749 # -clear: after processing, empty the dot-ins list. This effectively
1750 # makes proj-dot-ins-append available for re-use.
1752 proc proj-dot-ins-process {args} {
1764 "Expecting proj-dot-ins-list to be stored in 3-entry lists. Got: $f"