Home
last modified time | relevance | path

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

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/nidr/
H A Dnidrgen.l397 if (*Br_top != *s) { in reqchk1()
398 if ((c = *Br_top)) { in reqchk1()
445 *Br_top = '('; /*)*/ in Lpar()
467 --Br_top; in Rpar()
470 KWtop[-1]->Br_top = Br_top; in Rpar()
483 --Br_top; in Rsqb()
1088 if (*Br_top != '['/*]*/ || Br_top == kw1->Br_top) { in Keywd()
1091 for(s1 = Br_top; --s1 > kw1->Br_top; ) { in Keywd()
1161 kw->Br_top = Br_top; in Keywd()
1203 if (*Br_top) in kw_finish()
[all …]
H A Dnidrgen.c893 if (*Br_top != *s) { in reqchk1()
894 if ((c = *Br_top)) { in reqchk1()
941 *Br_top = '('; /*)*/ in Lpar()
963 --Br_top; in Rpar()
966 KWtop[-1]->Br_top = Br_top; in Rpar()
979 --Br_top; in Rsqb()
1584 if (*Br_top != '['/*]*/ || Br_top == kw1->Br_top) { in Keywd()
1587 for(s1 = Br_top; --s1 > kw1->Br_top; ) { in Keywd()
1657 kw->Br_top = Br_top; in Keywd()
1699 if (*Br_top) in kw_finish()
[all …]