|
|
1.1 ! root 1: /* ! 2: * Copyright (c) 1980 Regents of the University of California. ! 3: * All rights reserved. The Berkeley software License Agreement ! 4: * specifies the terms and conditions for redistribution. ! 5: * ! 6: * @(#)tokdefs.h 5.1 (Berkeley) 6/7/85 ! 7: */ ! 8: ! 9: #define SEOS 1 ! 10: #define SCOMMENT 2 ! 11: #define SLABEL 3 ! 12: #define SUNKNOWN 4 ! 13: #define SHOLLERITH 5 ! 14: #define SSTRING 6 ! 15: #define SICON 7 ! 16: #define SRCON 8 ! 17: #define SDCON 9 ! 18: #define SBITCON 10 ! 19: #define SOCTCON 11 ! 20: #define SHEXCON 12 ! 21: #define STRUE 13 ! 22: #define SFALSE 14 ! 23: #define SNAME 15 ! 24: #define SNAMEEQ 16 ! 25: #define SFIELD 17 ! 26: #define SSCALE 18 ! 27: #define SINCLUDE 19 ! 28: #define SLET 20 ! 29: #define SASSIGN 21 ! 30: #define SAUTOMATIC 22 ! 31: #define SBACKSPACE 23 ! 32: #define SBLOCK 24 ! 33: #define SCALL 25 ! 34: #define SCHARACTER 26 ! 35: #define SCLOSE 27 ! 36: #define SCOMMON 28 ! 37: #define SCOMPLEX 29 ! 38: #define SCONTINUE 30 ! 39: #define SDATA 31 ! 40: #define SDCOMPLEX 32 ! 41: #define SDIMENSION 33 ! 42: #define SDO 34 ! 43: #define SDOUBLE 35 ! 44: #define SELSE 36 ! 45: #define SELSEIF 37 ! 46: #define SEND 38 ! 47: #define SENDFILE 39 ! 48: #define SENDIF 40 ! 49: #define SENTRY 41 ! 50: #define SEQUIV 42 ! 51: #define SEXTERNAL 43 ! 52: #define SFORMAT 44 ! 53: #define SFUNCTION 45 ! 54: #define SGOTO 46 ! 55: #define SASGOTO 47 ! 56: #define SCOMPGOTO 48 ! 57: #define SARITHIF 49 ! 58: #define SLOGIF 50 ! 59: #define SIMPLICIT 51 ! 60: #define SINQUIRE 52 ! 61: #define SINTEGER 53 ! 62: #define SINTRINSIC 54 ! 63: #define SLOGICAL 55 ! 64: #define SNAMELIST 56 ! 65: #define SOPEN 57 ! 66: #define SPARAM 58 ! 67: #define SPAUSE 59 ! 68: #define SPRINT 60 ! 69: #define SPROGRAM 61 ! 70: #define SPUNCH 62 ! 71: #define SREAD 63 ! 72: #define SREAL 64 ! 73: #define SRETURN 65 ! 74: #define SREWIND 66 ! 75: #define SSAVE 67 ! 76: #define SSTATIC 68 ! 77: #define SSTOP 69 ! 78: #define SSUBROUTINE 70 ! 79: #define STHEN 71 ! 80: #define STO 72 ! 81: #define SUNDEFINED 73 ! 82: #define SWRITE 74 ! 83: #define SLPAR 75 ! 84: #define SRPAR 76 ! 85: #define SEQUALS 77 ! 86: #define SCOLON 78 ! 87: #define SCOMMA 79 ! 88: #define SCURRENCY 80 ! 89: #define SPLUS 81 ! 90: #define SMINUS 82 ! 91: #define SSTAR 83 ! 92: #define SSLASH 84 ! 93: #define SPOWER 85 ! 94: #define SCONCAT 86 ! 95: #define SAND 87 ! 96: #define SOR 88 ! 97: #define SNEQV 89 ! 98: #define SEQV 90 ! 99: #define SNOT 91 ! 100: #define SEQ 92 ! 101: #define SLT 93 ! 102: #define SGT 94 ! 103: #define SLE 95 ! 104: #define SGE 96 ! 105: #define SNE 97
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.