search

Undocumented in source.

Members

Enums

HASH_IF
anonymousenum HASH_IF

Examine line at '.'.

Functions

backsearch
int backsearch(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
eq
bool eq(int bc, int pc)
Undocumented in source. Be warned that the author may not have intended to support it.
forwsearch
int forwsearch(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
inSearch
bool inSearch(const(char)[] s, size_t index)

Determine if index is in a URL or not.

isWordChar
bool isWordChar(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
queryreplacestring
int queryreplacestring(bool f, int n)
replacestring
int replacestring(bool f, int n)

Replace occurrences of pat with withpat.

search_paren
int search_paren(bool f, int n)

Search for the next occurence of the character at '.'. If character is a (){}[]<>, search for matching bracket. If '.' is on #if, #elif, or #else search for next #elif, #else or #endif. If '.' is on #endif, search backwards for corresponding #if.

Manifest constants

CASESENSITIVE
enum CASESENSITIVE;
Undocumented in source.
WORDPREFIX
enum WORDPREFIX;
Undocumented in source.

Static functions

ifhash
int ifhash(LINE* clp)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

Dnoask_search
int Dnoask_search;
Undocumented in source.

Meta