about summary refs log tree commit diff stats
path: root/baremetal/102keyboard.subx
Commit message (Expand)AuthorAgeFilesLines
* 7672Kartik Agaram2021-01-271-5/+5
* 7559 - reorganize sectors built in raw hexKartik Agaram2021-01-241-6/+6
* 7521 - new plan for testsKartik Agaram2021-01-151-0/+3
* 7518Kartik Agaram2021-01-131-0/+3
* 7486 - primitive for reading keysKartik Agaram2021-01-091-0/+42
shot of project "lynx", label v2-8-2dev_2' href='/ingrix/lynx-snapshots/commit/src/HTSaveToFile.h?id=d3f9d5478df478427c2aa5db4507ddd0a38f0eb6'>d3f9d547 ^
e087f6d4















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


                      
                 
                    

      


                     















                                         
1997-07-18 14:09:51 -0400
committer  Thomas E. Dickey <dickey@invisible-island.net>  1997-07-18 14:09:51 -0400

snapshot of project "lynx", label v2-7-1ac_0-36' href='/ingrix/lynx-snapshots/commit/src/LYExtern.h?id=57bfc74ff4ec4c2980b2330f2badc54a8990842d'>57bfc74f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
                   


                   
                      
                        
 

                                                           
 



                                                       
                        
#ifndef EXTERNALS_H
#define EXTERNALS_H

#ifndef LYSTRUCTS_H
#include <LYStructs.h>
#endif /* LYSTRUCTS_H */

/*returns TRUE if something matching was executed*/
BOOL run_external PARAMS((char * c, BOOL only_overriders));

#ifdef WIN_EX
extern char * quote_pathname PARAMS((char * pathname));
#endif

#endif /* EXTERNALS_H */