Home
last modified time | relevance | path

Searched refs:andor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/openbsm/libbsm/
H A Dbsm_control.c631 char andor[AU_LINE_MAX]; in getacexpire() local
659 andor, &val2, &mult2); in getacexpire()
685 if (strcasestr(andor, "and") != NULL) in getacexpire()
687 else if (strcasestr(andor, "or") != NULL) in getacexpire()
/freebsd/bin/sh/
H A Dparser.c110 static union node *andor(void);
276 n2 = andor(); in list()
340 andor(void) in andor() function