Variable: dcl-tempo-tags

dcl-tempo-tags is a variable defined in dcl-mode.el.gz.

Value

Large value
(("f$verify" . tempo-template-dcl-f$verify)
 ("f$user" . tempo-template-dcl-f$user)
 ("f$type" . tempo-template-dcl-f$type)
 ("f$trnlnm" . tempo-template-dcl-f$trnlnm)
 ("f$time" . tempo-template-dcl-f$time)
 ("f$string" . tempo-template-dcl-f$string)
 ("f$setprv" . tempo-template-dcl-f$setprv)
 ("f$search" . tempo-template-dcl-f$search)
 ("f$process" . tempo-template-dcl-f$process)
 ("f$privilege" . tempo-template-dcl-f$privilege)
 ("f$pid" . tempo-template-dcl-f$pid)
 ("f$parse" . tempo-template-dcl-f$parse)
 ("f$mode" . tempo-template-dcl-f$mode)
 ("f$message" . tempo-template-dcl-f$message)
 ("f$locate" . tempo-template-dcl-f$locate)
 ("f$length" . tempo-template-dcl-f$length)
 ("f$integer" . tempo-template-dcl-f$integer)
 ("f$identifier" . tempo-template-dcl-f$identifier)
 ("f$getsyi" . tempo-template-dcl-f$getsyi)
 ("f$getqui" . tempo-template-dcl-f$getqui)
 ("f$getjpi" . tempo-template-dcl-f$getjpi)
 ("f$getdvi" . tempo-template-dcl-f$getdvi)
 ("f$file_attributes" . tempo-template-dcl-f$file_attributes)
 ("f$fao" . tempo-template-dcl-f$fao)
 ("f$extract" . tempo-template-dcl-f$extract)
 ("f$environment" . tempo-template-dcl-f$environment)
 ("f$element" . tempo-template-dcl-f$element)
 ("f$edit" . tempo-template-dcl-f$edit)
 ("f$directory" . tempo-template-dcl-f$directory)
 ("f$device" . tempo-template-dcl-f$device)
 ("f$cvui" . tempo-template-dcl-f$cvui)
 ("f$cvtime" . tempo-template-dcl-f$cvtime)
 ("f$cvsi" . tempo-template-dcl-f$cvsi)
 ("f$csid" . tempo-template-dcl-f$csid)
 ("f$context" . tempo-template-dcl-f$context))

Documentation

Tempo tags for DCL mode.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/dcl-mode.el.gz
;;; *** Templates ***********************************************************
;; tempo seems to be the only suitable package among those included in
;; standard Emacs.  I would have liked something closer to the functionality
;; of LSE templates...

(defvar dcl-tempo-tags nil
  "Tempo tags for DCL mode.")