Searched refs:cdot (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xedit/dist/
H A Dcommands.c700 char *cslash = strchr(&text[pos], '/'), *cdot = strchr(&text[pos], '.'); local in function:FileCompletion
702 if (cslash != NULL || cdot != NULL) {
703 if (cslash != NULL && (cdot == NULL || cdot > cslash)) {
708 length = cdot - text;

Completed in 2 milliseconds