Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/filesync/
H A Drules.c542 add_restr(char *restr) in add_restr() argument
554 s = prefix(restr, bp->b_src_name); in add_restr()
556 s = prefix(restr, bp->b_dst_name); in add_restr()
H A Deval.c501 bool_t restr; in walker() local
575 restr = check_restr(cur_base, name); in walker()
576 if (restr == FALSE || ignore_check(path)) { in walker()
615 if (restr == TRUE) in walker()
/titanic_50/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l387 static char restr[] = in filename_lineno() local
397 re = compile(restr, NULL, NULL); in filename_lineno()
/titanic_50/usr/src/cmd/awk/
H A Db.c101 strcmp((char *)fatab[i]->restr, (char *)s) == 0) { in makedfa()
156 f->restr = tostring(s); in mkdfa()
862 xfree(f->restr); in freefa()
H A Dawk.h253 uchar *restr; member
/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk.h282 NODE *renode(wchar_t *restr);