mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-10 14:36:13 -05:00
71 lines
1.7 KiB
C
71 lines
1.7 KiB
C
#ifndef _EXEC_H_
|
|
#define _EXEC_H_
|
|
|
|
#include "retcode.h"
|
|
|
|
|
|
#define PROC 1 /* named procedures */
|
|
|
|
#if PROC
|
|
int storeproc( int f, int n) ;
|
|
int execproc( int f, int n) ;
|
|
#endif
|
|
|
|
|
|
extern boolean clexec ; /* command line execution flag */
|
|
|
|
|
|
void ue_system( const char *cmd) ;
|
|
int namedcmd( int f, int n) ;
|
|
int execcmd( int f, int n) ;
|
|
void gettoken( char *tok, int maxtoksize) ;
|
|
boolean gettokval( char *tok, int maxtoksize) ;
|
|
char *getnewtokval( void) ;
|
|
int storemac( int f, int n) ;
|
|
int execbuf( int f, int n) ;
|
|
int execfile( int f, int n) ;
|
|
int dofile( const char *fname) ;
|
|
|
|
int cbuf1( int f, int n) ;
|
|
int cbuf2( int f, int n) ;
|
|
int cbuf3( int f, int n) ;
|
|
int cbuf4( int f, int n) ;
|
|
int cbuf5( int f, int n) ;
|
|
int cbuf6( int f, int n) ;
|
|
int cbuf7( int f, int n) ;
|
|
int cbuf8( int f, int n) ;
|
|
int cbuf9( int f, int n) ;
|
|
int cbuf10( int f, int n) ;
|
|
int cbuf11( int f, int n) ;
|
|
int cbuf12( int f, int n) ;
|
|
int cbuf13( int f, int n) ;
|
|
int cbuf14( int f, int n) ;
|
|
int cbuf15( int f, int n) ;
|
|
int cbuf16( int f, int n) ;
|
|
int cbuf17( int f, int n) ;
|
|
int cbuf18( int f, int n) ;
|
|
int cbuf19( int f, int n) ;
|
|
int cbuf20( int f, int n) ;
|
|
int cbuf21( int f, int n) ;
|
|
int cbuf22( int f, int n) ;
|
|
int cbuf23( int f, int n) ;
|
|
int cbuf24( int f, int n) ;
|
|
int cbuf25( int f, int n) ;
|
|
int cbuf26( int f, int n) ;
|
|
int cbuf27( int f, int n) ;
|
|
int cbuf28( int f, int n) ;
|
|
int cbuf29( int f, int n) ;
|
|
int cbuf30( int f, int n) ;
|
|
int cbuf31( int f, int n) ;
|
|
int cbuf32( int f, int n) ;
|
|
int cbuf33( int f, int n) ;
|
|
int cbuf34( int f, int n) ;
|
|
int cbuf35( int f, int n) ;
|
|
int cbuf36( int f, int n) ;
|
|
int cbuf37( int f, int n) ;
|
|
int cbuf38( int f, int n) ;
|
|
int cbuf39( int f, int n) ;
|
|
int cbuf40( int f, int n) ;
|
|
|
|
#endif
|