Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ncurses/form/
Dfty_int.c45 #define thisARG integerARG macro
53 thisARG; typedef
74 thisARG *argp = (thisARG *) 0; in Generic_This_Type()
75 thisARG *param = (thisARG *) arg; in Generic_This_Type()
79 argp = typeMalloc(thisARG, 1); in Generic_This_Type()
101 thisARG arg; in Make_This_Type()
121 const thisARG *ap = (const thisARG *)argp; in Copy_This_Type()
122 thisARG *result = (thisARG *) 0; in Copy_This_Type()
126 result = typeMalloc(thisARG, 1); in Copy_This_Type()
165 const thisARG *argi = (const thisARG *)argp; in Check_This_Field()
Dfty_alpha.c39 #define thisARG alphaARG macro
45 thisARG; typedef
58 thisARG *argp = (thisARG *) 0; in Generic_This_Type()
62 argp = typeMalloc(thisARG, 1); in Generic_This_Type()
100 const thisARG *ap = (const thisARG *)argp; in Copy_This_Type()
101 thisARG *result = typeMalloc(thisARG, 1); in Copy_This_Type()
162 int width = ((const thisARG *)argp)->width; in Check_This_Field()
Dfty_alnum.c39 #define thisARG alnumARG macro
45 thisARG; typedef
58 thisARG *argp = (thisARG *) 0; in Generic_This_Type()
62 argp = typeMalloc(thisARG, 1); in Generic_This_Type()
100 const thisARG *ap = (const thisARG *)argp; in Copy_This_Type()
101 thisARG *result = typeMalloc(thisARG, 1); in Copy_This_Type()
162 int width = ((const thisARG *)argp)->width; in Check_This_Field()
Dfty_num.c55 #define thisARG numericARG macro
64 thisARG; typedef
85 thisARG *argn = (thisARG *) 0; in Generic_This_Type()
90 argn = typeMalloc(thisARG, 1); in Generic_This_Type()
140 const thisARG *ap = (const thisARG *)argp; in Copy_This_Type()
141 thisARG *result = (thisARG *) 0; in Copy_This_Type()
145 result = typeMalloc(thisARG, 1); in Copy_This_Type()
183 const thisARG *argn = (const thisARG *)argp; in Check_This_Field()
297 const thisARG *argn = (const thisARG *)argp; in Check_This_Character()