Searched refs:inlist (Results 1 – 6 of 6) sorted by relevance
109 my $inlist;189 $inliteral = $inlist = $intaglist = 0;203 if ($inlist || $intaglist) {246 if (!$inlist) {249 $inlist = 1;259 if ($inlist) {261 $inlist = 0;271 } elsif (($inlist || $intaglist) && m/^\S/) {274 $inlist = $intaglist = 0;283 } elsif ($inlist || $intaglist) {[all …]
422 if (!inlist(line+1, cf)) { in inform()482 inlist(char *uname, char *cfile) in inlist() function
278 int inlist(char *_uname, char *_cfile);
921 hba->u.mvfrey.inlist[index].addr = phy_addr; in hptiop_send_sync_request_mvfrey()922 hba->u.mvfrey.inlist[index].intrfc_len = (reqhdr->size + 3) / 4; in hptiop_send_sync_request_mvfrey()1378 hba->u.mvfrey.inlist[index].addr = phy_addr; in hptiop_post_ioctl_command_mvfrey()1379 hba->u.mvfrey.inlist[index].intrfc_len = (req->header.size + 3) / 4; in hptiop_post_ioctl_command_mvfrey()2712 hba->u.mvfrey.inlist[index].addr = req_phy; in hptiop_post_req_mvfrey()2713 hba->u.mvfrey.inlist[index].intrfc_len = (req->header.size + 3) / 4; in hptiop_post_req_mvfrey()2774 hba->u.mvfrey.inlist = (struct mvfrey_inlist_entry *)p; in hptiop_mvfrey_map_ctlcfg()
364 struct mvfrey_inlist_entry *inlist; member
72 static int inlist (Char *, Char *);1238 in_cont_list = inlist(continue_list, cmd); in continue_jobs()1239 in_cont_arg_list = inlist(continue_args_list, cmd); in continue_jobs()1373 inlist(Char *list, Char *name) in inlist() function