Searched defs:syntax (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
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);
/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/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/th_tools/
H A Dth_define.c2003 static char syntax[] = variable
2226 Progname, syntax);
2232 Progname, syntax);
2238 Progname, syntax);

Completed in 53 milliseconds