Home
last modified time | relevance | path

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

/titanic_41/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.c5451 slash1 ? 0 : rules[index].subexp)) { in enumerate_parse()
5540 slash ? 0 : rules[index].subexp)) { in enumerate_recurse()
5577 match_path_component(char *file_re, char *file, char **id, int subexp) in match_path_component() argument
5584 if (subexp != 0) { in match_path_component()
5585 nelements = subexp + 1; in match_path_component()
5604 if ((match != 0) && (subexp != 0)) { in match_path_component()
5605 int size = pmatch[subexp].rm_eo - pmatch[subexp].rm_so; in match_path_component()
5607 (void) strncpy(*id, &file[pmatch[subexp].rm_so], size); in match_path_component()
6792 rules[0].subexp = 1; in construct_devlink()
/titanic_41/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()