Lines Matching refs:setq
234 (setq csh-mode-map (make-sparse-keymap))
251 (setq csh-mode-syntax-table (make-syntax-table))
308 (setq balance-list (list)))
314 (setq balance-list (cons (point) balance-list))
316 (setq nest-list
349 (setq level (cons (current-indentation)
395 (setq fence-post (save-excursion (end-of-line) (point)))
505 (setq nester-column struct-match))
544 (setq start (point))
549 (setq start (point)))
731 (setq major-mode 'csh-mode)
732 (setq mode-name "Csh")
733 (setq local-abbrev-table csh-mode-abbrev-table)
736 (setq indent-line-function 'csh-indent-line)
738 (setq indent-region-function 'csh-indent-region)
740 (setq comment-start "# ")
742 (setq comment-end "")
744 (setq comment-column 32)
746 (setq comment-start-skip "#+ *")
750 (setq font-lock-keywords csh-font-lock-keywords)
763 (setq csh-completion-list
843 (setq string (concat string (format "%s " (car list))))
844 (setq list (cdr list))))
861 (setq csh-completion-list
892 (setq kw (buffer-substring
896 (setq obj (assoc kw csh-completion-list))
901 (setq i (1+ i))