Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/efcode/engine/
H A Dforth.c1972 #define NSTRINGS 16 in push_string() macro
1974 static int buflen[NSTRINGS]; in push_string()
1975 static char *buffer[NSTRINGS]; in push_string()
1989 string_count = string_count%NSTRINGS; in push_string()
1994 #undef NSTRINGS in push_string()