OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTION
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.bin/find/
option.c
1
/* $NetBSD:
option
.c,v 1.29 2021/08/09 20:49:10 andvar Exp $ */
38
static char sccsid[] = "from: @(#)
option
.c 8.2 (Berkeley) 4/16/94";
40
__RCSID("$NetBSD:
option
.c,v 1.29 2021/08/09 20:49:10 andvar Exp $");
56
static
OPTION
*
option
(char *);
59
static
OPTION
const options[] = {
161
OPTION
*p;
169
if ((p =
option
(opt)) == NULL)
170
errx(1, "%s: unknown
option
", opt);
181
static
OPTION
*
182
option
(char *name)
function
[
all
...]
find.h
132
const char *name; /*
option
name */
136
}
OPTION
;
/src/usr.bin/rdist/
gram.y
68
%term
OPTION
15
77
%type <intval>
OPTION
, options
184
| options
OPTION
= {
312
return(
OPTION
);
316
return(
OPTION
);
320
return(
OPTION
);
324
return(
OPTION
);
328
return(
OPTION
);
332
return(
OPTION
);
336
return(
OPTION
);
[
all
...]
defs.h
71
#define
OPTION
15
81
/*
option
flags */
/src/usr.bin/menuc/
scan.l
51
%
option
noinput
95
option
{ return
OPTION
; }
parse.y
55
%token <i_value> X Y W H NO BOX SUB HELP MENU NEXT EXIT ACTION ENDWIN
OPTION
62
%type <optn_value>
option
option_list
164
option_list :
option
165
| option_list
option
{ $2->next = $1; $$ = $2; }
168
option
:
OPTION
label
/src/usr.sbin/installboot/
installboot.c
73
const struct
option
{
struct
74
const char *name; /* Name of
option
*/
76
enum { /* Type of
option
value... */
103
#define
OPTION
(params, type, opt) (*(type *)((char *)(params) + (opt)->offset))
281
/* XXX should be specified via
option
*/
393
parseoptions(ib_params *params, const char *
option
)
396
const struct
option
*opt;
401
assert(
option
!= NULL);
403
for (;;
option
+= len) {
404
option
+= strspn(option, ", \t")
[
all
...]
/src/tools/compat/
configure
776
# If the previous
option
needs an argument, assign it.
1114
-*) as_fn_error $? "unrecognized
option
: '$ac_option'
1271
Usage: $0 [
OPTION
]... [VAR=VALUE]...
3457
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC
option
to enable C11 features" >&5
3458
printf %s "checking for $CC
option
to enable C11 features... " >&6; }
3506
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC
option
to enable C99 features" >&5
3507
printf %s "checking for $CC
option
to enable C99 features... " >&6; }
3555
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC
option
to enable C89 features" >&5
3556
printf %s "checking for $CC
option
to enable C89 features... " >&6; }
4390
#
option
on many OS's; this could be added as a reachover build in th
[
all
...]
Completed in 202 milliseconds
Indexes created Sun Feb 15 12:34:49 CET 2026