Home
last modified time | relevance | path

Searched refs:ptpat (Results 1 – 6 of 6) sorted by relevance

/dports/cad/alliance/alliance/src/pat/src/
H A Dpat_addpapat.c49 struct papat *ptpat; local
54 ptpat->LABEL = label ;
55 ptpat->PAEVT = NULL ;
56 ptpat->PAINI = NULL ;
57 ptpat->TIME = 0 ;
58 ptpat->LINE = line ;
59 ptpat->BLANK = 0 ;
60 ptpat->ACTFLAG = 'U' ;
61 ptpat->SIMFLAG = 'U' ;
62 ptpat->FLAG = 0 ;
[all …]
H A Dpat_drvpat.c46 static void dclini (fp, ptpat) in dclini() argument
49 struct papat *ptpat;
705 ptpat = ptseq->CURPAT;
719 ptpat = ptseq->OLDPAT;
723 ptpat = ptpat->NEXT;
725 ptpat = ptseq->OLDPAT;
757 sflag = ptpat->SIMFLAG;
776 dclini (fp, ptpat);
787 ptevt = ptpat->PAEVT;
815 ptevt = ptpat->PAEVT;
[all …]
H A Dpat_frepapat.c47 struct papat *ptpat; local
56 ptpat = listpapat;
58 pat_frepaini (ptpat->PAINI);
59 pat_frepaevt (ptpat->PAEVT);
62 mbkfree (ptpat);
H A Dpat_desc_y.y92 struct papat *ptpat; local
102 ptpat->PAEVT = NULL;
103 ptpat->PAINI = NULL;
104 ptpat->LINE = line;
105 ptpat->BLANK = 0 ;
106 ptpat->ACTFLAG = 'U';
107 ptpat->SIMFLAG = 'U';
111 return (ptpat);
621 struct papat *ptpat ; local
751 while ((ptpat != NULL) && (ptpat != ptseq->CURPAT))
[all …]
H A Dpat_pattostr.c37 char *pat_pattostr (str, ptpat, mode) in pat_pattostr() argument
40 struct papat *ptpat;
46 if (ptpat != NULL)
48 ptevt = ptpat->PAEVT;
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dstash.cc1390 plaintext_pattern ptpat(csearch, true); in search_stashes() local
1407 ptpat = csearch; in search_stashes()
1408 search = &ptpat; in search_stashes()