Searched refs:subexp (Results 1 – 7 of 7) sorted by relevance
119 re[0].subexp = 1; in dcam1394_process()
174 int subexp; member
272 rules[0].subexp = 1; in audio_process()
445 ugen_rules[0].subexp = 1; in ugen_create_link()
453 int subexp);
5468 slash1 ? 0 : rules[index].subexp)) { in enumerate_parse()5557 slash ? 0 : rules[index].subexp)) { in enumerate_recurse()5594 match_path_component(char *file_re, char *file, char **id, int subexp) in match_path_component() argument5601 if (subexp != 0) { in match_path_component()5602 nelements = subexp + 1; in match_path_component()5621 if ((match != 0) && (subexp != 0)) { in match_path_component()5622 int size = pmatch[subexp].rm_eo - pmatch[subexp].rm_so; in match_path_component()5624 (void) strncpy(*id, &file[pmatch[subexp].rm_so], size); in match_path_component()6812 rules[0].subexp = 1; in construct_devlink()
866 static void mac_substitute(Mac_t *mp, register char *cp,char *str,register int subexp[],int subsize) in mac_substitute() argument886 if((c=subexp[2*n])>=0) in mac_substitute()888 if((n=subexp[2*n+1]-c)>0) in mac_substitute()