HomeSort by: relevance | last modified time | path
    Searched refs:selections (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/systat/
disks.c 48 static void drvselect(char *args, int truefalse, int selections[]);
85 drvselect(char *args, int truefalse, int selections[])
108 if (selections[i] != truefalse)
110 selections[i] = truefalse;
  /src/usr.bin/config/
gram.y 718 selections
722 selections: label
724 | selections '\n'
725 | selections selection '\n' { wrap_continue(); }
726 | selections error '\n' { wrap_cleanup(); }

Completed in 17 milliseconds