Home
last modified time | relevance | path

Searched refs:get_optopt (Results 1 – 3 of 3) sorted by relevance

/dports/editors/hexcurse/hexcurse-1.60.0/include/
H A Dhgetopt.h122 extern int get_optopt (void);
141 extern int get_optopt ();
155 #define optopt get_optopt ()
161 #define get_optopt() (optopt) macro
/dports/sysutils/cmdwatch/cmdwatch-0.2.0/
H A Dgetopt.h119 extern int get_optopt (void);
138 extern int get_optopt ();
152 #define optopt get_optopt ()
158 #define get_optopt() (optopt) macro
H A Dgetopt1.c57 int get_optopt (void) {return optopt;} in get_optopt() function