Home
last modified time | relevance | path

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

/dports/lang/snobol4/snobol4-2.2.2/lib/
H A Dordvst.c146 struct descr *nvcd; /* Natural variable chain */ in ordvst() local
150 nvcd = (struct descr *) D_A(bd); in ordvst()
153 if (nvcd != NULL) { in ordvst()
158 vd = nvcd + 1; /* Set up the value descriptor */ in ordvst()
163 ordvst_dnv(nvcd); /* Dump the natural variable */ in ordvst()
168 nvcd = (struct descr *) D_A(nvcd + LNKFLD/DESCR); in ordvst()
184 struct descr *nvcd; /* Natural variable chain */ in ordvst() local
188 nvcd = (struct descr *) D_A(bd); in ordvst()
190 while (nvcd != 0) { /* Until the end of the chain */ in ordvst()
191 vd = nvcd + 1; /* Set up the value descriptor */ in ordvst()
[all …]