Home
last modified time | relevance | path

Searched refs:r_dot (Results 1 – 5 of 5) sorted by relevance

/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Deb.h432 int r_dot, r_dol; member
H A Dmain.c103 cw->r_dot = cw->dot, cw->r_dol = cw->dol; in finishBrowse()
H A Dbuffers.c4473 cw->dot = cw->r_dot, cw->dol = cw->r_dol; in twoLetter()
6996 cw->r_dot = cw->dot, cw->r_dol = cw->dol; in browseCurrentBuffer()
/dports/net/samba412/samba-4.12.15/python/samba/netcmd/
H A Ddomain.py3710 r_dot = ".%s" % r.forest_trust_data.string.lower()
3711 if tln_dot == r_dot:
3713 if not tln_dot.endswith(r_dot):
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Drcs.c4829 char *r_dot = truncate_revnum_in_place (r); in compare_truncated_revnums() local
4837 *r_dot = '.'; in compare_truncated_revnums()