Searched refs:andor (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_control.c633 char andor[AU_LINE_MAX]; local
661 andor, &val2, &mult2);
687 if (strcasestr(andor, "and") != NULL)
689 else if (strcasestr(andor, "or") != NULL)
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh2.c52 _PROTOTYPE(static struct op *andor, (void));
118 andor() function
141 t = andor();
146 if ((p = andor()) == NULL)
/freebsd-9.3-release/bin/sh/
H A Dparser.c112 static union node *andor(void);
240 n2 = andor();
310 andor(void) function

Completed in 62 milliseconds