Searched refs:subexp (Results 1 – 8 of 8) sorted by relevance
/titanic_51/usr/src/cmd/devfsadm/ |
H A D | dcam1394_link.c | 121 re[0].subexp = 1; in dcam1394_process()
|
H A D | devfsadm.h | 173 int subexp; member
|
H A D | audio_link.c | 272 rules[0].subexp = 1; in audio_process()
|
H A D | usb_link.c | 469 ugen_rules[0].subexp = 1; in ugen_create_link()
|
H A D | devfsadm_impl.h | 453 int subexp);
|
H A D | devfsadm.c | 4820 * 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 D | macro.c | 792 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 D | macro.c | 866 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()
|