Searched defs:subscr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.set.c46 int subscr; local
73 p = getinx(p, &subscr);
107 asx(vp, subscr, retp);
151 asx(tchar *vp, int subscr, tchar *p) argument
153 struct varent *v = getvx(vp, subscr);
158 xfree(v->vec[subscr - 1]);
159 v->vec[subscr - 1] = globone(p);
163 getvx(tchar *vp, int subscr) argument
172 if (subscr < 1 || subscr > blkle
185 int subscr; local
[all...]
H A Dsh.dol.c341 int subscr = 0, lwb = 1, upb = 0; local
395 subscr = -1; /* Prevent eating [...] */
403 subscr = 0;
405 subscr = subscr * 10 + c - '0';
409 if (subscr < 0)
411 if (subscr == 0) {
469 if (dimen == 0 && subscr == 0 && c == '[') {
529 if (subscr > 0)
530 if (subscr > up
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c2037 * specified event channel. Argument subscr may be a subscriber id, the empty
2040 * will deliver events from the main event queue in this case. If subscr is
2048 sysevent_evc_walk_init(evchan_t *scp, char *subscr) argument
2053 return (evch_chrdevent_init(((evch_bind_t *)scp)->bd_channel, subscr));

Completed in 68 milliseconds