Home
last modified time | relevance | path

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

/titanic_51/usr/src/cmd/devfsadm/
H A Ddcam1394_link.c121 re[0].subexp = 1; in dcam1394_process()
H A Ddevfsadm.h173 int subexp; member
H A Daudio_link.c272 rules[0].subexp = 1; in audio_process()
H A Dusb_link.c469 ugen_rules[0].subexp = 1; in ugen_create_link()
H A Ddevfsadm_impl.h453 int subexp);
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 in enumerate_parse()
5452 slash1 ? 0 : rules[index].subexp)) { in enumerate_parse()
5535 * If it is the last path component, pass subexp in enumerate_recurse()
5541 slash ? 0 : rules[index].subexp)) { in enumerate_recurse()
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) in match_path_component() argument
5585 if (subexp != 0) { in match_path_component()
5586 nelements = subexp in match_path_component()
[all...]
/titanic_51/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) in mac_substitute() argument
827 if((c=subexp[2*n])>=0) in mac_substitute()
829 if((n=subexp[2*n+1]-c)>0) in mac_substitute()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c866 static void mac_substitute(Mac_t *mp, register char *cp,char *str,register int subexp[],int subsize) in mac_substitute() argument
886 if((c=subexp[2*n])>=0) in mac_substitute()
888 if((n=subexp[2*n+1]-c)>0) in mac_substitute()