Home
last modified time | relevance | path

Searched refs:restr (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Drules.c541 add_restr(char *restr) in add_restr() argument
553 s = prefix(restr, bp->b_src_name); in add_restr()
555 s = prefix(restr, bp->b_dst_name); in add_restr()
H A Deval.c499 bool_t restr; in walker() local
573 restr = check_restr(cur_base, name); in walker()
574 if (restr == FALSE || ignore_check(path)) { in walker()
613 if (restr == TRUE) in walker()
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l385 static char restr[] = in filename_lineno() local
395 re = compile(restr, NULL, NULL); in filename_lineno()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.c557 static struct symbol_list *restr, *fouled; variable
567 add_symbol(&restr, type); in create_fouled()
577 PREPARE_PTR_LIST(restr, t1); in befoul()
H A Dshow-parse.c299 int restr = 0; in do_show_type() local
397 restr = 1; in do_show_type()
420 if (restr) in do_show_type()
/illumos-gate/usr/src/cmd/awk/
H A Db.c137 strcmp((const char *)fatab[i]->restr, s) == 0) { in makedfa()
195 f->restr = (uschar *)tostring(s); in mkdfa()
1069 xfree(f->restr); in freefa()
H A Dawk.h301 uschar *restr; member
H A Drun.c1424 if (arg3type == REGEXPR && strlen((char *)((fa*)a[2])->restr) == 0) { in split()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h283 NODE *renode(wchar_t *restr);