File: scmd.h

package info (click to toggle)
trn4 4.0-test77-12
  • links: PTS, VCS
  • area: non-free
  • in suites: buster
  • size: 3,644 kB
  • sloc: ansic: 48,331; sh: 6,817; tcl: 1,696; yacc: 660; perl: 108; makefile: 24
file content (18 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* This file is Copyright 1993 by Clifford A. Adams */
/* scmd.h
 *
 * Scan command interpreter/router
 */

/* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */

void s_go_bot _((void));
int s_finish_cmd _((char*));
int s_cmdloop _((void));
void s_lookahead _((void));
int s_docmd _((void));
bool s_match_description _((long));
long s_forward_search _((long));
long s_backward_search _((long));
void s_search _((void));
void s_jumpnum _((char_int));