Searched refs:inlist (Results 1 – 6 of 6) sorted by relevance
113 my $inlist;193 $inliteral = $inlist = $intaglist = 0;207 if ($inlist || $intaglist) {250 if (!$inlist) {253 $inlist = 1;263 if ($inlist) {265 $inlist = 0;275 } elsif (($inlist || $intaglist) && m/^\S/) {278 $inlist = $intaglist = 0;287 } elsif ($inlist || $intaglist) {[all …]
421 if (!inlist(line+1, cf)) { in inform()481 inlist(char *uname, char *cfile) in inlist() function
292 int inlist(char *_uname, char *_cfile);
884 hba->u.mvfrey.inlist[index].addr = phy_addr; in hptiop_send_sync_request_mvfrey()885 hba->u.mvfrey.inlist[index].intrfc_len = (reqhdr->size + 3) / 4; in hptiop_send_sync_request_mvfrey()1341 hba->u.mvfrey.inlist[index].addr = phy_addr; in hptiop_post_ioctl_command_mvfrey()1342 hba->u.mvfrey.inlist[index].intrfc_len = (req->header.size + 3) / 4; in hptiop_post_ioctl_command_mvfrey()2628 hba->u.mvfrey.inlist[index].addr = req_phy; in hptiop_post_req_mvfrey()2629 hba->u.mvfrey.inlist[index].intrfc_len = (req->header.size + 3) / 4; in hptiop_post_req_mvfrey()2690 hba->u.mvfrey.inlist = (struct mvfrey_inlist_entry *)p; in hptiop_mvfrey_map_ctlcfg()
356 struct mvfrey_inlist_entry *inlist; member
68 static int inlist (Char *, Char *);1270 in_cont_list = inlist(continue_list, cmd); in continue_jobs()1271 in_cont_arg_list = inlist(continue_args_list, cmd); in continue_jobs()1405 inlist(Char *list, Char *name) in inlist() function