Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/form/
H A Dfty_int.c46 #define thisARG integerARG macro
54 thisARG; typedef
75 thisARG *argp = (thisARG *)0; in Generic_This_Type()
76 thisARG *param = (thisARG *)arg; in Generic_This_Type()
80 argp = typeMalloc(thisARG, 1); in Generic_This_Type()
102 thisARG arg; in Make_This_Type()
122 const thisARG *ap = (const thisARG *)argp; in Copy_This_Type()
123 thisARG *result = (thisARG *)0; in Copy_This_Type()
127 result = typeMalloc(thisARG, 1); in Copy_This_Type()
167 const thisARG *argi = (const thisARG *)argp; in Check_This_Field()
H A Dfty_alnum.c40 #define thisARG alnumARG macro
46 thisARG; typedef
59 thisARG *argp = (thisARG *)0; in Generic_This_Type()
63 argp = typeMalloc(thisARG, 1); in Generic_This_Type()
101 const thisARG *ap = (const thisARG *)argp; in Copy_This_Type()
102 thisARG *result = typeMalloc(thisARG, 1); in Copy_This_Type()
163 int width = ((const thisARG *)argp)->width; in Check_This_Field()
H A Dfty_alpha.c40 #define thisARG alphaARG macro
46 thisARG; typedef
59 thisARG *argp = (thisARG *)0; in Generic_This_Type()
63 argp = typeMalloc(thisARG, 1); in Generic_This_Type()
101 const thisARG *ap = (const thisARG *)argp; in Copy_This_Type()
102 thisARG *result = typeMalloc(thisARG, 1); in Copy_This_Type()
163 int width = ((const thisARG *)argp)->width; in Check_This_Field()
H A Dfty_num.c56 #define thisARG numericARG macro
65 thisARG; typedef
86 thisARG *argn = (thisARG *)0; in Generic_This_Type()
91 argn = typeMalloc(thisARG, 1); in Generic_This_Type()
141 const thisARG *ap = (const thisARG *)argp; in Copy_This_Type()
142 thisARG *result = (thisARG *)0; in Copy_This_Type()
146 result = typeMalloc(thisARG, 1); in Copy_This_Type()
185 const thisARG *argn = (const thisARG *)argp; in Check_This_Field()
301 const thisARG *argn = (const thisARG *)argp; in Check_This_Character()