Lines Matching full:prefix
7 * $Id: prefix.c,v 1.8 2010/09/13 18:43:04 asau Exp $
48 * A prefix is a word in a dedicated wordlist (name stored in list_name below)
49 * that is searched in a special way by the prefix parse step. When a prefix
50 * matches the beginning of an incoming token, push the non-prefix part of the
51 * token back onto the input stream and execute the prefix code.
54 * Storing prefix entries in the dictionary greatly simplifies
56 * need to clean up a dynamically allocated prefix list when the system
65 * to see if it starts with a prefix, and if so runs the corresponding
76 * Make sure we found the prefix dictionary - otherwise silently fail
95 * the non-prefix characters and execute the prefix
135 * Build prefix support into the dictionary and the parser