Home
last modified time | relevance | path

Searched refs:find_abbr (Results 1 – 3 of 3) sorted by relevance

/dports/math/sc/sc-7.16/
H A Dabbrev.c91 if ((a = find_abbr(string, strlen(string), &prev))) { in add_abbr()
99 if (find_abbr(string, strlen(string), &prev)) in add_abbr()
127 if (!(a = find_abbr(abbrev, strlen(abbrev), prev))) in del_abbr()
141 find_abbr(char *abbrev, int len, struct abbrev **prev) in find_abbr() function
H A Dsc.h415 extern struct abbrev *find_abbr(char *abbrev, int len, struct abbrev **prev);
H A Dvi.c1104 if (len && (a = find_abbr(line + pos, len, &prev))) { in doabbrev()