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

  /src/bin/ksh/
syn.c 24 static struct op *andor ARGS((void));
106 andor() function in typeref:struct:op *
132 p = andor();
syn.c 24 static struct op *andor ARGS((void));
106 andor() function in typeref:struct:op *
132 p = andor();
  /src/bin/sh/
parser.c 111 STATIC union node *andor(void);
196 n2 = andor();
261 andor(void) function in typeref:typename:STATIC union node *
266 CTRACE(DBG_PARSE, ("andor: entered @%d\n", plinno));
parser.c 111 STATIC union node *andor(void);
196 n2 = andor();
261 andor(void) function in typeref:typename:STATIC union node *
266 CTRACE(DBG_PARSE, ("andor: entered @%d\n", plinno));

Completed in 28 milliseconds