diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-03-04 12:32:20 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-03-04 12:32:20 -0500 |
commit | 55f277e77428d7423ae906a8e1f1324d35b07a7d (patch) | |
tree | 5c1c04703dff89c46b349025d2d3ec88ea9b3819 /lex.h |
import Miranda 2.066 from upstream
Diffstat (limited to 'lex.h')
-rw-r--r-- | lex.h | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -0,0 +1,30 @@ +char *addextn(word,char*); +void adjust_prefix(char*); +word conv_args(void); +void dic_check(void); +void dicovflo(void); +word findid(char*); +word getfname(word); +int hash(char*); +int isconstrname(char*); +char *keep(char*); +void layout(void); +word make_id(char*); +word make_pn(word); +word mkgvar(word); +word mklexvar(word); +void mkprivate(word); +word name(void); +int okid(int); +int openfile(char*); +char *rdline(void); +void reset_lex(void); +void reset_pns(void); +void reset_state(void); +void setlmargin(void); +void setupdic(void); +word sto_pn(word); +word str_conv(char*); +char *token(void); +void unsetlmargin(void); +word yylex(void); |