OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:modflags
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/modstat/
main.c
69
static const char *
modflags
[] = {
variable in typeref:typename:const char * []
228
modflags
[ms->ms_flags & (__arraycount(
modflags
) - 1)],
main.c
69
static const char *
modflags
[] = {
variable in typeref:typename:const char * []
228
modflags
[ms->ms_flags & (__arraycount(
modflags
) - 1)],
/src/usr.bin/mail/
thread.c
1317
int
modflags
;
local in function:get_modifiers
1320
modflags
= 0;
1324
modflags
|= MF_REVERSE;
1327
modflags
|= MF_IGNCASE;
1330
modflags
|= MF_SKIN;
1341
return
modflags
;
1627
thread_current_on(char *str, int
modflags
, int cutit)
1640
kp->flags ? kp->flags :
modflags
& MF_SKIN);
1641
cmp.fn = get_cmpfn(kp,
modflags
& MF_IGNCASE);
1642
cmp.inv =
modflags
& MF_REVERSE
1663
int
modflags
;
local in function:threadcmd
1688
int
modflags
;
local in function:sortcmd
[
all
...]
thread.c
1317
int
modflags
;
local in function:get_modifiers
1320
modflags
= 0;
1324
modflags
|= MF_REVERSE;
1327
modflags
|= MF_IGNCASE;
1330
modflags
|= MF_SKIN;
1341
return
modflags
;
1627
thread_current_on(char *str, int
modflags
, int cutit)
1640
kp->flags ? kp->flags :
modflags
& MF_SKIN);
1641
cmp.fn = get_cmpfn(kp,
modflags
& MF_IGNCASE);
1642
cmp.inv =
modflags
& MF_REVERSE
1663
int
modflags
;
local in function:threadcmd
1688
int
modflags
;
local in function:sortcmd
[
all
...]
Completed in 269 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025