Home
last modified time | relevance | path

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

/src/usr.sbin/pciconf/
H A Dpciconf.c78 static struct pcisel getsel(const char *str);
244 patterns[0].pc_sel = getsel(name); in fetch_devs()
1279 getsel(const char *str) in getsel() function
1319 sel = getsel(name); in readit()
1337 pi.pi_sel = getsel(name); in writeit()
1357 pi.pi_sel = getsel(name); in chkattached()
1399 pbm.pbm_sel = getsel(name); in dump_bar()
/src/contrib/tcsh/
H A Dsh.lex.c61 static int getsel (int *, int *, int);
737 if (!getsel(&left, &right, dol)) in getexcl()
743 if (!getsel(&left, &right, dol)) in getexcl()
1084 getsel(int *al, int *ar, int dol) in getsel() function