Home
last modified time | relevance | path

Searched +defs:define +defs:abbrev +defs:table (Results 1 – 1 of 1) sorted by relevance

/dports/editors/jove/jove/
H A Dabbrev.c29 struct abbrev { struct
31 char *a_abbrev, argument
33 struct abbrev *a_next; argument
38 define proto((struct abbrev **, char *, char *)); argument
59 def_abbrev(table) in def_abbrev() argument
62 char abbrev[100], local
72 lookup_abbrev(table, abbrev) in lookup_abbrev() argument
87 define(table, abbrev, phrase) in define() function