HomeSort by: relevance | last modified time | path
    Searched defs:syntax (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/conf/
lint.mk 35 # Attempt to do a syntax-only compile of the entire kernel as one entity.
38 syntax-only: ${CFILES} ${MD_CFILES}
  /src/usr.bin/make/unit-tests/
opt-jobs-internal.mk 7 @${MAKE} -f ${MAKEFILE} -j1 direct-syntax
25 direct-syntax: .PHONY
  /src/bin/csh/
parse.c 210 * syntax
215 syntax(struct wordent *p1, struct wordent *p2, int flags) function in typeref:struct:command *
228 * syn1 & syntax
277 t->t_dcdr = syntax(p, p2, flags);
289 * syn1a ; syntax
314 t->t_dcdr = syntax(p->next, p2, flags);
  /src/bin/test/
test.c 171 __dead static void syntax(const char *, const char *);
316 syntax(*t_wp, "unexpected operator");
324 syntax(const char *op, const char *msg) function in typeref:typename:void
470 syntax(NULL, "closing paren expected");
476 syntax(t_wp_op->op_text, "argument expected");
515 syntax(op->op_text, "argument expected");
  /src/bin/sh/
parser.c 54 #include "syntax.h"
482 * This formal syntax shall take precedence over the
483 * preceding text syntax description.
1219 * We used to remember only the current syntax, variable nesting level,
1221 * level (unrelated to var nesting) and one prev syntax when in arith
1222 * syntax. This worked for simple cases, but can't handle arith inside
1379 #define syntax (currentstate(stack)->ts_syntax) macro
1879 * syntax tables we are to use (basic, single or double quoted, or arith)
1904 syntax = syn;
1907 #define SYNTAX ( syntax == BASESYNTAX ? "BASE" :
    [all...]

Completed in 14 milliseconds