Searched refs:inlist (Results 1 – 6 of 6) sorted by relevance
111 my $inlist;191 $inliteral = $inlist = $intaglist = 0;205 if ($inlist || $intaglist) {248 if (!$inlist) {251 $inlist = 1;261 if ($inlist) {263 $inlist = 0;273 } elsif (($inlist || $intaglist) && m/^\S/) {276 $inlist = $intaglist = 0;285 } elsif ($inlist || $intaglist) {[all …]
415 if (!inlist(line+1, cf)) { in inform()475 inlist(char *uname, char *cfile) in inlist() function
291 int inlist(char *_uname, char *_cfile);
872 hba->u.mvfrey.inlist[index].addr = phy_addr; in hptiop_send_sync_request_mvfrey()873 hba->u.mvfrey.inlist[index].intrfc_len = (reqhdr->size + 3) / 4; in hptiop_send_sync_request_mvfrey()1329 hba->u.mvfrey.inlist[index].addr = phy_addr; in hptiop_post_ioctl_command_mvfrey()1330 hba->u.mvfrey.inlist[index].intrfc_len = (req->header.size + 3) / 4; in hptiop_post_ioctl_command_mvfrey()2620 hba->u.mvfrey.inlist[index].addr = req_phy; in hptiop_post_req_mvfrey()2621 hba->u.mvfrey.inlist[index].intrfc_len = (req->header.size + 3) / 4; in hptiop_post_req_mvfrey()2682 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