Home
last modified time | relevance | path

Searched refs:ysv (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dperly_c.diff224 + struct ysv *ysave;
228 + New(73, ysave, 1, struct ysv);
436 + struct ysv* ysave = (struct ysv*)ptr;
Dperly.c26 struct ysv { struct
1429 struct ysv *ysave; in yyparse()
1433 New(73, ysave, 1, struct ysv); in yyparse()
2542 struct ysv* ysave = (struct ysv*)ptr; in yydestruct()
Dperly.y42 struct ysv { struct
/mirbsd/src/gnu/usr.bin/perl/vms/
Dperly_c.vms24 struct ysv {
1427 struct ysv *ysave;
1431 New(73, ysave, 1, struct ysv);
2546 struct ysv* ysave = (struct ysv*)ptr;