Home
last modified time | relevance | path

Searched refs:isquote (Results 1 – 25 of 71) sorted by relevance

123

/dports/www/elinks/elinks-0.11.7/src/document/css/
H A Dscanner.c114 if (isquote(*(s))) { \
202 if (isquote(*from)) from++; in scan_css_token()
203 if (isquote(*to)) to--; in scan_css_token()
295 } else if (isquote(first_char)) { in scan_css_token()
/dports/www/elinks/elinks-0.11.7/src/dom/css/
H A Dscanner.c117 if (isquote(*(s))) { \
205 if (isquote(*from)) from++; in scan_css_token()
206 if (isquote(*to)) to--; in scan_css_token()
298 } else if (isquote(first_char)) { in scan_css_token()
/dports/ports-mgmt/dialog4ports-static/dialog-1.1-20120706/
H A Drc.c76 #define isquote(c) (c == '"' || c == '\'') macro
553 if (!isquote(value[0]) || !isquote(lastch(value)) in dlg_parse_rc()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/msged/
H A Dwrap.h24 int isquote(char *text);
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/msged/
H A Dwrap.h24 int isquote(char *text);
/dports/news/husky-hpt/husky-hpt-1.9.20191207/msged/
H A Dwrap.h24 int isquote(char *text);
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/msged/
H A Dwrap.h24 int isquote(char *text);
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/msged/
H A Dwrap.h24 int isquote(char *text);
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/msged/
H A Dwrap.h24 int isquote(char *text);
/dports/news/husky-htick/husky-htick-1.9.20191207/msged/
H A Dwrap.h24 int isquote(char *text);
/dports/news/husky/husky-1.9.20191207/msged/
H A Dwrap.h24 int isquote(char *text);
/dports/www/elinks/elinks-0.11.7/src/config/
H A Dopttypes.c280 if (!isquote(*str)) { in str_rd()
287 while (*str && (commandline || !isquote(*str))) { in str_rd()
295 else if (isquote(str[1])) str++; in str_rd()
H A Dconf.c136 assert(isquote(*pos->look)); in skip_quoted()
143 if (isquote(*pos->look)) { in skip_quoted()
164 if (isquote(*pos->look)) { in skip_option_value()
185 if (isquote(*pos->look)) in skip_to_unquoted_newline_or_comment()
/dports/devel/cdialog/dialog-1.3-20201126/
H A Drc.c86 #define isquote(c) ((c) == '"' || (c) == '\'') macro
612 if (!isquote(value[0]) || !isquote(lastch(value)) in dlg_parse_rc()
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/
H A Dread_csv.pro49 isquote = v eq doublequote
54 if (isquote[j]) then begin ; we found a doublequote
56 ; if ( (j+1) lt l and isquote[j+1] ) then begin ; next is quote, so this quote has to be …
57 …if ( (j+1) lt l ) then if ( isquote[j+1] ) then begin ; next is quote, so this quote has to be kep…
/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajtree.c111 AjBool isquote = AJFALSE; in ajTreeNewNewick() local
219 if(isquote) in ajTreeNewNewick()
227 isquote = ajFalse; in ajTreeNewNewick()
230 isquote = ajTrue; in ajTreeNewNewick()
/dports/www/elinks/elinks-0.11.7/src/dom/
H A Dstring.h59 #define isquote(c) ((c) == '"' || (c) == '\'') macro
/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DCifFile.cpp74 static bool isquote(char c) { in isquote() function
263 } else if (isquote(*p)) { // will NULL the closing quote in parse()
/dports/science/libccp4/libccp4-6.5.1/ccp4/
H A Dccp4_parser.c474 int token,nulltoken,isquote,iscommt=0,isdelim; in ccp4_parse() local
563 isquote = charmatch(next_char,quot); in ccp4_parse()
566 if (isdelim && isquote) { in ccp4_parse()
626 isquote = (this_char == matchquote); in ccp4_parse()
632 if (isdelim && isquote) { in ccp4_parse()
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dstringutil.h60 bool isquote(char ch);
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmqrdb/include/dcmtk/dcmqrdb/
H A Ddcmqrcnf.h487 static int isquote (char quote);
/dports/www/elinks/elinks-0.11.7/src/protocol/
H A Dheader.c268 if (!isquote(*e)) { in get_header_param()
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lanserv/
H A Dconfig.c272 isquote(char c) in isquote() function
299 !isspace(*tokptr) && !isquote(*tokptr)) { in get_delim_str()
312 } else if (isquote(*tokptr)) { in get_delim_str()
/dports/audio/rhvoice/RHVoice-1.2.4/src/include/core/
H A Dstr.hpp184 inline bool isquote(utf8::uint32_t c) in isquote() function
260 return isquote(c); in operator ()()
/dports/math/cantor/cantor-21.12.3/thirdparty/discount-2.2.6-patched/
H A Dmarkdown.c370 isquote(Line *t) in isquote() function
702 if ( end_of_block(t, flags) || isquote(t) ) in endoftextblock()
798 if ( isquote(t) ) { in quoteblock()
815 if ( (q == 0) || ((q != t->next) && (!isquote(q) || isdivmarker(q,1,flags))) ) { in quoteblock()
1357 else if ( isquote(ptr) ) { in compile()

123