Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dmultibyte.h56 #define STRCHR wcschr macro
90 #define STRCHR strchr macro
/freebsd/contrib/nvi/ex/
H A Dex_join.c106 if (STRCHR(L(".?!"), echar)) { in ex_join()
H A Dex_subst.c1202 } else if (STRCHR(L("^.[]$*"), p[0])) in re_tag_conv()
1261 if (STRCHR(L("\\^.[]$*+?()|{}"), *p)) in re_cscope_conv()
H A Dex.c383 if (STRCHR(SINGLE_CHAR_COMMANDS, *ecp->cp)) { in ex_cmd()
1844 if (sp->ep == NULL && STRCHR(L("$0123456789'\\/?.+-^"), *ecp->cp)) { in ex_line()
/freebsd/contrib/nvi/vi/
H A Dv_match.c70 cp = STRCHR(match_chars, startc); in v_match()
H A Dv_search.c323 return (STRCHR(L(".[*\\^$~"), c) && c); in is_special()
H A Dv_txt.c1220 cp = STRCHR(match_chars, evp->e_c); in v_txt()
2727 startc = STRCHR(VIP(sp)->mcs, endc = cs.cs_ch)[-1]; in txt_showmatch()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdsubs.c1844 cp2 = STRCHR(cp, ':'); in nfsrv_putreferralattr()
1852 cp2 = STRCHR(cp, ','); in nfsrv_putreferralattr()
/freebsd/sys/fs/nfs/
H A Dnfsport.h995 #define STRCHR(s, c) strchr((s), (c))
997 #define STRCHR( global() macro