Home
last modified time | relevance | path

Searched refs:quote_match (Results 1 – 12 of 12) sorted by relevance

/dports/mail/alpine/alpine-465e23b/pico/
H A Dbasic.c307 quoted = quote_match(glo_quote_str, curwp->w_dotp, qstr, NLINE); in gotobop()
311 && quoted == quote_match(glo_quote_str, in gotobop()
374 quoted = quote_match(glo_quote_str, in gotoeop()
380 && (quoted == quote_match(glo_quote_str, in gotoeop()
H A Defunc.h256 extern int quote_match(UCS *, LINE *, UCS *, size_t);
H A Dword.c508 quote_match(UCS *q, LINE *gl, UCS *bufl, size_t buflen) in quote_match() function
818 qstr = quote_match(glo_quote_str, in fillpara()
845 qstr = quote_match(glo_quote_str, in fillpara()
H A Dline.c618 && quote_match(glo_quote_str, line, qstr, NLINE)) in lisblank()
/dports/editors/pico-alpine/alpine-465e23b/pico/
H A Dbasic.c307 quoted = quote_match(glo_quote_str, curwp->w_dotp, qstr, NLINE); in gotobop()
311 && quoted == quote_match(glo_quote_str, in gotobop()
374 quoted = quote_match(glo_quote_str, in gotoeop()
380 && (quoted == quote_match(glo_quote_str, in gotoeop()
H A Defunc.h256 extern int quote_match(UCS *, LINE *, UCS *, size_t);
H A Dword.c508 quote_match(UCS *q, LINE *gl, UCS *bufl, size_t buflen) in quote_match() function
818 qstr = quote_match(glo_quote_str, in fillpara()
845 qstr = quote_match(glo_quote_str, in fillpara()
H A Dline.c618 && quote_match(glo_quote_str, line, qstr, NLINE)) in lisblank()
/dports/textproc/gtk-doc/gtk-doc-1.33.2/gtkdoc/
H A Dmd_to_db.py247 quote_match = re.search(r'^[ ]*>[ ]?(.*)', line)
325 elif quote_match:
328 'lines': [quote_match.group(1)],
/dports/devel/ipython5/ipython-5.10.0/IPython/core/
H A Dcompleter.py394 quote_match = re.search('["\']', prefix)
395 quote = quote_match.group()
/dports/audio/cyanrip/cyanrip-0.7.0/src/
H A Dcyanrip_main.c900 int32_t cp, ret, quote_match = 0; in crip_bprint_sanitize() local
917 rep = &crip_char_replacement[i + (is_quote && quote_match)]; in crip_bprint_sanitize()
918 quote_match = (quote_match + 1) & 1; in crip_bprint_sanitize()
/dports/devel/ipython/ipython-7.29.0/IPython/core/
H A Dcompleter.py778 quote_match = re.search('["\']', prefix)
779 quote = quote_match.group()