OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quote_n
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
quote.h
20
char const *
quote_n
(int n, char const *name);
quote.c
29
quote_n
(int n, char const *name)
function
39
return
quote_n
(0, name);
/external/bison/lib/
quote.h
23
/* The quoting options used by
quote_n
and quote. Its type is incomplete,
40
char const *
quote_n
(int n, char const *arg);
argmatch.c
138
quote_n
(1, context));
quotearg.c
954
quote_n
(int n, char const *arg)
function
962
return
quote_n
(0, arg);
/external/bison/src/
muscle-tab.c
610
quote (*variablep),
quote_n
(1, value));
Completed in 63 milliseconds