#include "extern.h"#include "print.h"#include "built_ins.h"#include "types.h"#include "trees.h"#include "lefun.h"#include "error.h"#include "templates.h"Go to the source code of this file.
Functions | |
| long | get_arg (ptr_psi_term g, ptr_psi_term *arg, char *number) |
Variables | |
| static char | vcid [] = "$Id: templates.c,v 1.2 1994/12/08 23:33:53 duchier Exp $" |
| char * | numbers [] |
| long | set_extra_args [] = {set_empty, set_1, set_2, set_1_2, set_1_2_3, set_1_2_3_4} |
| long get_arg | ( | ptr_psi_term | g, | |
| ptr_psi_term * | arg, | |||
| char * | number | |||
| ) |
Definition at line 46 of file template.c.
References wl_node::data, FALSE, featcmp(), find(), and TRUE.
| char* numbers[] |
Initial value:
{"1","2","3","4","5","6","7","8","9","10",
"11","12","13","14","15","16","17","18","19","20",
NULL}
Definition at line 31 of file template.c.
| long set_extra_args[] = {set_empty, set_1, set_2, set_1_2, set_1_2_3, set_1_2_3_4} |
Definition at line 36 of file template.c.
char vcid[] = "$Id: templates.c,v 1.2 1994/12/08 23:33:53 duchier Exp $" [static] |
Definition at line 7 of file template.c.
1.5.4