File: ngstuff.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 (30 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (11)
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
27
28
29
30
/* ngstuff.h
 */
/* This software is copyrighted as detailed in the LICENSE file. */


#define NN_NORM 0
#define NN_INP 1
#define NN_REREAD 2
#define NN_ASK 3

EXT bool one_command INIT(FALSE);	/* no ':' processing in perform() */

/* CAA: given the new and complex universal/help possibilities,
 *      the following interlock variable may save some trouble.
 *      (if TRUE, we are currently processing options)
 */
EXT bool option_sel_ilock INIT(FALSE);

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

void ngstuff_init _((void));
int escapade _((void));
int switcheroo _((void));
int numnum _((void));
int thread_perform _((void));
int perform _((char*,int));
int ngsel_perform _((void));
int ng_perform _((char*,int));
int addgrp_sel_perform _((void));
int addgrp_perform _((ADDGROUP*,char*,int));