File: csh.tld

package info (click to toggle)
the 3.3~rc1-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 5,492 kB
  • ctags: 5,889
  • sloc: ansic: 73,773; sh: 2,904; makefile: 803
file content (72 lines) | stat: -rw-r--r-- 717 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
*
* This file contains the THE Language Definition for C Shell
* It is based heavily on Kedit's KLD file format.
*
* Name = *CSH
*
:case
  respect
:string
  single backslash
  double backslash
:identifier  
  [a-zA-Z_] [a-zA-Z0-9_]
:header
  line #! column 1
:keyword
  alias
  bg
  break
  breaksw
  case
  cd
  chdir
  continue
  default
  default
  dirs
  echo
  else
  end
  endif
  endsw
  eval
  exec
  exit
  fg
  foreach
  glob
  goto
  hashstat
  history
  if
  jobs
  kill
  limit
  login
  logout
  nice
  nohup
  notify
  onintr
  popd
  pushd
  rehash
  repeat
  set
  setenv
  shift
  source
  stop
  suspend
  switch
  then
  time
  umask
  unalias
  unhash
  unlimit
  unset
  unsetenv
  wait
  while