OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:casematch
(Results
1 - 3
of
3
) sorted by null
/system/core/sh/
expand.h
65
int
casematch
(union node *, char *);
eval.c
403
if (
casematch
(patp, arglist.list->text)) {
expand.c
1495
casematch
(union node *pattern, char *val)
function
Completed in 3162 milliseconds