/dflybsd-src/contrib/grep/lib/ |
H A D | regcomp.c | 25 size_t length, reg_syntax_t syntax); 60 reg_syntax_t syntax); 62 reg_syntax_t syntax); 64 reg_syntax_t syntax, reg_errcode_t *err); 66 re_token_t *token, reg_syntax_t syntax, 69 re_token_t *token, reg_syntax_t syntax, 72 re_token_t *token, reg_syntax_t syntax, 75 re_token_t *token, reg_syntax_t syntax, 79 reg_syntax_t syntax, reg_errcode_t *err); 81 re_token_t *token, reg_syntax_t syntax, [all …]
|
H A D | dfa.c | 553 struct regex_syntax syntax; member 866 if (c == dfa->syntax.eolbyte && !dfa->syntax.anchor) in char_context() 1009 if ((c1 == ':' && (dfa->syntax.syntax_bits & RE_CHAR_CLASSES)) in parse_bracket_exp() 1039 = (dfa->syntax.case_fold && (streq (str, "upper") in parse_bracket_exp() 1069 && (dfa->syntax.syntax_bits & RE_BACKSLASH_ESCAPE_IN_LISTS)) in parse_bracket_exp() 1105 if (c2 == '\\' && (dfa->syntax.syntax_bits in parse_bracket_exp() 1123 if (dfa->syntax.case_fold && isalpha (ci)) in parse_bracket_exp() 1140 if (dfa->syntax.case_fold && isalpha (c)) in parse_bracket_exp() 1152 int n = (dfa->syntax.case_fold in parse_bracket_exp() 1185 if (dfa->syntax.syntax_bits & RE_HAT_LISTS_NOT_NEWLINE) in parse_bracket_exp() [all …]
|
H A D | regex.c | 54 # define re_set_syntax(syntax) __re_set_syntax (syntax) argument
|
/dflybsd-src/contrib/cvs-1.12/lib/ |
H A D | regcomp.c | 21 Idx length, reg_syntax_t syntax); 56 reg_syntax_t syntax); 58 reg_syntax_t syntax); 60 reg_syntax_t syntax, reg_errcode_t *err); 62 re_token_t *token, reg_syntax_t syntax, 65 re_token_t *token, reg_syntax_t syntax, 68 re_token_t *token, reg_syntax_t syntax, 71 re_token_t *token, reg_syntax_t syntax, 75 reg_syntax_t syntax, reg_errcode_t *err); 77 re_token_t *token, reg_syntax_t syntax, [all …]
|
H A D | regex.c | 41 # define re_set_syntax(syntax) __re_set_syntax (syntax) argument
|
/dflybsd-src/bin/sh/ |
H A D | Makefile | 11 GENSRCS= builtins.c nodes.c syntax.c 12 GENHDRS= builtins.h nodes.h syntax.h token.h 69 .ORDER: syntax.c syntax.h 70 syntax.c syntax.h:
|
H A D | parser.c | 974 const char *syntax; /* *SYNTAX */ member 1425 state[level].syntax = initialsyntax; in readtoken1() 1437 synentry = state[level].syntax[c]; in readtoken1() 1479 if (state[level].syntax == DQSYNTAX && in readtoken1() 1487 state[level].syntax == BASESYNTAX) in readtoken1() 1494 state[level].syntax == BASESYNTAX && in readtoken1() 1502 state[level].syntax = SQSYNTAX; in readtoken1() 1507 state[level].syntax = DQSYNTAX; in readtoken1() 1515 state[level].syntax = BASESYNTAX; in readtoken1() 1525 state[level].syntax == in readtoken1() [all …]
|
H A D | expand.c | 158 stputs_quotes(const char *data, const char *syntax, char *p) in stputs_quotes() argument 162 if (syntax[(int)*data] == CCTL) in stputs_quotes() 168 #define STPUTS_QUOTES(data, syntax, p) p = stputs_quotes((data), syntax, p) argument 195 stputs_split(const char *data, const char *syntax, int flag, char *p, in stputs_split() argument 209 if (flag & EXP_GLOB && syntax[(int)c] == CCTL) in stputs_split() 215 #define STPUTS_SPLIT(data, syntax, flag, p, dst) p = stputs_split((data), syntax, flag, p, dst) argument 468 char const *syntax = quoted? DQSYNTAX : BASESYNTAX; in expbackq() local 513 if (quotes && syntax[(int)lastc] == CCTL) in expbackq()
|
/dflybsd-src/contrib/binutils-2.27/libiberty/ |
H A D | regex.c | 83 # define re_set_syntax(syntax) __re_set_syntax (syntax) argument 411 reg_syntax_t syntax, 429 reg_syntax_t syntax, 1168 printf ("syntax: %lx\n", bufp->syntax); in PREFIX() 1326 re_set_syntax (reg_syntax_t syntax) in re_set_syntax() argument 1330 re_syntax_options = syntax; in re_set_syntax() 1332 if (syntax & RE_DEBUG) in re_set_syntax() 1854 reg_syntax_t syntax); 1857 reg_syntax_t syntax); 1863 reg_syntax_t syntax, [all …]
|
/dflybsd-src/contrib/gcc-8.0/libiberty/ |
H A D | regex.c | 82 # define re_set_syntax(syntax) __re_set_syntax (syntax) argument 410 reg_syntax_t syntax, 428 reg_syntax_t syntax, 1167 printf ("syntax: %lx\n", bufp->syntax); in PREFIX() 1325 re_set_syntax (reg_syntax_t syntax) in re_set_syntax() argument 1329 re_syntax_options = syntax; in re_set_syntax() 1331 if (syntax & RE_DEBUG) in re_set_syntax() 1853 reg_syntax_t syntax); 1856 reg_syntax_t syntax); 1862 reg_syntax_t syntax, [all …]
|
/dflybsd-src/contrib/binutils-2.34/libiberty/ |
H A D | regex.c | 82 # define re_set_syntax(syntax) __re_set_syntax (syntax) argument 410 reg_syntax_t syntax, 428 reg_syntax_t syntax, 1167 printf ("syntax: %lx\n", bufp->syntax); in PREFIX() 1325 re_set_syntax (reg_syntax_t syntax) in re_set_syntax() argument 1329 re_syntax_options = syntax; in re_set_syntax() 1331 if (syntax & RE_DEBUG) in re_set_syntax() 1853 reg_syntax_t syntax); 1856 reg_syntax_t syntax); 1862 reg_syntax_t syntax, [all …]
|
/dflybsd-src/contrib/gcc-4.7/libiberty/ |
H A D | regex.c | 83 # define re_set_syntax(syntax) __re_set_syntax (syntax) argument 411 reg_syntax_t syntax, 429 reg_syntax_t syntax, 1168 printf ("syntax: %lx\n", bufp->syntax); in PREFIX() 1326 re_set_syntax (reg_syntax_t syntax) in re_set_syntax() argument 1330 re_syntax_options = syntax; in re_set_syntax() 1332 if (syntax & RE_DEBUG) in re_set_syntax() 1854 reg_syntax_t syntax); 1857 reg_syntax_t syntax); 1863 reg_syntax_t syntax, [all …]
|
/dflybsd-src/contrib/gdb-7/libiberty/ |
H A D | regex.c | 83 # define re_set_syntax(syntax) __re_set_syntax (syntax) argument 411 reg_syntax_t syntax, 429 reg_syntax_t syntax, 1168 printf ("syntax: %lx\n", bufp->syntax); in PREFIX() 1326 re_set_syntax (reg_syntax_t syntax) in re_set_syntax() argument 1330 re_syntax_options = syntax; in re_set_syntax() 1332 if (syntax & RE_DEBUG) in re_set_syntax() 1854 reg_syntax_t syntax); 1857 reg_syntax_t syntax); 1863 reg_syntax_t syntax, [all …]
|
/dflybsd-src/contrib/binutils-2.27/gas/doc/ |
H A D | c-xgate.texi | 52 @cindex @samp{--print-insn-syntax} 53 @item --print-insn-syntax 54 You can use the @samp{--print-insn-syntax} option to obtain the 55 syntax description of the instruction when an error is detected. 60 instructions with their syntax. Once the list is printed 68 @cindex XGATE syntax 69 @cindex syntax, XGATE 71 In XGATE RISC syntax, the instruction name comes first and it may
|
H A D | c-i860.texi | 39 being the default. One difference is that AT&T syntax requires the '%' 40 prefix on register names while Intel syntax does not. Another difference 41 is in the specification of relocatable expressions. The Intel syntax 42 is @code{ha%expression} whereas the SVR4 syntax is @code{[expression]@@ha} 74 @item -mintel-syntax 75 The i860 assembler defaults to AT&T/SVR4 syntax. This option enables the 76 Intel syntax. 108 …e{.dual}, @code{.enddual}, and @code{.atmp} directives are available only in the Intel syntax mode. 111 the Intel syntax additionally allows keywords for the alignment
|
H A D | c-pdp11.texi | 304 @cindex PDP-11 syntax 306 @cindex DEC syntax 307 @cindex BSD syntax 308 @code{@value{AS}} supports both DEC syntax and BSD syntax. The only 309 difference is that in DEC syntax, a @code{#} character is used to denote 310 an immediate constants, while in BSD syntax the character for this 313 @cindex PDP-11 general-purpose register syntax 318 @cindex PDP-11 floating-point register syntax
|
H A D | c-i386.texi | 307 This option specifies instruction syntax when processing instructions. 436 @cindex i386 syntax compatibility 437 @cindex syntax compatibility, i386 442 @cindex x86-64 syntax compatibility 443 @cindex syntax compatibility, x86-64 445 @code{@value{AS}} now supports assembly using Intel assembler syntax. 450 require a @samp{%} prefix. AT&T System V/386 assembler syntax is quite 451 different from Intel syntax. We mention these differences because 452 almost all 80386 documents use Intel syntax. Notable differences 476 operands are prefixed by @samp{*}; they are undelimited in Intel syntax. [all …]
|
H A D | c-cris.texi | 66 order to recognize the symbol syntax used for ELF (SVR4 PIC) 207 There are different aspects of the CRIS assembly syntax. 332 @code{.syntax register_prefix} directive is in effect 358 @item .syntax ARGUMENT 359 @cindex assembler directive .syntax, CRIS 360 @cindex pseudo-op .syntax, CRIS 361 @cindex CRIS assembler directive .syntax 362 @cindex CRIS pseudo-op .syntax 363 The @code{.syntax} directive takes as @var{ARGUMENT} one of the 369 The @code{.syntax no_register_prefix} @anchor{crisnous}directive [all …]
|
H A D | c-m68hc11.texi | 124 @cindex @samp{--print-insn-syntax} 125 @item --print-insn-syntax 126 You can use the @samp{--print-insn-syntax} option to obtain the 127 syntax description of the instruction when an error is detected. 132 instructions with their syntax. The first item of each line 147 @cindex M68HC11 syntax 148 @cindex syntax, M68HC11 150 In the M68HC11 syntax, the instruction name comes first and it may 260 @cindex syntax, M68HC11 263 in 68HC11 and 68HC12 instruction operands. The general syntax is
|
/dflybsd-src/bin/test/ |
H A D | test.c | 191 static void syntax(const char *, const char *); 229 syntax(*t_wp, "unexpected operator"); in main() 235 syntax(const char *op, const char *msg) in syntax() function 297 syntax(NULL, "closing paren expected"); in primary() 304 syntax(NULL, "argument expected"); /* impossible */ in primary() 333 syntax(op, "argument expected"); in binop()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gdbinit.in | 58 Print the tree that is $ in C syntax. 67 Print the Gimple statement that is $ in C syntax. 76 Print the Gimple sequence that is $ in C syntax. 85 Print the statement that is $ in C syntax. 94 Print the expression that is $ in C syntax.
|
/dflybsd-src/contrib/file/magic/Magdir/ |
H A D | ocaml | 12 >8 string M abstract syntax tree implementation file 13 >8 string N abstract syntax tree interface file
|
/dflybsd-src/usr.sbin/ppp/ |
H A D | nat_cmd.c | 219 arg->cmd->syntax); in nat_RedirectAddr() 227 arg->cmd->syntax); in nat_RedirectAddr() 274 arg->cmd->syntax); in nat_RedirectProto() 285 arg->cmd->syntax); in nat_RedirectProto() 296 arg->cmd->syntax); in nat_RedirectProto()
|
/dflybsd-src/tools/regression/bin/test/ |
H A D | regress.sh | 43 syntax="`eval $test $2 2>&1`" 45 if test -n "$syntax"; then
|
/dflybsd-src/nrelease/gui/root/ |
H A D | .vimrc | 13 syntax on 17 au BufNewFile,BufRead *.s set ft=asmMIPS syntax=asm
|