Home
last modified time | relevance | path

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

/original-bsd/usr.bin/pascal/src/
H A Dyyprint.c102 for (kp = yykey; kp->kw_str != NIL && kp->kw_val != tp->Yychar; kp++)
105 cp2 = kp->kw_str;
H A Dyy.h139 char *kw_str; member