Home
last modified time | relevance | path

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

/openbsd/src/lib/libform/
Dfty_int.c47 #define thisARG integerARG macro
55 thisARG; typedef
76 thisARG *argp = (thisARG *)0; in Generic_This_Type()
77 thisARG *param = (thisARG *)arg; in Generic_This_Type()
81 argp = typeMalloc(thisARG, 1); in Generic_This_Type()
103 thisARG arg; in Make_This_Type()
123 const thisARG *ap = (const thisARG *)argp; in Copy_This_Type()
124 thisARG *result = (thisARG *)0; in Copy_This_Type()
128 result = typeMalloc(thisARG, 1); in Copy_This_Type()
168 const thisARG *argi = (const thisARG *)argp; in Check_This_Field()
Dfty_alnum.c41 #define thisARG alnumARG macro
47 thisARG; typedef
60 thisARG *argp = (thisARG *)0; in Generic_This_Type()
64 argp = typeMalloc(thisARG, 1); in Generic_This_Type()
102 const thisARG *ap = (const thisARG *)argp; in Copy_This_Type()
103 thisARG *result = typeMalloc(thisARG, 1); in Copy_This_Type()
164 int width = ((const thisARG *)argp)->width; in Check_This_Field()
Dfty_alpha.c41 #define thisARG alphaARG macro
47 thisARG; typedef
60 thisARG *argp = (thisARG *)0; in Generic_This_Type()
64 argp = typeMalloc(thisARG, 1); in Generic_This_Type()
102 const thisARG *ap = (const thisARG *)argp; in Copy_This_Type()
103 thisARG *result = typeMalloc(thisARG, 1); in Copy_This_Type()
164 int width = ((const thisARG *)argp)->width; in Check_This_Field()
Dfty_num.c57 #define thisARG numericARG macro
66 thisARG; typedef
87 thisARG *argn = (thisARG *)0; in Generic_This_Type()
92 argn = typeMalloc(thisARG, 1); in Generic_This_Type()
142 const thisARG *ap = (const thisARG *)argp; in Copy_This_Type()
143 thisARG *result = (thisARG *)0; in Copy_This_Type()
147 result = typeMalloc(thisARG, 1); in Copy_This_Type()
186 const thisARG *argn = (const thisARG *)argp; in Check_This_Field()
302 const thisARG *argn = (const thisARG *)argp; in Check_This_Character()