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

/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_util.c125 int subscript = byte_count + i; local
126 char ch = (isprint(start[subscript]) ?
127 start[subscript] : '.');
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtree.c907 char *subscript=0; local
925 if(arp && !(arp->nelem&ARRAY_SCAN) && (subscript = nv_getsub(np)))
929 stakputs(subscript);
940 if(subscript)
H A Dxec.c395 int sh_debug(Shell_t *shp, const char *trap, const char *name, const char *subscript, char *const argv[], int flags) argument
411 if(subscript)
414 out_string(iop,subscript,']',1);
608 * set ${.sh.name} and ${.sh.subscript}
609 * set _ to reference for ${.sh.name}[$.sh.subscript]
2749 * If <nq> is not-null, then sh.name and sh.subscript will be set

Completed in 52 milliseconds