File: smisc.h

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

/* TRUE if the last command (run through setdef()) was the default */
EXT bool s_default_cmd INIT(FALSE);

/* explicitly follow until end of thread */
EXT bool s_follow_temp INIT(FALSE);

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

bool s_eligible _((long));
void s_beep _((void));
char* s_get_statchars _((long,int));
char* s_get_desc _((long,int,bool_int));
int s_ent_lines _((long));