Searched refs:subexp (Results 1 – 7 of 7) sorted by relevance
121 re[0].subexp = 1; in dcam1394_process()
173 int subexp; member
272 rules[0].subexp = 1; in audio_process()
469 ugen_rules[0].subexp = 1; in ugen_create_link()
453 int subexp);
5451 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() argument5584 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()
792 static void mac_substitute(Mac_t *mp, register char *cp,char *str,register int subexp[],int subsize) in mac_substitute() argument827 if((c=subexp[2*n])>=0) in mac_substitute()829 if((n=subexp[2*n+1]-c)>0) in mac_substitute()