Home
last modified time | relevance | path

Searched refs:quotechars (Results 1 – 25 of 29) sorted by relevance

12

/dports/textproc/par/Par-1.53.0/
H A Dpar.c198 charset *quotechars, in parsearg() argument
247 *arg == 'Q' ? quotechars : in parsearg()
316 const charset *quotechars, const charset *whitechars, in readlines() argument
370 for (qpend = ln; *qpend && csmember(*qpend, quotechars); ++qpend); in readlines()
371 for (p = qpend; *p == ' ' || csmember(*p, quotechars); ++p); in readlines()
666 const charset *quotechars, int hang, int body, int quote, in setaffixes() argument
686 while (*p && csmember (*p, quotechars)) in setaffixes()
719 charset *bodychars = NULL, *protectchars = NULL, *quotechars = NULL, in main() local
752 quotechars = parsecharset(env,errmsg); in main()
837 readlines(&props, protectchars, quotechars, whitechars, in main()
[all …]
/dports/www/mod_webkit/w4py-1.2.3/PSP/
H A DBraceConverter.py130 pos = self.line.find(self.quotechars)
140 pos += len(self.quotechars)
150 self.quotechars = triple
154 self.quotechars = quote
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcompleter.c683 skip_quoted_chars (char *str, char *quotechars, char *breakchars) in skip_quoted_chars() argument
688 if (quotechars == NULL) in skip_quoted_chars()
689 quotechars = gdb_completer_quote_characters; in skip_quoted_chars()
706 else if (strchr (quotechars, *scan)) in skip_quoted_chars()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcompleter.c683 skip_quoted_chars (char *str, char *quotechars, char *breakchars) in skip_quoted_chars() argument
688 if (quotechars == NULL) in skip_quoted_chars()
689 quotechars = gdb_completer_quote_characters; in skip_quoted_chars()
706 else if (strchr (quotechars, *scan)) in skip_quoted_chars()
/dports/science/mcstas/mcstas-2.5-src/src/
H A Dmemory.c122 char *quotechars = "\\\"rnt"; in str_quote() local
144 sprintf(new, "\\%c", quotechars[ptr - badchars]); in str_quote()
/dports/science/mcxtrace/mcxtrace-1.2-src/src/
H A Dmemory.c122 char *quotechars = "\\\"rnt"; in str_quote() local
144 sprintf(new, "\\%c", quotechars[ptr - badchars]); in str_quote()
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Utils/
H A DText.hs125 textQuoteIfNeeded s | any (`elem` T.unpack s) (quotechars++whitespacechars) = "\"" <> escapeDoubleQ…
134 quotechars, whitespacechars :: [Char] function
135 quotechars = "'\"" function
H A DString.hs122 quoteIfNeeded s | any (`elem` s) (quotechars++whitespacechars++redirectchars) = show s
131 quotechars, whitespacechars, redirectchars :: [Char] function
132 quotechars = "'\"" function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Utils/
H A DText.hs125 textQuoteIfNeeded s | any (`elem` T.unpack s) (quotechars++whitespacechars) = "\"" <> escapeDoubleQ…
134 quotechars, whitespacechars :: [Char] function
135 quotechars = "'\"" function
H A DString.hs122 quoteIfNeeded s | any (`elem` s) (quotechars++whitespacechars++redirectchars) = show s
131 quotechars, whitespacechars, redirectchars :: [Char] function
132 quotechars = "'\"" function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-lib-1.19.1/Hledger/Utils/
H A DText.hs125 textQuoteIfNeeded s | any (`elem` T.unpack s) (quotechars++whitespacechars) = "\"" <> escapeDoubleQ…
134 quotechars, whitespacechars :: [Char] function
135 quotechars = "'\"" function
H A DString.hs122 quoteIfNeeded s | any (`elem` s) (quotechars++whitespacechars++redirectchars) = show s
131 quotechars, whitespacechars, redirectchars :: [Char] function
132 quotechars = "'\"" function
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dcompleter.c923 skip_quoted_chars (char *str, char *quotechars, char *breakchars) in skip_quoted_chars() argument
928 if (quotechars == NULL) in skip_quoted_chars()
929 quotechars = gdb_completer_quote_characters; in skip_quoted_chars()
946 else if (strchr (quotechars, *scan)) in skip_quoted_chars()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dcompleter.c909 skip_quoted_chars (char *str, char *quotechars, char *breakchars) in skip_quoted_chars() argument
914 if (quotechars == NULL) in skip_quoted_chars()
915 quotechars = gdb_completer_quote_characters; in skip_quoted_chars()
932 else if (strchr (quotechars, *scan)) in skip_quoted_chars()
/dports/devel/tclreadline/tclreadline-2.3.8/
H A Dtclreadline.c75 static char* TclReadlineQuote(char* text, char* quotechars);
178 TclReadlineQuote(char* text, char* quotechars) in TclReadlineQuote() argument
182 int i, len = strlen(quotechars); in TclReadlineQuote()
188 if (quotechars[i] == *ptr) { in TclReadlineQuote()
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgerand.cpp169 strcpy(adat->quotechars, CFG->quotechars); in InitData()
340 CFG->grp.GetItm(GRP_QUOTECHARS, adat->quotechars, sizeof(adat->quotechars)); in RandomizeData()
H A Dgmarea.h309 memset(quotechars, 0, sizeof(quotechars)); in AreaData()
379 char quotechars[11]; member
652 const char* Quotechars() const { return adat->quotechars; } in Quotechars()
H A Dgccfgg6.cpp371 strcpy(CFG->quotechars, buf); in CfgQuotechars()
H A Dgecfgg.h390 char quotechars[11]; variable
/dports/net/44bsd-rdist/44bsd-rdist-20001111_2/
H A Dgram.y224 static char quotechars[] = "[]{}*?$"; in yylex() local
305 if (any(c, quotechars)) in yylex()
/dports/net/rdist6/rdist-6.1.5/src/
H A Dgram.y254 static char quotechars[] = "[]{}*?$"; in yylex() local
327 if (any(c, quotechars)) in yylex()
/dports/devel/util-linux/util-linux-2.36/lib/
H A Dstrutils.c1009 char quotechars[2] = {*current, '\0'}; in split() local
1011 *l = strcspn_escaped(current + 1, quotechars); in split()
1012 if (current[*l + 1] == '\0' || current[*l + 1] != quotechars[0] || in split()
/dports/devel/pcsc-lite/pcsc-lite-1.9.4/src/spy/
H A Dpcsc-spy35 def quotechars(data_buffer):
44 ascii_dump = quotechars(line)
/dports/devel/gdb/gdb-11.1/gdb/
H A Dcompleter.c2443 skip_quoted_chars (const char *str, const char *quotechars, in skip_quoted_chars() argument
2449 if (quotechars == NULL) in skip_quoted_chars()
2450 quotechars = gdb_completer_quote_characters; in skip_quoted_chars()
2467 else if (strchr (quotechars, *scan)) in skip_quoted_chars()
/dports/shells/yash/yash-2.51/lineedit/
H A Dcomplete.c1326 const wchar_t *quotechars = (ctxt->type == CTXT_COMMAND) in quote() local
1338 if (wcschr(quotechars, s[i]) != NULL || iswspace(s[i])) in quote()

12