Searched refs:syntax (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Scm/
H A DIgnore.py33 RE_SYNTAX = re.compile(r'^syntax:\s*(.*)\s*$')
43 syntax = 'regex'
54 # Process "syntax:" lines
57 syntax = m.group(1)
60 if (syntax == 'glob'):
62 elif (syntax == 'regex'):
65 raise Exception('%s:%d: syntax "%s" is not supported' %
66 (ignorefile, lc, syntax))
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnreaddir.c110 * list. If syntax is non-NULL recursively list names until a context
111 * with a different syntax is encountered, otherwise list one level
114 * eg: For the context org/eng with syntax "dot-separated, right-to-left",
122 list_ctx_aux(FN_ctx_t *, FN_compound_name_t *name, const FN_attrset_t *syntax,
132 * Return true if a set of syntax attributes correspond to a
137 slash_hierarchy(const FN_attrset_t *syntax);
140 * Return true if a set of syntax attributes correspond to a
145 non_slash_hierarchy(const FN_attrset_t *syntax);
148 * Return true if two syntax attribute sets are equal.
346 * True if ctx has a hierarchical syntax wit
396 FN_attrset_t *syntax; local
424 list_ctx_aux(FN_ctx_t *ctx, FN_compound_name_t *name, const FN_attrset_t *syntax, struct dir_entry **entries_p, FN_status_t *status) argument
530 slash_hierarchy(const FN_attrset_t *syntax) argument
543 non_slash_hierarchy(const FN_attrset_t *syntax) argument
[all...]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.dol.c360 syntax:
361 error("Variable syntax"); /* No $?$, $#$ */
367 goto syntax; /* No $?<, $#< */
390 goto syntax;
402 goto syntax; /* No $#1, e.g. */
422 goto syntax;
431 goto syntax;
476 goto syntax;
483 goto syntax;
485 goto syntax;
[all...]
H A Dsh.parse.c199 * syntax
204 syntax(struct wordent *p1, struct wordent *p2, int flags) function
207 tprintf("TRACE- syntax()\n");
224 * syn1 & syntax
280 t->t_dcdr = syntax(p, p2, flags);
292 * syn1a ; syntax
323 t->t_dcdr = syntax(p->next, p2, flags);
H A Dsh.func.c443 goto syntax;
450 syntax:
488 bferr("Expression syntax");
563 bferr("Expression syntax");
H A Dsh.h119 bool noexec; /* Don't execute, just syntax check */
504 extern struct command *syntax(struct wordent *, struct wordent *, int);
H A Dsh.exp.c444 bferr("Expression syntax");
472 bferr("Expression syntax");
613 t = syntax(paraml.next, &paraml, 0);
677 bferr("Expression syntax");
H A Dsh.glob.c808 t = syntax(paraml.next, &paraml, 0);
H A Dsh.c1022 t = syntax(paraml.next, &paraml, 0);
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_lex.l91 <S0>\"{RGX_STR_SEQ}$ { yyerror("syntax error: \" unmatched"); }
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_script.sh78 echo syntax: $0 path pid
H A Dth_define.c2003 static char syntax[] = variable
2226 Progname, syntax);
2232 Progname, syntax);
2238 Progname, syntax);
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DMakefile70 syntax.o \
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.c377 char *syntax = "syntax error in %s line %d"; local
422 exit(_error(NO_PERROR, syntax, bd->name, *line));
436 char *syntax = "syntax error in %s line %d"; local
444 exit(_error(NO_PERROR, syntax, bd->name, *line));
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l243 <S_EXPR>'{RGX_CHR_SEQ}$ yyerror("syntax error: ' unmatched");
280 \"{RGX_STR_SEQ}$ yyerror("syntax error: \" unmatched");
337 yyerror("syntax error: $[ unmatched");
697 yyerror("syntax error: %c unmatched", c);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c3780 goto syntax;
3784 goto syntax;
3788 goto syntax;
3798 goto syntax;
3837 goto syntax;
3913 goto syntax;
3925 goto syntax;
3933 goto syntax;
3939 goto syntax;
3944 goto syntax;
[all...]
H A Dmeta_raid.c2429 goto syntax;
2474 goto syntax;
2555 goto syntax;
2566 goto syntax;
2585 goto syntax;
2604 /* syntax error */
2605 syntax:
H A Dmeta_mirror.c2514 goto syntax;
2545 goto syntax;
2549 goto syntax;
2652 goto syntax;
2668 /* syntax error */
2669 syntax:
H A Dmeta_stripe.c2175 goto syntax;
2224 goto syntax;
2245 goto syntax;
2340 goto syntax;
2356 /* syntax error */
2357 syntax:
H A Dmeta_hotspares.c1817 goto syntax;
1884 goto syntax;
1892 /* syntax error */
1893 syntax:
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_lex.l562 <S0>. yyerror("syntax error near \"%c\"\n", yytext[0]);
625 <S2>. yyerror("syntax error near \"%c\"\n", yytext[0]);
654 <S3>. yyerror("syntax error near \"%c\"\n", yytext[0]);
660 * We use two main states for lexing because probe descriptions use a syntax
769 * wrong: a type_name followed by ++, --, [, or = is a syntax error.
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh923 syntax=$(cat $TXTMP/syntax_error.$$)
926 --text="$syntax")
1007 syntax=$(cat $TXTMP/syntax_error.$$)
1010 --text="$syntax")
/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y679 yyerror("syntax error");
915 yyerror("syntax error");
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c4106 syntax:
4115 goto syntax;
4119 goto syntax;

Completed in 163 milliseconds