Searched refs:spelling_base (Results 1 – 2 of 2) sorted by relevance
5925 static struct spelling *spelling_base; /* Spelling stack base. */ variable5931 #define SPELLING_DEPTH() (spelling - spelling_base)5932 #define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH))5944 spelling_base = XRESIZEVEC (struct spelling, spelling_base, \5990 for (p = spelling_base; p < spelling; p++) in spelling_length()6009 for (p = spelling_base; p < spelling; p++) in print_spelling()6564 struct spelling *spelling_base; member6588 p->spelling_base = spelling_base; in start_init()6623 spelling_base = 0; in start_init()6647 free (spelling_base); in finish_init()[all …]
7219 static struct spelling *spelling_base; /* Spelling stack base. */ variable7225 #define SPELLING_DEPTH() (spelling - spelling_base)7226 #define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH))7238 spelling_base = XRESIZEVEC (struct spelling, spelling_base, \7284 for (p = spelling_base; p < spelling; p++) in spelling_length()7303 for (p = spelling_base; p < spelling; p++) in print_spelling()7801 struct spelling *spelling_base; member7827 p->spelling_base = spelling_base; in start_init()7860 spelling_base = 0; in start_init()7884 free (spelling_base); in finish_init()[all …]