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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.h173 int subexp; member in struct:devfsadm_enumerate
H A Ddevfsadm.c4820 * the RE which is to be considered the enumerating component. The subexp
5446 * If it is the last path component, pass subexp
5452 slash1 ? 0 : rules[index].subexp)) {
5535 * If it is the last path component, pass subexp
5541 slash ? 0 : rules[index].subexp)) {
5572 * Returns true if file matches file_re. If subexp is non-zero, it means
5574 * parenthesized subexpression subexp in id.
5578 match_path_component(char *file_re, char *file, char **id, int subexp) argument
5585 if (subexp != 0) {
5586 nelements = subexp
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c792 static void mac_substitute(Mac_t *mp, register char *cp,char *str,register int subexp[],int subsize) argument
827 if((c=subexp[2*n])>=0)
829 if((n=subexp[2*n+1]-c)>0)

Completed in 81 milliseconds