Searched refs:push_text (Results 1 – 8 of 8) sorted by relevance
340 static void push_text (void);420 push_text () in push_text() function1265 if (ptr->code[i] == push_text in free_words()1408 add_to_definition (ptr, push_text);1555 add_intrinsic ("push_text", push_text);
341 static void push_text (void);421 push_text () in push_text() function1267 if (ptr->code[i] == push_text in free_words()1410 add_to_definition (ptr, push_text);1558 add_intrinsic ("push_text", push_text);
380 push_text (void) in push_text() function1213 if (ptr->code[i].f == push_text in free_words()1333 p.f = push_text; in compile()1483 add_intrinsic ("push_text", push_text); in main()
2648 * doc/chew.c (free_words): Correctly free "push_text" strings.