Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddcam1394_link.c119 re[0].subexp = 1; in dcam1394_process()
H A Ddevfsadm.h174 int subexp; member
H A Daudio_link.c272 rules[0].subexp = 1; in audio_process()
H A Ddevfsadm_impl.h453 int subexp);
H A Dusb_link.c493 ugen_rules[0].subexp = 1; in ugen_create_link()
H A Ddevfsadm.c5465 slash1 ? 0 : rules[index].subexp)) { in enumerate_parse()
5554 slash ? 0 : rules[index].subexp)) { in enumerate_recurse()
5591 match_path_component(char *file_re, char *file, char **id, int subexp) in match_path_component() argument
5598 if (subexp != 0) { in match_path_component()
5599 nelements = subexp + 1; in match_path_component()
5618 if ((match != 0) && (subexp != 0)) { in match_path_component()
5619 int size = pmatch[subexp].rm_eo - pmatch[subexp].rm_so; in match_path_component()
5621 (void) strncpy(*id, &file[pmatch[subexp].rm_so], size); in match_path_component()
6806 rules[0].subexp = 1; in construct_devlink()
/illumos-gate/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()