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

  /src/bin/csh/
parse.c 210 * syntax
215 syntax(struct wordent *p1, struct wordent *p2, int flags) function
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
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 37 milliseconds