OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:caseless
(Results
1 - 4
of
4
) sorted by relevancy
/src/distrib/utils/more/
option.c
51
int
caseless
; /* Do "
caseless
" searches */
variable in typeref:typename:int
103
caseless
= 1;
extern.h
166
extern int
caseless
;
prim.c
636
* For a
caseless
search, convert any uppercase in the pattern to
639
if (
caseless
&& pattern != NULL)
789
* If this is a
caseless
search, convert uppercase in the
792
if (
caseless
)
/src/lib/libmenu/
internals.c
328
int i,
caseless
;
local in function:_menui_match_items
330
caseless
= ((menu->opts & O_IGNORECASE) == O_IGNORECASE);
343
if (
caseless
) {
Completed in 29 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025