Home
last modified time | relevance | path

Searched refs:shellmeta (Results 1 – 8 of 8) sorted by relevance

/dports/shells/bash/bash-5.1/
H A Dsyntax.h71 #define shellmeta(c) (sh_syntaxtab[(unsigned char)(c)] & CSHMETA) macro
H A Dparse.y2599 shellmeta (shell_input_line[shell_input_line_index-1]) == 0 &&
2944 if (l > 0 && r[l - 1] != ' ' && r[l - 1] != '\n' && shellmeta(r[l - 1]) == 0)
3340 if MBTEST(shellmeta (character) && ((parser_state & PST_DBLPAREN) == 0))
4173 …DOK) == 0 && (tflags & LEX_CKCASE) && (tflags & LEX_INCOMMENT) == 0 && (shellmeta(ch) || ch == '\n…
4245 else if (shellmeta (ch) == 0)
H A Dbashline.c1048 #define WORDDELIM(c) (shellmeta(c) || shellblank(c))
/dports/editors/vigor/vigor-0.016/docs/USD.doc/vi.man/
H A Dspell.ok131 shellmeta
/dports/editors/vigor/vigor-0.016/docs/USD.doc/vi.ref/
H A Dspell.ok303 shellmeta
/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Dstringfile.c1357 static const char shellmeta[] = "\\\n\t |&;<>(){}#'\"~$*?"; variable
1362 if (strchr(shellmeta, *s)) in shellProtectLength()
1372 if (strchr(shellmeta, *s)) in shellProtect()
/dports/editors/vigor/vigor-0.016/docs/
H A Dhelp229 shellmeta="~{[*?$`'"\"
/dports/textproc/xml2rfc/xml2rfc-3.5.0/xml2rfc/writers/
H A Dpreptool.py1671 shellmeta = re.compile("[><*[`$|;&(#]")
1679 if shellmeta.search(src):